@allurereport/web-awesome 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/multi/173.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/174.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/252.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/282.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/29.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/416.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/527.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/600.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/605.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/638.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/672.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/686.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/725.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/741.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/755.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/894.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/91.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/943.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/980.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/app-79c65c7bff941abcbc51.js +2 -0
- package/dist/multi/{app-9931797d1602fc52db5b.js.LICENSE.txt → app-79c65c7bff941abcbc51.js.LICENSE.txt} +7 -0
- package/dist/multi/manifest.json +21 -21
- package/dist/multi/styles-9e390bad7ce54a807a8e.css +49 -0
- package/dist/single/app-3ca67f29d0f1166c08ca.js +2 -0
- package/dist/single/{app-6199dc1c2fd3bddc2526.js.LICENSE.txt → app-3ca67f29d0f1166c08ca.js.LICENSE.txt} +7 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +8 -8
- package/src/assets/scss/palette.scss +102 -102
- package/src/assets/scss/vars.scss +3 -0
- package/src/components/BaseLayout/index.tsx +25 -21
- package/src/components/BaseLayout/styles.scss +1 -0
- package/src/components/Charts/index.tsx +5 -2
- package/src/components/Footer/FooterVersion.tsx +14 -8
- package/src/components/Header/index.tsx +9 -7
- package/src/components/HeaderControls/index.tsx +5 -2
- package/src/components/MainReport/styles.scss +1 -0
- package/src/components/Metadata/index.tsx +24 -7
- package/src/components/ReportBody/HeaderActions.tsx +4 -13
- package/src/components/ReportBody/SortBy.tsx +28 -17
- package/src/components/ReportBody/index.tsx +12 -17
- package/src/components/ReportBody/styles.scss +4 -1
- package/src/components/ReportFilters/BaseFilters.tsx +345 -0
- package/src/components/ReportFilters/RetryFlaky.tsx +29 -0
- package/src/components/ReportFilters/TagsFilter.tsx +41 -0
- package/src/components/ReportFilters/TransitionFilter.tsx +49 -0
- package/src/components/ReportFilters/index.tsx +44 -0
- package/src/components/ReportFilters/styles.scss +55 -0
- package/src/components/ReportSearch/index.tsx +29 -0
- package/src/components/ReportTabs/index.tsx +37 -0
- package/src/components/SectionPicker/index.tsx +1 -1
- package/src/components/SplitLayout/index.tsx +7 -5
- package/src/components/TestResult/TestStepsEmpty/index.tsx +1 -7
- package/src/components/TestResult/TrEmpty/index.tsx +1 -7
- package/src/components/TestResult/TrEnvironmentItem/index.tsx +2 -2
- package/src/components/TestResult/TrError/index.tsx +9 -2
- package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +2 -2
- package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +38 -7
- package/src/components/TestResult/TrHistory/index.tsx +18 -8
- package/src/components/TestResult/TrHistory/styles.scss +4 -7
- package/src/components/TestResult/TrInfo/styles.scss +1 -0
- package/src/components/TestResult/TrNavigation/index.tsx +109 -68
- package/src/components/TestResult/TrNavigation/styles.scss +15 -25
- package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +1 -8
- package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +2 -3
- package/src/components/TestResult/TrRetriesView/index.tsx +4 -3
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +5 -3
- package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +10 -3
- package/src/components/TestResult/TrSteps/TrStep.tsx +3 -3
- package/src/components/TestResult/TrTabs/index.tsx +7 -23
- package/src/components/TestResult/index.tsx +9 -4
- package/src/components/TestResult/styles.scss +1 -0
- package/src/components/Tree/index.tsx +22 -25
- package/src/index.html +19 -18
- package/src/index.tsx +20 -28
- package/src/locales/az.json +42 -12
- package/src/locales/de.json +42 -12
- package/src/locales/en.json +42 -12
- package/src/locales/es.json +42 -12
- package/src/locales/fr.json +42 -12
- package/src/locales/he.json +42 -12
- package/src/locales/hy.json +42 -12
- package/src/locales/it.json +42 -12
- package/src/locales/ja.json +42 -12
- package/src/locales/ka.json +42 -12
- package/src/locales/kr.json +42 -12
- package/src/locales/nl.json +42 -12
- package/src/locales/pl.json +42 -12
- package/src/locales/pt.json +42 -12
- package/src/locales/ru.json +42 -12
- package/src/locales/sv.json +42 -12
- package/src/locales/tr.json +42 -12
- package/src/locales/ua.json +42 -12
- package/src/locales/zh.json +42 -12
- package/src/stores/chart.ts +2 -2
- package/src/stores/env.ts +6 -6
- package/src/stores/envInfo.ts +2 -2
- package/src/stores/globals.ts +1 -1
- package/src/stores/index.ts +0 -1
- package/src/stores/layout.ts +20 -11
- package/src/stores/locale.ts +2 -1
- package/src/stores/qualityGate.ts +2 -2
- package/src/stores/router.ts +25 -91
- package/src/stores/sections.ts +32 -45
- package/src/stores/stats.ts +4 -4
- package/src/stores/testResult.ts +5 -0
- package/src/stores/testResults.ts +7 -5
- package/src/stores/tree.ts +49 -126
- package/src/stores/treeFilters/actions.ts +63 -0
- package/src/stores/treeFilters/constants.ts +13 -0
- package/src/stores/treeFilters/model.ts +51 -0
- package/src/stores/treeFilters/store.ts +273 -0
- package/src/stores/treeFilters/utils.ts +132 -0
- package/src/stores/treeSort.ts +71 -0
- package/src/stores/variables.ts +3 -3
- package/src/utils/persist.ts +23 -0
- package/src/utils/tree.ts +12 -5
- package/src/utils/treeFilters.ts +48 -54
- package/test/components/Header.test.tsx +49 -58
- package/test/utils/treeFilters.test.ts +18 -176
- package/types.d.ts +4 -1
- package/dist/multi/173.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/174.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/252.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/282.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/29.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/416.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/527.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/600.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/605.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/638.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/672.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/686.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/725.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/741.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/755.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/894.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/91.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/943.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/980.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/app-9931797d1602fc52db5b.js +0 -2
- package/dist/multi/styles-8fe37354d1c2270c691e.css +0 -48
- package/dist/single/app-6199dc1c2fd3bddc2526.js +0 -2
- package/src/components/ReportBody/Filters.tsx +0 -71
- package/src/components/Tabs/index.tsx +0 -62
- package/src/stores/theme.ts +0 -30
- /package/src/components/{Tabs → ReportTabs}/styles.scss +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! For license information please see app-9931797d1602fc52db5b.js.LICENSE.txt */
|
|
2
|
-
!function(){var e,t,n,r,i={36:function(e,t,n){var r=n(2296);e.exports=function(e){return r(this,e).get(e)}},559:function(e,t,n){var r=n(2495);e.exports=function(e){return null==e?"":r(e)}},580:function(e,t,n){var r=n(6261),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(t,e)?t[e]:void 0}},759:function(e,t,n){var r=n(7372),i=n(9967);e.exports=function(e,t){var n=i(e,t);return r(n)?n:void 0}},1008:function(e,t,n){var r=n(2296);e.exports=function(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}},1057:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},1243:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},1526:function(e,t,n){var r=n(9053),i=n(9469),o=n(580),a=n(3424),s=n(2448);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},1662:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"","InvisibleTimes":"","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"","NegativeThickSpace":"","NegativeThinSpace":"","NegativeVeryThinSpace":"","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":" ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"","zwnj":""}')},1750:function(e,t,n){var r=n(4221),i=n(9709),o=n(7268),a=n(7856),s=n(4736);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},1872:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(4103)),o=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in i.default&&(e=i.default[e]),o(e))}},2082:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},2170:function(e,t,n){var r=n(8550),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},2226:function(e,t,n){var r=n(9978),i=n(4015),o=n(5369),a=n(559);e.exports=function(e,t){return r(e)?e:i(e,t)?[e]:o(a(e))}},2296:function(e,t,n){var r=n(5351);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},2323:function(e,t,n){var r=n(5295),i=n(4224);e.exports=function(e){if(!i(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},2448:function(e,t,n){var r=n(6261);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},2495:function(e,t,n){var r=n(8550),i=n(6539),o=n(9978),a=n(5287),s=r?r.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return i(t,e)+"";if(a(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},3053:function(e,t,n){var r=n(2296);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},3424:function(e,t,n){var r=n(6261),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:i.call(t,e)}},3723:function(e,t,n){var r,i=n(6426),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},3796:function(e,t,n){var r=n(5287);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},4015:function(e,t,n){var r=n(9978),i=n(5287),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!i(e))||(a.test(e)||!o.test(e)||null!=t&&e in Object(t))}},4031:function(e,t,n){var r=n(7430);function i(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(i.Cache||r),n}i.Cache=r,e.exports=i},4103:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},4221:function(e){e.exports=function(){this.__data__=[],this.size=0}},4224:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},4375:function(e,t,n){var r=n(2226),i=n(3796);e.exports=function(e,t){for(var n=0,o=(t=r(t,e)).length;null!=e&&n<o;)e=e[i(t[n++])];return n&&n==o?e:void 0}},4736:function(e,t,n){var r=n(9046);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},4814:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeHTML=t.decodeHTMLStrict=t.decodeXML=void 0;var i=r(n(1662)),o=r(n(7194)),a=r(n(2082)),s=r(n(1872)),l=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function c(e){var t=d(e);return function(e){return String(e).replace(l,t)}}t.decodeXML=c(a.default),t.decodeHTMLStrict=c(i.default);var u=function(e,t){return e<t?1:-1};function d(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?s.default(parseInt(t.substr(3),16)):s.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}t.decodeHTML=function(){for(var e=Object.keys(o.default).sort(u),t=Object.keys(i.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var a=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),s=d(i.default);function l(e){return";"!==e.substr(-1)&&(e+=";"),s(e)}return function(e){return String(e).replace(a,l)}}()},4989:function(e,t,n){var r=n(1526),i=n(1750),o=n(7446);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},5287:function(e,t,n){var r=n(5295),i=n(9943);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==r(e)}},5295:function(e,t,n){var r=n(8550),i=n(2170),o=n(8249),a=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?i(e):o(e)}},5351:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5369:function(e,t,n){var r=n(7745),i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,a=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(i,(function(e,n,r,i){t.push(r?i.replace(o,"$1"):n||e)})),t}));e.exports=a},5410:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=t.encode=t.decodeStrict=t.decode=void 0;var r=n(4814),i=n(8018);t.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?i.encodeXML:i.encodeHTML)(e)};var o=n(8018);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return o.encodeXML}}),Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return o.encodeNonAsciiHTML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return o.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return o.escapeUTF8}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return o.encodeHTML}});var a=n(4814);Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return a.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return a.decodeXML}})},6261:function(e,t,n){var r=n(759)(Object,"create");e.exports=r},6426:function(e,t,n){var r=n(9970)["__core-js_shared__"];e.exports=r},6484:function(e,t,n){var r=n(4375);e.exports=function(e,t,n){var i=null==e?void 0:r(e,t);return void 0===i?n:i}},6539:function(e){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}},6660:function(e,t,n){var r=n(5295),i=n(9340),o=n(9943),a=Function.prototype,s=Object.prototype,l=a.toString,c=s.hasOwnProperty,u=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=r(e))return!1;var t=i(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==u}},7194:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},7228:function(e,t,n){var r={"./az.json":[9686,686],"./de.json":[5894,894],"./en.json":[4174,174],"./es.json":[6725,725],"./fr.json":[4605,605],"./he.json":[6282,282],"./hy.json":[4638,638],"./it.json":[3672,672],"./ja.json":[7980,980],"./ka.json":[9173,173],"./kr.json":[7416,416],"./nl.json":[4943,943],"./pl.json":[1029,29],"./pt.json":[7741,741],"./ru.json":[4600,600],"./sv.json":[8252,252],"./tr.json":[9755,755],"./ua.json":[4091,91],"./zh.json":[9527,527]};function i(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],i=t[0];return n.e(t[1]).then((function(){return n.t(i,19)}))}i.keys=function(){return Object.keys(r)},i.id=7228,e.exports=i},7268:function(e,t,n){var r=n(9046);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},7372:function(e,t,n){var r=n(2323),i=n(3723),o=n(4224),a=n(9414),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?f:s).test(a(e))}},7430:function(e,t,n){var r=n(4989),i=n(3053),o=n(36),a=n(7584),s=n(1008);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},7446:function(e,t,n){var r=n(759)(n(9970),"Map");e.exports=r},7584:function(e,t,n){var r=n(2296);e.exports=function(e){return r(this,e).has(e)}},7745:function(e,t,n){var r=n(4031);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},7856:function(e,t,n){var r=n(9046);e.exports=function(e){return r(this.__data__,e)>-1}},7985:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw a}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var a,s=n(5410),l={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:(a={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"},f(0,5).forEach((function(e){f(0,5).forEach((function(t){f(0,5).forEach((function(n){return function(e,t,n,r){var o=16+36*e+6*t+n,a=e>0?40*e+55:0,s=t>0?40*t+55:0,l=n>0?40*n+55:0;r[o]=function(e){var t,n=[],r=i(e);try{for(r.s();!(t=r.n()).done;){var o=t.value;n.push(c(o))}}catch(e){r.e(e)}finally{r.f()}return"#"+n.join("")}([a,s,l])}(e,t,n,a)}))}))})),f(0,23).forEach((function(e){var t=e+232,n=c(10*e+8);a[t]="#"+n+n+n})),a)};function c(e){for(var t=e.toString(16);t.length<2;)t="0"+t;return t}function u(e,t,n,r){var i;return"text"===t?i=function(e,t){if(t.escapeXML)return s.encodeXML(e);return e}(n,r):"display"===t?i=function(e,t,n){t=parseInt(t,10);var r,i={"-1":function(){return"<br/>"},0:function(){return e.length&&d(e)},1:function(){return p(e,"b")},3:function(){return p(e,"i")},4:function(){return p(e,"u")},8:function(){return g(e,"display:none")},9:function(){return p(e,"strike")},22:function(){return g(e,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return b(e,"i")},24:function(){return b(e,"u")},39:function(){return m(e,n.fg)},49:function(){return v(e,n.bg)},53:function(){return g(e,"text-decoration:overline")}};i[t]?r=i[t]():4<t&&t<7?r=p(e,"blink"):29<t&&t<38?r=m(e,n.colors[t-30]):39<t&&t<48?r=v(e,n.colors[t-40]):89<t&&t<98?r=m(e,n.colors[t-90+8]):99<t&&t<108&&(r=v(e,n.colors[t-100+8]));return r}(e,n,r):"xterm256Foreground"===t?i=m(e,r.colors[n]):"xterm256Background"===t?i=v(e,r.colors[n]):"rgb"===t&&(i=function(e,t){t=t.substring(2).slice(0,-1);var n=+t.substr(0,2),r=t.substring(5).split(";"),i=r.map((function(e){return("0"+Number(e).toString(16)).substr(-2)})).join("");return g(e,(38===n?"color:#":"background-color:#")+i)}(e,n)),i}function d(e){var t=e.slice(0);return e.length=0,t.reverse().map((function(e){return"</"+e+">"})).join("")}function f(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n}function h(e){var t=null;return 0===(e=parseInt(e,10))?t="all":1===e?t="bold":2<e&&e<5?t="underline":4<e&&e<7?t="blink":8===e?t="hide":9===e?t="strike":29<e&&e<38||39===e||89<e&&e<98?t="foreground-color":(39<e&&e<48||49===e||99<e&&e<108)&&(t="background-color"),t}function p(e,t,n){return n||(n=""),e.push(t),"<".concat(t).concat(n?' style="'.concat(n,'"'):"",">")}function g(e,t){return p(e,"span",t)}function m(e,t){return p(e,"span","color:"+t)}function v(e,t){return p(e,"span","background-color:"+t)}function b(e,t){var n;if(e.slice(-1)[0]===t&&(n=e.pop()),n)return"</"+t+">"}var y=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(t=t||{}).colors&&(t.colors=Object.assign({},l.colors,t.colors)),this.options=Object.assign({},l,t),this.stack=[],this.stickyStack=[]}var t,n,o;return t=e,(n=[{key:"toHtml",value:function(e){var t=this;e="string"==typeof e?[e]:e;var n=this.stack,r=this.options,o=[];return this.stickyStack.forEach((function(e){var t=u(n,e.token,e.data,r);t&&o.push(t)})),function(e,t,n){var r=!1;function o(){return""}function a(e){return t.newline?n("display",-1):n("text",e),""}var s=[{pattern:/^\x08+/,sub:o},{pattern:/^\x1b\[[012]?K/,sub:o},{pattern:/^\x1b\[\(B/,sub:o},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:function(e){return n("rgb",e),""}},{pattern:/^\x1b\[38;5;(\d+)m/,sub:function(e,t){return n("xterm256Foreground",t),""}},{pattern:/^\x1b\[48;5;(\d+)m/,sub:function(e,t){return n("xterm256Background",t),""}},{pattern:/^\n/,sub:a},{pattern:/^\r+\n/,sub:a},{pattern:/^\r/,sub:a},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:function(e,t){r=!0,0===t.trim().length&&(t="0");var o,a=i(t=t.trimRight(";").split(";"));try{for(a.s();!(o=a.n()).done;){var s=o.value;n("display",s)}}catch(e){a.e(e)}finally{a.f()}return""}},{pattern:/^\x1b\[\d?J/,sub:o},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:o},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:o},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:function(e){return n("text",e),""}}];function l(t,n){n>3&&r||(r=!1,e=e.replace(t.pattern,t.sub))}var c=[],u=e.length;e:for(;u>0;){for(var d=0,f=0,h=s.length;f<h;d=++f)if(l(s[d],d),e.length!==u){u=e.length;continue e}if(e.length===u)break;c.push(0),u=e.length}}(e.join(""),r,(function(e,i){var a=u(n,e,i,r);a&&o.push(a),r.stream&&(t.stickyStack=function(e,t,n){var r;return"text"!==t&&(e=e.filter((r=h(n),function(e){return(null===r||e.category!==r)&&"all"!==r}))).push({token:t,data:n,category:h(n)}),e}(t.stickyStack,e,i))})),n.length&&o.push(d(n)),o.join("")}}])&&r(t.prototype,n),o&&r(t,o),e}();e.exports=y},8018:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var i=u(r(n(2082)).default),o=d(i);t.encodeXML=m(i);var a,s,l=u(r(n(1662)).default),c=d(l);function u(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function d(e){for(var t=[],n=[],r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];1===o.length?t.push("\\"+o):n.push(o)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var l=1+s-a;l<3||t.splice(a,l,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.encodeHTML=(a=l,s=c,function(e){return e.replace(s,(function(e){return a[e]})).replace(f,p)}),t.encodeNonAsciiHTML=m(l);var f=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,h=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function p(e){return"&#x"+(e.length>1?h(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var g=new RegExp(o.source+"|"+f.source,"g");function m(e){return function(t){return t.replace(g,(function(t){return e[t]||p(t)}))}}t.escape=function(e){return e.replace(g,p)},t.escapeUTF8=function(e){return e.replace(o,p)}},8249:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},8394:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},8550:function(e,t,n){var r=n(9970).Symbol;e.exports=r},9046:function(e,t,n){var r=n(1057);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},9053:function(e,t,n){var r=n(6261);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},9340:function(e,t,n){var r=n(8394)(Object.getPrototypeOf,Object);e.exports=r},9414:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},9469:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},9709:function(e,t,n){var r=n(9046),i=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():i.call(t,n,1),--this.size,!0)}},9943:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},9967:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},9970:function(e,t,n){var r=n(1243),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},9978:function(e){var t=Array.isArray;e.exports=t}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return i[e].call(n.exports,n,n.exports,a),n.exports}a.m=i,t=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},a.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var i=Object.create(null);a.r(i);var o={};e=e||[null,t({}),t([]),t(t)];for(var s=2&r&&n;("object"==typeof s||"function"==typeof s)&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((function(e){o[e]=function(){return n[e]}}));return o.default=function(){return n},a.d(i,o),i},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,n){return a.f[n](e,t),t}),[]))},a.u=function(e){return e+".app-"+a.h()+".js"},a.miniCssF=function(e){},a.h=function(){return"9931797d1602fc52db5b"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},r="@allurereport/web-awesome:",a.l=function(e,t,i,o){if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var d=c[u];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==r+i){s=d;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",a.nc&&s.setAttribute("nonce",a.nc),s.setAttribute("data-webpack",r+i),s.src=e),n[e]=[t];var f=function(t,r){s.onerror=s.onload=null,clearTimeout(h);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((function(e){return e(r)})),t)return t(r)},h=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e}(),function(){var e={792:0};a.f.j=function(t,n){var r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((function(n,i){r=e[t]=[n,i]}));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(function(n){if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}};var t=function(t,n){var r,i,o=n[0],s=n[1],l=n[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);if(l)l(a)}for(t&&t(n);c<o.length;c++)i=o[c],a.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}(),function(){"use strict";var e={};a.r(e),a.d(e,{"attachment-background":function(){return c3},empty:function(){return u3},"failed-steps":function(){return d3},"html-attachment-preview":function(){return f3},"item-button":function(){return h3},"item-buttons":function(){return p3},"item-info":function(){return g3},"item-info-step":function(){return m3},"item-info-step-icon":function(){return v3},"item-status":function(){return b3},"item-status-icon":function(){return y3},"item-time":function(){return _3},"status-broken":function(){return w3},"status-failed":function(){return x3},"status-passed":function(){return k3},"status-skipped":function(){return C3},"status-unknown":function(){return S3},"test-result-attachment-arrow":function(){return M3},"test-result-attachment-arrow-opened":function(){return T3},"test-result-attachment-content":function(){return A3},"test-result-attachment-content-wrapper":function(){return L3},"test-result-attachment-error":function(){return E3},"test-result-attachment-header":function(){return N3},"test-result-attachment-icon":function(){return O3},"test-result-attachment-image":function(){return R3},"test-result-attachment-missed":function(){return D3},"test-result-attachment-text":function(){return P3},"test-result-header-text":function(){return z3},"test-result-parameters":function(){return I3},"test-result-spinner":function(){return j3},"test-result-step":function(){return B3},"test-result-step-button":function(){return F3},"test-result-step-chevron":function(){return H3},"test-result-step-chevron-open":function(){return $3},"test-result-step-content":function(){return U3},"test-result-step-header":function(){return q3},"test-result-step-number":function(){return W3},"test-result-step-root":function(){return V3},"test-result-steps":function(){return G3},"test-result-steps-root":function(){return Y3},"test-result-strut":function(){return X3},"test-result-visibility-hidden":function(){return Z3},"wrong-attachment-sign":function(){return K3}});var t={};a.r(t),a.d(t,{diff:function(){return N4},"diff-buttons":function(){return O4},"diff-buttons-title":function(){return R4},"diff-controls":function(){return D4},"diff-green":function(){return P4},"diff-grey":function(){return z4},"diff-red":function(){return I4},"diff-screen":function(){return j4},"diff-view":function(){return B4},expected:function(){return F4},side:function(){return H4},"side-by-side":function(){return $4},"side-title":function(){return U4},"test-result-error":function(){return q4},"test-result-error-header":function(){return W4},"test-result-error-message":function(){return V4},"test-result-error-text":function(){return G4},"test-result-error-trace":function(){return Y4},"tr-bg-broken":function(){return X4},"tr-bg-failed":function(){return Z4},"tr-bg-passed":function(){return K4},"tr-bg-skipped":function(){return J4},"tr-bg-unknown":function(){return Q4},"tr-color-broken":function(){return e5},"tr-color-failed":function(){return t5},"tr-color-passed":function(){return n5},"tr-color-skipped":function(){return r5},"tr-color-unknown":function(){return i5},"tr-status-broken":function(){return o5},"tr-status-failed":function(){return a5},"tr-status-passed":function(){return s5},"tr-status-skipped":function(){return l5},"tr-status-unknown":function(){return c5},unified:function(){return u5}});var n={};a.r(n),a.d(n,{"status-broken":function(){return y5},"status-failed":function(){return _5},"status-passed":function(){return w5},"status-skipped":function(){return x5},"status-unknown":function(){return k5},"test-result-status":function(){return C5},"test-result-status-icon":function(){return S5},"test-result-status-text":function(){return M5}});var r={};a.r(r),a.d(r,{"metadata-color-badge":function(){return L5},"metadata-icon":function(){return E5},"metadata-item-title":function(){return N5},"metadata-item-value":function(){return O5},"metadata-test-type":function(){return R5},"metadata-tooltip":function(){return D5},"metadata-tooltip-value":function(){return P5},"metadata-with-icon":function(){return z5},"report-metadata":function(){return I5},"report-metadata-all-tests":function(){return j5},"report-metadata-keyvalue":function(){return B5},"report-metadata-keyvalue-title":function(){return F5},"report-metadata-keyvalue-value":function(){return H5},"report-metadata-keyvalue-wrapper":function(){return $5},"report-metadata-list":function(){return U5},"report-metadata-s":function(){return q5},"report-metadata-separator":function(){return W5},"report-metadata-status":function(){return V5},"report-metadata-summary":function(){return G5},"report-metadata-values":function(){return Y5},"report-metadata-wrapper":function(){return X5},"status-broken":function(){return Z5},"status-failed":function(){return K5},"status-passed":function(){return J5},"status-skipped":function(){return Q5},"status-unknown":function(){return e6}});var i={};a.r(i),a.d(i,{"metadata-color-badge":function(){return a6},"metadata-icon":function(){return s6},"metadata-item-title":function(){return l6},"metadata-item-value":function(){return c6},"metadata-test-type":function(){return u6},"metadata-with-icon":function(){return d6},"report-metadata":function(){return f6},"report-metadata-all-tests":function(){return h6},"report-metadata-keyvalue":function(){return p6},"report-metadata-keyvalue-title":function(){return g6},"report-metadata-keyvalue-value":function(){return m6},"report-metadata-list":function(){return v6},"report-metadata-separator":function(){return b6},"report-metadata-status":function(){return y6},"report-metadata-summary":function(){return _6},"report-metadata-wrapper":function(){return w6},"status-broken":function(){return x6},"status-failed":function(){return k6},"status-passed":function(){return C6},"status-skipped":function(){return S6},"status-unknown":function(){return M6}});var o={};a.r(o),a.d(o,{"status-broken":function(){return Q6},"status-failed":function(){return e8},"status-passed":function(){return t8},"status-skipped":function(){return n8},"status-unknown":function(){return r8},"test-result-prev-status":function(){return i8},"test-result-prev-status-tooltip":function(){return o8},"test-result-prev-statuses":function(){return a8}});var s={};a.r(s),a.d(s,{"severity-blocker":function(){return u8},"severity-critical":function(){return d8},"severity-minor":function(){return f8},"severity-normal":function(){return h8},"severity-trivial":function(){return p8},"test-result-severity":function(){return g8},"test-result-severity-text":function(){return m8}});var l={};a.r(l),a.d(l,{content:function(){return J7},layout:function(){return Q7},"layout-base":function(){return e9},loader:function(){return t9},loading:function(){return n9},main:function(){return r9},split:function(){return i9}});const c=()=>new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),u=async(e,t="application/octet-stream",n)=>{if(globalThis.allureReportData){const[n]=e.split("?");return`data:${t};base64,${await(async e=>(await c(),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const r=globalThis.document.head.querySelector("base")?.href??"https://localhost",i=new URL(e,r),o=globalThis.localStorage.getItem("__allure_report_live_reload_hash__"),a=globalThis.allureReportOptions?.cacheKey;return o&&i.searchParams.set("live_reload_hash",o),n?.bustCache&&a&&i.searchParams.set("v",a),i.toString()},d=async(e,t)=>{const n=await u(e,void 0,t),r=await globalThis.fetch(n);if(!r.ok)throw new Error(`Failed to fetch ${n}, response status: ${r.status}`);return r.json()},f=async(e,t)=>{const n=await u(e,t);return globalThis.fetch(n)},h=()=>globalThis.allureReportOptions,p=async({id:e,ext:t,contentType:n})=>f(`data/attachments/${`${e||"-"}${t||""}`}?attachment`,n),g=async(e,t,n)=>{const r=await p({id:e,ext:t,contentType:n});return await r.blob()},m=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"text/json":case"text/yaml":case"text/javascript":case"text/typescript":case"text/ruby":case"text/python":case"text/php":case"text/java":case"text/csharp":case"text/cpp":case"text/c":case"text/go":case"text/rust":case"text/swift":case"text/kotlin":case"text/scala":case"text/perl":case"text/r":case"text/dart":case"text/lua":case"text/haskell":case"text/sql":case"text/x-yaml":case"text/css":case"application/yaml":case"application/x-yaml":case"application/xml":case"application/json":return{type:"code",icon:"file"};case"text/plain":case"text/markdown":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},v={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},ua:{short:"Ук",full:"Українська",iso:"uk-UA"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};var b,y,_;!function(e){e.CurrentStatus="currentStatus",e.StatusDynamics="statusDynamics",e.StatusTransitions="statusTransitions",e.StabilityDistribution="stabilityDistribution",e.TestBaseGrowthDynamics="testBaseGrowthDynamics",e.FBSUAgePyramid="fbsuAgePyramid",e.Durations="durations",e.DurationDynamics="durationDynamics",e.TrSeverities="testResultSeverities",e.TestingPyramid="testingPyramid",e.CoverageDiff="coverageDiff",e.SuccessRateDistribution="successRateDistribution",e.ProblemsDistribution="problemsDistribution"}(b||(b={})),function(e){e.Status="status",e.Severity="severity"}(y||(y={})),function(e){e.Raw="raw",e.Percent="percent",e.Diverging="diverging"}(_||(_={}));b.CurrentStatus,b.StatusDynamics,b.TrSeverities,b.StatusTransitions,b.TestBaseGrowthDynamics,b.CoverageDiff,b.SuccessRateDistribution,b.ProblemsDistribution,b.StabilityDistribution,b.StabilityDistribution,b.StabilityDistribution,b.Durations,b.Durations,b.DurationDynamics,b.FBSUAgePyramid,b.TestingPyramid;function w(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function x(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function k(){}var C=.7,S=1/C,M="\\s*([+-]?\\d+)\\s*",T="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",A="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",L=/^#([0-9a-f]{3,8})$/,E=new RegExp(`^rgb\\(${M},${M},${M}\\)$`),N=new RegExp(`^rgb\\(${A},${A},${A}\\)$`),O=new RegExp(`^rgba\\(${M},${M},${M},${T}\\)$`),R=new RegExp(`^rgba\\(${A},${A},${A},${T}\\)$`),D=new RegExp(`^hsl\\(${T},${A},${A}\\)$`),P=new RegExp(`^hsla\\(${T},${A},${A},${T}\\)$`),z={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function I(){return this.rgb().formatHex()}function j(){return this.rgb().formatRgb()}function B(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=L.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?F(t):3===n?new U(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?H(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?H(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=E.exec(e))?new U(t[1],t[2],t[3],1):(t=N.exec(e))?new U(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=O.exec(e))?H(t[1],t[2],t[3],t[4]):(t=R.exec(e))?H(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=D.exec(e))?X(t[1],t[2]/100,t[3]/100,1):(t=P.exec(e))?X(t[1],t[2]/100,t[3]/100,t[4]):z.hasOwnProperty(e)?F(z[e]):"transparent"===e?new U(NaN,NaN,NaN,0):null}function F(e){return new U(e>>16&255,e>>8&255,255&e,1)}function H(e,t,n,r){return r<=0&&(e=t=n=NaN),new U(e,t,n,r)}function $(e,t,n,r){return 1===arguments.length?function(e){return e instanceof k||(e=B(e)),e?new U((e=e.rgb()).r,e.g,e.b,e.opacity):new U}(e):new U(e,t,n,null==r?1:r)}function U(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function q(){return`#${Y(this.r)}${Y(this.g)}${Y(this.b)}`}function W(){const e=V(this.opacity);return`${1===e?"rgb(":"rgba("}${G(this.r)}, ${G(this.g)}, ${G(this.b)}${1===e?")":`, ${e})`}`}function V(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function G(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Y(e){return((e=G(e))<16?"0":"")+e.toString(16)}function X(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new K(e,t,n,r)}function Z(e){if(e instanceof K)return new K(e.h,e.s,e.l,e.opacity);if(e instanceof k||(e=B(e)),!e)return new K;if(e instanceof K)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=t===o?(n-r)/s+6*(n<r):n===o?(r-t)/s+2:(t-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new K(a,s,l,e.opacity)}function K(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function J(e){return(e=(e||0)%360)<0?e+360:e}function Q(e){return Math.max(0,Math.min(1,e||0))}function ee(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}function te(e,t,n,r,i){var o=e*e,a=o*e;return((1-3*e+3*o-a)*t+(4-6*o+3*a)*n+(1+3*e+3*o-3*a)*r+a*i)/6}w(k,B,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:I,formatHex:I,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Z(this).formatHsl()},formatRgb:j,toString:j}),w(U,$,x(k,{brighter(e){return e=null==e?S:Math.pow(S,e),new U(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?C:Math.pow(C,e),new U(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new U(G(this.r),G(this.g),G(this.b),V(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:q,formatHex:q,formatHex8:function(){return`#${Y(this.r)}${Y(this.g)}${Y(this.b)}${Y(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:W,toString:W})),w(K,(function(e,t,n,r){return 1===arguments.length?Z(e):new K(e,t,n,null==r?1:r)}),x(k,{brighter(e){return e=null==e?S:Math.pow(S,e),new K(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?C:Math.pow(C,e),new K(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new U(ee(e>=240?e-240:e+120,i,r),ee(e,i,r),ee(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new K(J(this.h),Q(this.s),Q(this.l),V(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=V(this.opacity);return`${1===e?"hsl(":"hsla("}${J(this.h)}, ${100*Q(this.s)}%, ${100*Q(this.l)}%${1===e?")":`, ${e})`}`}}));var ne=e=>()=>e;function re(e,t){return function(n){return e+n*t}}function ie(e){return 1==(e=+e)?oe:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):ne(isNaN(t)?n:t)}}function oe(e,t){var n=t-e;return n?re(e,n):ne(isNaN(e)?t:e)}var ae=function e(t){var n=ie(t);function r(e,t){var r=n((e=$(e)).r,(t=$(t)).r),i=n(e.g,t.g),o=n(e.b,t.b),a=oe(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=i(t),e.b=o(t),e.opacity=a(t),e+""}}return r.gamma=e,r}(1);function se(e){return function(t){var n,r,i=t.length,o=new Array(i),a=new Array(i),s=new Array(i);for(n=0;n<i;++n)r=$(t[n]),o[n]=r.r||0,a[n]=r.g||0,s[n]=r.b||0;return o=e(o),a=e(a),s=e(s),r.opacity=1,function(e){return r.r=o(e),r.g=a(e),r.b=s(e),r+""}}}se((function(e){var t=e.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),i=e[r],o=e[r+1],a=r>0?e[r-1]:2*i-o,s=r<t-1?e[r+2]:2*o-i;return te((n-r/t)*t,a,i,o,s)}})),se((function(e){var t=e.length;return function(n){var r=Math.floor(((n%=1)<0?++n:n)*t),i=e[(r+t-1)%t],o=e[r%t],a=e[(r+1)%t],s=e[(r+2)%t];return te((n-r/t)*t,i,o,a,s)}}));const le=Math.sqrt(50),ce=Math.sqrt(10),ue=Math.sqrt(2);function de(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=le?10:o>=ce?5:o>=ue?2:1;let s,l,c;return i<0?(c=Math.pow(10,-i)/a,s=Math.round(e*c),l=Math.round(t*c),s/c<e&&++s,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,s=Math.round(e/c),l=Math.round(t/c),s*c<e&&++s,l*c>t&&--l),l<s&&.5<=n&&n<2?de(e,t,2*n):[s,l,c]}function fe(e,t,n){return de(e=+e,t=+t,n=+n)[2]}function he(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function pe(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ge(e){let t,n,r;function i(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<0?i=t+1:o=t}while(i<o)}return i}return 2!==e.length?(t=he,n=(t,n)=>he(e(t),n),r=(t,n)=>e(t)-n):(t=e===he||e===pe?e:me,n=e,r=e),{left:i,center:function(e,t,n=0,o=e.length){const a=i(e,t,n,o-1);return a>n&&r(e[a-1],t)>-r(e[a],t)?a-1:a},right:function(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<=0?i=t+1:o=t}while(i<o)}return i}}}function me(){return 0}const ve=ge(he),be=ve.right;ve.left,ge((function(e){return null===e?NaN:+e})).center;var ye=be;function _e(e,t){var n,r=t?t.length:0,i=e?Math.min(r,e.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=Ae(e[n],t[n]);for(;n<r;++n)a[n]=t[n];return function(e){for(n=0;n<i;++n)a[n]=o[n](e);return a}}function we(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function xe(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function ke(e,t){var n,r={},i={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?r[n]=Ae(e[n],t[n]):i[n]=t[n];return function(e){for(n in r)i[n]=r[n](e);return i}}var Ce=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Se=new RegExp(Ce.source,"g");function Me(e,t){var n,r,i,o=Ce.lastIndex=Se.lastIndex=0,a=-1,s=[],l=[];for(e+="",t+="";(n=Ce.exec(e))&&(r=Se.exec(t));)(i=r.index)>o&&(i=t.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:xe(n,r)})),o=Se.lastIndex;return o<t.length&&(i=t.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,r=0;r<t;++r)s[(n=l[r]).i]=n.x(e);return s.join("")})}function Te(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(o){for(n=0;n<r;++n)i[n]=e[n]*(1-o)+t[n]*o;return i}}function Ae(e,t){var n,r=typeof t;return null==t||"boolean"===r?ne(t):("number"===r?xe:"string"===r?(n=B(t))?(t=n,ae):Me:t instanceof B?ae:t instanceof Date?we:function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}(t)?Te:Array.isArray(t)?_e:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?ke:xe)(e,t)}function Le(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}function Ee(e){return+e}var Ne=[0,1];function Oe(e){return e}function Re(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:function(e){return function(){return e}}(isNaN(t)?NaN:.5)}function De(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=Re(i,r),o=n(a,o)):(r=Re(r,i),o=n(o,a)),function(e){return o(r(e))}}function Pe(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Re(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(t){var n=ye(e,t,1,r)-1;return o[n](i[n](t))}}function ze(){var e,t,n,r,i,o,a=Ne,s=Ne,l=Ae,c=Oe;function u(){var e=Math.min(a.length,s.length);return c!==Oe&&(c=function(e,t){var n;return e>t&&(n=e,e=t,t=n),function(n){return Math.max(e,Math.min(t,n))}}(a[0],a[e-1])),r=e>2?Pe:De,i=o=null,d}function d(t){return null==t||isNaN(t=+t)?n:(i||(i=r(a.map(e),s,l)))(e(c(t)))}return d.invert=function(n){return c(t((o||(o=r(s,a.map(e),xe)))(n)))},d.domain=function(e){return arguments.length?(a=Array.from(e,Ee),u()):a.slice()},d.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},d.rangeRound=function(e){return s=Array.from(e),l=Le,u()},d.clamp=function(e){return arguments.length?(c=!!e||Oe,u()):c!==Oe},d.interpolate=function(e){return arguments.length?(l=e,u()):l},d.unknown=function(e){return arguments.length?(n=e,d):n},function(n,r){return e=n,t=r,u()}}function Ie(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}var je,Be=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Fe(e){if(!(t=Be.exec(e)))throw new Error("invalid format: "+e);var t;return new He({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function He(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function $e(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function Ue(e){return(e=$e(Math.abs(e)))?e[1]:NaN}function qe(e,t){var n=$e(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}Fe.prototype=He.prototype,He.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var We={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>qe(100*e,t),r:qe,s:function(e,t){var n=$e(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(je=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+$e(e,Math.max(0,t+o-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Ve(e){return e}var Ge,Ye,Xe,Ze=Array.prototype.map,Ke=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Je(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?Ve:(t=Ze.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?Ve:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(Ze.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=Fe(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):We[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=We[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?Ke[8+je/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=Fe(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(Ue(t)/3))),i=Math.pow(10,-r),o=Ke[8+r/3];return function(e){return n(i*e)+o}}}}function Qe(e,t,n,r){var i,o=function(e,t,n){n=+n;const r=(t=+t)<(e=+e),i=r?fe(t,e,n):fe(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}(e,t,n);switch((r=Fe(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Ue(t)/3)))-Ue(Math.abs(e)))}(o,a))||(r.precision=i),Xe(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Ue(t)-Ue(e))+1}(o,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(e){return Math.max(0,-Ue(Math.abs(e)))}(o))||(r.precision=i-2*("%"===r.type))}return Ye(r)}function et(e){var t=e.domain;return e.ticks=function(e){var n=t();return function(e,t,n){if(!((n=+n)>0))return[];if((e=+e)==(t=+t))return[e];const r=t<e,[i,o,a]=r?de(t,e,n):de(e,t,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let e=0;e<s;++e)l[e]=(o-e)/-a;else for(let e=0;e<s;++e)l[e]=(o-e)*a;else if(a<0)for(let e=0;e<s;++e)l[e]=(i+e)/-a;else for(let e=0;e<s;++e)l[e]=(i+e)*a;return l}(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return Qe(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,o=t(),a=0,s=o.length-1,l=o[a],c=o[s],u=10;for(c<l&&(i=l,l=c,c=i,i=a,a=s,s=i);u-- >0;){if((i=fe(l,c,n))===r)return o[a]=l,o[s]=c,t(o);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function tt(){var e=ze()(Oe,Oe);return e.copy=function(){return t=e,tt().domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown());var t},Ie.apply(e,arguments),et(e)}Ge=Je({thousands:",",grouping:[3],currency:["$",""]}),Ye=Ge.format,Xe=Ge.formatPrefix;const nt="var(--bg-support-capella)",rt="var(--bg-support-castor)",it=(e,t=document.documentElement)=>{if(e.startsWith("var(")){const n=e.match(/var\((--[^),\s]+)/);if(n){const r=n[1];return getComputedStyle(t).getPropertyValue(r).trim()||e}}return e},ot=(e,t,n,r,i)=>{const o=e();if(o)return{...o,colors:t,formatLegend:n,legendDomain:r,tooltipRows:i}},at=(e,t,n)=>t.type===b.SuccessRateDistribution?((e,t)=>{const n=[0,1];return ot((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(nt),it(rt)]).interpolate(ae).clamp(!0)(e)),(e=>1===e?"passed":"failed"),n,(e=>[`passed: ${e.data.passedTests}`,`failed: ${e.data.failedTests}`,`other: ${e.data.otherTests}`]))})(e,n):t.type===b.CoverageDiff?((e,t)=>{const n=[0,.5,1];return ot((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(nt),"#fff",it(rt)]).interpolate(ae).clamp(!0)(e)),(e=>1===e?"new":"removed"),n,(e=>{const t=e.data.newCount+e.data.enabledCount,n=e.data.deletedCount+e.data.disabledCount;return[`new: ${t}`,`deleted: ${n}`,"unchanged: "+(e.value-t-n)]}))})(e,n):void 0,st=(e,t)=>((e,t)=>{const n=[0,1];return((e,t)=>{const n=e();if(n)return{...n,colors:t}})((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(rt),it(nt)]).interpolate(ae).clamp(!0)(e)))})(e,t),lt=e=>Object.entries(e).reduce(((t,[n,r])=>{if(r.type===b.CurrentStatus)t[n]=e[n];else if(r.type===b.StatusDynamics)t[n]=e[n];else if(r.type===b.StatusTransitions)t[n]=e[n];else if(r.type===b.Durations)t[n]=e[n];else if(r.type===b.StabilityDistribution)t[n]=e[n];else if(r.type===b.TestBaseGrowthDynamics)t[n]=e[n];else if(r.type===b.FBSUAgePyramid)t[n]=e[n];else if(r.type===b.TrSeverities)t[n]=e[n];else if(r.type===b.DurationDynamics)t[n]=e[n];else if(r.type===b.CoverageDiff||r.type===b.SuccessRateDistribution){const i=at(n,r,e);i&&(t[n]=i)}else if(r.type===b.ProblemsDistribution){const r=st(n,e);r&&(t[n]=r)}else r.type===b.TestingPyramid&&(t[n]=e[n]);return t}),{}),ct=e=>{if(!("general"in e)&&!("byEnv"in e))return{general:lt(e),byEnv:{}};const t={general:lt(e.general),byEnv:{}};for(const[n,r]of Object.entries(e.byEnv))t.byEnv[n]=lt(r);return t},ut=["failed","broken","passed","skipped","unknown"],dt=["blocker","critical","normal","minor","trivial"],ft=new Set(["failed","broken"]),ht=new Set(["passed"]),pt=new Set([...ft,...ht]),gt=e=>{const t=new Set(e);return e=>t.has(e.status)},mt=(gt(ht),gt(ft),gt(pt),(e,t,n=1)=>{e[t]=(e[t]??0)+n,e.total+=n});var vt;!function(e){e.Amazon="amazon",e.Azure="azure",e.Bitbucket="bitbucket",e.Circle="circle",e.Drone="drone",e.Github="github",e.Gitlab="gitlab",e.Jenkins="jenkins",e.Local="local"}(vt||(vt={}));const bt=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],yt=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of bt){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")},_t=e=>(t,n)=>e(n,t),wt=e=>(t,n)=>t===n?0:null==t?1:null==n?-1:e(t,n),xt=(e,t,n)=>wt(((r,i)=>void 0!==n?t(r[e]??n,i[e]??n):e in r&&e in i?t(r[e],i[e]):0)),kt=e=>(t,n)=>{for(const r of e){const e=r(t,n);if(0!==e)return e}return 0},Ct=()=>wt(((e,t)=>e.localeCompare(t))),St=()=>wt(((e,t)=>e-t)),Mt="default",Tt=e=>{const{testResultsByEnv:t={}}=e??{},n=Object.keys(t).length??0;return n<=1&&Mt in t?0:n},At=e=>{if(e)return e.charAt(0).toLocaleUpperCase()+e.slice(1)};var Lt;!function(e){e.TestResults="test-results.json",e.TestCases="test-cases.json",e.Fixtures="fixtures.json",e.GlobalErrors="global-errors.json",e.GlobalAttachments="global-attachments.json",e.Attachments="attachments.json",e.Environments="environments.json",e.ReportVariables="report-variables.json",e.IndexAttachmentsByTestResults="index-attachments-by-test-results.json",e.IndexTestResultsByHistoryId="index-test-results-by-history-id.json",e.IndexTestResultsByTestCase="index-test-results-by-test-case.json",e.IndexLatestEnvTestResultsByHistoryId="index-latest-env-test-results-by-history-id.json",e.IndexAttachmentsByFixture="index-attachments-by-fixture.json",e.IndexFixturesByTestResult="index-fixtures-by-test-result.json",e.IndexKnownByHistoryId="index-known-by-history-id.json",e.QualityGateResultsByRules="quality-gate-results-by-rules.json"}(Lt||(Lt={}));crypto;function Et(e){return function(){return e}}const Nt=Math.abs,Ot=Math.atan2,Rt=Math.cos,Dt=Math.max,Pt=Math.min,zt=Math.sin,It=Math.sqrt,jt=1e-12,Bt=Math.PI,Ft=Bt/2,Ht=2*Bt;function $t(e){return e>=1?Ft:e<=-1?-Ft:Math.asin(e)}const Ut=Math.PI,qt=2*Ut,Wt=1e-6,Vt=qt-Wt;function Gt(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}class Yt{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==e?Gt:function(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Gt;const n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=Math.round(arguments[t]*n)/n+e[t]}}(e)}moveTo(e,t){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,t){this._append`L${this._x1=+e},${this._y1=+t}`}quadraticCurveTo(e,t,n,r){this._append`Q${+e},${+t},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(e,t,n,r,i,o){this._append`C${+e},${+t},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(e,t,n,r,i){if(e=+e,t=+t,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-e,l=r-t,c=o-e,u=a-t,d=c*c+u*u;if(null===this._x1)this._append`M${this._x1=e},${this._y1=t}`;else if(d>Wt)if(Math.abs(u*s-l*c)>Wt&&i){let f=n-o,h=r-a,p=s*s+l*l,g=f*f+h*h,m=Math.sqrt(p),v=Math.sqrt(d),b=i*Math.tan((Ut-Math.acos((p+d-g)/(2*m*v)))/2),y=b/v,_=b/m;Math.abs(y-1)>Wt&&this._append`L${e+y*c},${t+y*u}`,this._append`A${i},${i},0,0,${+(u*f>c*h)},${this._x1=e+_*s},${this._y1=t+_*l}`}else this._append`L${this._x1=e},${this._y1=t}`;else;}arc(e,t,n,r,i,o){if(e=+e,t=+t,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=e+a,c=t+s,u=1^o,d=o?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>Wt||Math.abs(this._y1-c)>Wt)&&this._append`L${l},${c}`,n&&(d<0&&(d=d%qt+qt),d>Vt?this._append`A${n},${n},0,1,${u},${e-a},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:d>Wt&&this._append`A${n},${n},0,${+(d>=Ut)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}}function Xt(e){return e.innerRadius}function Zt(e){return e.outerRadius}function Kt(e){return e.startAngle}function Jt(e){return e.endAngle}function Qt(e){return e&&e.padAngle}function en(e,t,n,r,i,o,a){var s=e-n,l=t-r,c=(a?o:-o)/It(s*s+l*l),u=c*l,d=-c*s,f=e+u,h=t+d,p=n+u,g=r+d,m=(f+p)/2,v=(h+g)/2,b=p-f,y=g-h,_=b*b+y*y,w=i-o,x=f*g-p*h,k=(y<0?-1:1)*It(Dt(0,w*w*_-x*x)),C=(x*y-b*k)/_,S=(-x*b-y*k)/_,M=(x*y+b*k)/_,T=(-x*b+y*k)/_,A=C-m,L=S-v,E=M-m,N=T-v;return A*A+L*L>E*E+N*N&&(C=M,S=T),{cx:C,cy:S,x01:-u,y01:-d,x11:C*(i/w-1),y11:S*(i/w-1)}}function tn(){var e=Xt,t=Zt,n=Et(0),r=null,i=Kt,o=Jt,a=Qt,s=null,l=function(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{const e=Math.floor(n);if(!(e>=0))throw new RangeError(`invalid digits: ${n}`);t=e}return e},()=>new Yt(t)}(c);function c(){var c,u,d=+e.apply(this,arguments),f=+t.apply(this,arguments),h=i.apply(this,arguments)-Ft,p=o.apply(this,arguments)-Ft,g=Nt(p-h),m=p>h;if(s||(s=c=l()),f<d&&(u=f,f=d,d=u),f>jt)if(g>Ht-jt)s.moveTo(f*Rt(h),f*zt(h)),s.arc(0,0,f,h,p,!m),d>jt&&(s.moveTo(d*Rt(p),d*zt(p)),s.arc(0,0,d,p,h,m));else{var v,b,y=h,_=p,w=h,x=p,k=g,C=g,S=a.apply(this,arguments)/2,M=S>jt&&(r?+r.apply(this,arguments):It(d*d+f*f)),T=Pt(Nt(f-d)/2,+n.apply(this,arguments)),A=T,L=T;if(M>jt){var E=$t(M/d*zt(S)),N=$t(M/f*zt(S));(k-=2*E)>jt?(w+=E*=m?1:-1,x-=E):(k=0,w=x=(h+p)/2),(C-=2*N)>jt?(y+=N*=m?1:-1,_-=N):(C=0,y=_=(h+p)/2)}var O=f*Rt(y),R=f*zt(y),D=d*Rt(x),P=d*zt(x);if(T>jt){var z,I=f*Rt(_),j=f*zt(_),B=d*Rt(w),F=d*zt(w);if(g<Bt)if(z=function(e,t,n,r,i,o,a,s){var l=n-e,c=r-t,u=a-i,d=s-o,f=d*l-u*c;if(!(f*f<jt))return[e+(f=(u*(t-o)-d*(e-i))/f)*l,t+f*c]}(O,R,B,F,I,j,D,P)){var H=O-z[0],$=R-z[1],U=I-z[0],q=j-z[1],W=1/zt(function(e){return e>1?0:e<-1?Bt:Math.acos(e)}((H*U+$*q)/(It(H*H+$*$)*It(U*U+q*q)))/2),V=It(z[0]*z[0]+z[1]*z[1]);A=Pt(T,(d-V)/(W-1)),L=Pt(T,(f-V)/(W+1))}else A=L=0}C>jt?L>jt?(v=en(B,F,O,R,f,L,m),b=en(I,j,D,P,f,L,m),s.moveTo(v.cx+v.x01,v.cy+v.y01),L<T?s.arc(v.cx,v.cy,L,Ot(v.y01,v.x01),Ot(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,L,Ot(v.y01,v.x01),Ot(v.y11,v.x11),!m),s.arc(0,0,f,Ot(v.cy+v.y11,v.cx+v.x11),Ot(b.cy+b.y11,b.cx+b.x11),!m),s.arc(b.cx,b.cy,L,Ot(b.y11,b.x11),Ot(b.y01,b.x01),!m))):(s.moveTo(O,R),s.arc(0,0,f,y,_,!m)):s.moveTo(O,R),d>jt&&k>jt?A>jt?(v=en(D,P,I,j,d,-A,m),b=en(O,R,B,F,d,-A,m),s.lineTo(v.cx+v.x01,v.cy+v.y01),A<T?s.arc(v.cx,v.cy,A,Ot(v.y01,v.x01),Ot(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,A,Ot(v.y01,v.x01),Ot(v.y11,v.x11),!m),s.arc(0,0,d,Ot(v.cy+v.y11,v.cx+v.x11),Ot(b.cy+b.y11,b.cx+b.x11),m),s.arc(b.cx,b.cy,A,Ot(b.y11,b.x11),Ot(b.y01,b.x01),!m))):s.arc(0,0,d,x,w,m):s.lineTo(D,P)}else s.moveTo(0,0);if(s.closePath(),c)return s=null,c+""||null}return c.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-Bt/2;return[Rt(r)*n,zt(r)*n]},c.innerRadius=function(t){return arguments.length?(e="function"==typeof t?t:Et(+t),c):e},c.outerRadius=function(e){return arguments.length?(t="function"==typeof e?e:Et(+e),c):t},c.cornerRadius=function(e){return arguments.length?(n="function"==typeof e?e:Et(+e),c):n},c.padRadius=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:Et(+e),c):r},c.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:Et(+e),c):i},c.endAngle=function(e){return arguments.length?(o="function"==typeof e?e:Et(+e),c):o},c.padAngle=function(e){return arguments.length?(a="function"==typeof e?e:Et(+e),c):a},c.context=function(e){return arguments.length?(s=null==e?null:e,c):s},c}Array.prototype.slice;function nn(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function rn(e){return e}const on=()=>tn().innerRadius(40).outerRadius(50).cornerRadius(2).padAngle(.03),an=function(){var e=rn,t=nn,n=null,r=Et(0),i=Et(Ht),o=Et(0);function a(a){var s,l,c,u,d,f=(a=function(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}(a)).length,h=0,p=new Array(f),g=new Array(f),m=+r.apply(this,arguments),v=Math.min(Ht,Math.max(-Ht,i.apply(this,arguments)-m)),b=Math.min(Math.abs(v)/f,o.apply(this,arguments)),y=b*(v<0?-1:1);for(s=0;s<f;++s)(d=g[p[s]=s]=+e(a[s],s,a))>0&&(h+=d);for(null!=t?p.sort((function(e,n){return t(g[e],g[n])})):null!=n&&p.sort((function(e,t){return n(a[e],a[t])})),s=0,c=h?(v-f*y)/h:0;s<f;++s,m=u)l=p[s],u=m+((d=g[l])>0?d*c:0)+y,g[l]={data:a[l],index:s,value:d,startAngle:m,endAngle:u,padAngle:b};return g}return a.value=function(t){return arguments.length?(e="function"==typeof t?t:Et(+t),a):e},a.sortValues=function(e){return arguments.length?(t=e,n=null,a):t},a.sort=function(e){return arguments.length?(n=e,t=null,a):n},a.startAngle=function(e){return arguments.length?(r="function"==typeof e?e:Et(+e),a):r},a.endAngle=function(e){return arguments.length?(i="function"==typeof e?e:Et(+e),a):i},a.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:Et(+e),a):o},a}().value((e=>e.count)).padAngle(.03).sortValues(((e,t)=>e-t)),sn=on(),ln=on().padAngle(0).cornerRadius(0),cn=e=>{if(!e?.total){const e={status:"__empty__",count:1},t={data:e,value:1,index:0,startAngle:0,endAngle:2*Math.PI,padAngle:0};return{slices:[{d:ln(t),...e}],percentage:0}}const t=ut.filter((t=>!!e?.[t])).map((t=>({status:t,count:e[t]}))),n=an(t).map((e=>{const t=sn(e);return t?{d:t,...e.data}:null})).filter((e=>null!==e)),r=((e,t)=>Math.floor(e/t*1e4)/100)(e.passed??0,e.total);return{slices:n,percentage:r}};new class extends Array{constructor(){super()}includes(){return!0}};var un=a(7985);const dn=(e,t)=>new un({escapeXML:!0,...t}).toHtml(e),{entries:fn,setPrototypeOf:hn,isFrozen:pn,getPrototypeOf:gn,getOwnPropertyDescriptor:mn}=Object;let{freeze:vn,seal:bn,create:yn}=Object,{apply:_n,construct:wn}="undefined"!=typeof Reflect&&Reflect;vn||(vn=function(e){return e}),bn||(bn=function(e){return e}),_n||(_n=function(e,t,n){return e.apply(t,n)}),wn||(wn=function(e,t){return new e(...t)});const xn=In(Array.prototype.forEach),kn=In(Array.prototype.lastIndexOf),Cn=In(Array.prototype.pop),Sn=In(Array.prototype.push),Mn=In(Array.prototype.splice),Tn=In(String.prototype.toLowerCase),An=In(String.prototype.toString),Ln=In(String.prototype.match),En=In(String.prototype.replace),Nn=In(String.prototype.indexOf),On=In(String.prototype.trim),Rn=In(Object.prototype.hasOwnProperty),Dn=In(RegExp.prototype.test),Pn=(zn=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return wn(zn,t)});var zn;function In(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return _n(e,t,r)}}function jn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Tn;hn&&hn(e,null);let r=t.length;for(;r--;){let i=t[r];if("string"==typeof i){const e=n(i);e!==i&&(pn(t)||(t[r]=e),i=e)}e[i]=!0}return e}function Bn(e){for(let t=0;t<e.length;t++){Rn(e,t)||(e[t]=null)}return e}function Fn(e){const t=yn(null);for(const[n,r]of fn(e)){Rn(e,n)&&(Array.isArray(r)?t[n]=Bn(r):r&&"object"==typeof r&&r.constructor===Object?t[n]=Fn(r):t[n]=r)}return t}function Hn(e,t){for(;null!==e;){const n=mn(e,t);if(n){if(n.get)return In(n.get);if("function"==typeof n.value)return In(n.value)}e=gn(e)}return function(){return null}}const $n=vn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Un=vn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),qn=vn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Wn=vn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Vn=vn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Gn=vn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Yn=vn(["#text"]),Xn=vn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Zn=vn(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Kn=vn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Jn=vn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Qn=bn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),er=bn(/<%[\w\W]*|[\w\W]*%>/gm),tr=bn(/\$\{[\w\W]*/gm),nr=bn(/^data-[\-\w.\u00B7-\uFFFF]+$/),rr=bn(/^aria-[\-\w]+$/),ir=bn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),or=bn(/^(?:\w+script|data):/i),ar=bn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),sr=bn(/^html$/i),lr=bn(/^[a-z][.\w]*(-[.\w]+)+$/i);var cr=Object.freeze({__proto__:null,ARIA_ATTR:rr,ATTR_WHITESPACE:ar,CUSTOM_ELEMENT:lr,DATA_ATTR:nr,DOCTYPE_NAME:sr,ERB_EXPR:er,IS_ALLOWED_URI:ir,IS_SCRIPT_OR_DATA:or,MUSTACHE_EXPR:Qn,TMPLIT_EXPR:tr});const ur=1,dr=3,fr=7,hr=8,pr=9,gr=function(){return"undefined"==typeof window?null:window};(function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:gr();const n=t=>e(t);if(n.version="3.2.6",n.removed=[],!t||!t.document||t.document.nodeType!==pr||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const i=r,o=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:l,Element:c,NodeFilter:u,NamedNodeMap:d=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:f,DOMParser:h,trustedTypes:p}=t,g=c.prototype,m=Hn(g,"cloneNode"),v=Hn(g,"remove"),b=Hn(g,"nextSibling"),y=Hn(g,"childNodes"),_=Hn(g,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let w,x="";const{implementation:k,createNodeIterator:C,createDocumentFragment:S,getElementsByTagName:M}=r,{importNode:T}=i;let A={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof fn&&"function"==typeof _&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:L,ERB_EXPR:E,TMPLIT_EXPR:N,DATA_ATTR:O,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:D,ATTR_WHITESPACE:P,CUSTOM_ELEMENT:z}=cr;let{IS_ALLOWED_URI:I}=cr,j=null;const B=jn({},[...$n,...Un,...qn,...Vn,...Yn]);let F=null;const H=jn({},[...Xn,...Zn,...Kn,...Jn]);let $=Object.seal(yn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),U=null,q=null,W=!0,V=!0,G=!1,Y=!0,X=!1,Z=!0,K=!1,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!0,ie=!1,oe=!0,ae=!1,se={},le=null;const ce=jn({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const de=jn({},["audio","video","img","source","image","track"]);let fe=null;const he=jn({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),pe="http://www.w3.org/1998/Math/MathML",ge="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml";let ve=me,be=!1,ye=null;const _e=jn({},[pe,ge,me],An);let we=jn({},["mi","mo","mn","ms","mtext"]),xe=jn({},["annotation-xml"]);const ke=jn({},["title","style","font","a","script"]);let Ce=null;const Se=["application/xhtml+xml","text/html"];let Me=null,Te=null;const Ae=r.createElement("form"),Le=function(e){return e instanceof RegExp||e instanceof Function},Ee=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Te||Te!==e){if(e&&"object"==typeof e||(e={}),e=Fn(e),Ce=-1===Se.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Me="application/xhtml+xml"===Ce?An:Tn,j=Rn(e,"ALLOWED_TAGS")?jn({},e.ALLOWED_TAGS,Me):B,F=Rn(e,"ALLOWED_ATTR")?jn({},e.ALLOWED_ATTR,Me):H,ye=Rn(e,"ALLOWED_NAMESPACES")?jn({},e.ALLOWED_NAMESPACES,An):_e,fe=Rn(e,"ADD_URI_SAFE_ATTR")?jn(Fn(he),e.ADD_URI_SAFE_ATTR,Me):he,ue=Rn(e,"ADD_DATA_URI_TAGS")?jn(Fn(de),e.ADD_DATA_URI_TAGS,Me):de,le=Rn(e,"FORBID_CONTENTS")?jn({},e.FORBID_CONTENTS,Me):ce,U=Rn(e,"FORBID_TAGS")?jn({},e.FORBID_TAGS,Me):Fn({}),q=Rn(e,"FORBID_ATTR")?jn({},e.FORBID_ATTR,Me):Fn({}),se=!!Rn(e,"USE_PROFILES")&&e.USE_PROFILES,W=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,G=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Y=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,X=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,K=e.WHOLE_DOCUMENT||!1,ee=e.RETURN_DOM||!1,te=e.RETURN_DOM_FRAGMENT||!1,ne=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,re=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,oe=!1!==e.KEEP_CONTENT,ae=e.IN_PLACE||!1,I=e.ALLOWED_URI_REGEXP||ir,ve=e.NAMESPACE||me,we=e.MATHML_TEXT_INTEGRATION_POINTS||we,xe=e.HTML_INTEGRATION_POINTS||xe,$=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&($.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),X&&(V=!1),te&&(ee=!0),se&&(j=jn({},Yn),F=[],!0===se.html&&(jn(j,$n),jn(F,Xn)),!0===se.svg&&(jn(j,Un),jn(F,Zn),jn(F,Jn)),!0===se.svgFilters&&(jn(j,qn),jn(F,Zn),jn(F,Jn)),!0===se.mathMl&&(jn(j,Vn),jn(F,Kn),jn(F,Jn))),e.ADD_TAGS&&(j===B&&(j=Fn(j)),jn(j,e.ADD_TAGS,Me)),e.ADD_ATTR&&(F===H&&(F=Fn(F)),jn(F,e.ADD_ATTR,Me)),e.ADD_URI_SAFE_ATTR&&jn(fe,e.ADD_URI_SAFE_ATTR,Me),e.FORBID_CONTENTS&&(le===ce&&(le=Fn(le)),jn(le,e.FORBID_CONTENTS,Me)),oe&&(j["#text"]=!0),K&&jn(j,["html","head","body"]),j.table&&(jn(j,["tbody"]),delete U.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw Pn('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw Pn('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=e.TRUSTED_TYPES_POLICY,x=w.createHTML("")}else void 0===w&&(w=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML(e){return e},createScriptURL(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(p,o)),null!==w&&"string"==typeof x&&(x=w.createHTML(""));vn&&vn(e),Te=e}},Ne=jn({},[...Un,...qn,...Wn]),Oe=jn({},[...Vn,...Gn]),Re=function(e){Sn(n.removed,{element:e});try{_(e).removeChild(e)}catch(t){v(e)}},De=function(e,t){try{Sn(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Sn(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(ee||te)try{Re(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Pe=function(e){let t=null,n=null;if(Q)e="<remove></remove>"+e;else{const t=Ln(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Ce&&ve===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const i=w?w.createHTML(e):e;if(ve===me)try{t=(new h).parseFromString(i,Ce)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(ve,"template",null);try{t.documentElement.innerHTML=be?x:i}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),ve===me?M.call(t,K?"html":"body")[0]:K?t.documentElement:o},ze=function(e){return C.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Ie=function(e){return e instanceof f&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},je=function(e){return"function"==typeof l&&e instanceof l};function Be(e,t,r){xn(e,(e=>{e.call(n,t,r,Te)}))}const Fe=function(e){let t=null;if(Be(A.beforeSanitizeElements,e,null),Ie(e))return Re(e),!0;const r=Me(e.nodeName);if(Be(A.uponSanitizeElement,e,{tagName:r,allowedTags:j}),Z&&e.hasChildNodes()&&!je(e.firstElementChild)&&Dn(/<[/\w!]/g,e.innerHTML)&&Dn(/<[/\w!]/g,e.textContent))return Re(e),!0;if(e.nodeType===fr)return Re(e),!0;if(Z&&e.nodeType===hr&&Dn(/<[/\w]/g,e.data))return Re(e),!0;if(!j[r]||U[r]){if(!U[r]&&$e(r)){if($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,r))return!1;if($.tagNameCheck instanceof Function&&$.tagNameCheck(r))return!1}if(oe&&!le[r]){const t=_(e)||e.parentNode,n=y(e)||e.childNodes;if(n&&t){for(let r=n.length-1;r>=0;--r){const i=m(n[r],!0);i.__removalCount=(e.__removalCount||0)+1,t.insertBefore(i,b(e))}}}return Re(e),!0}return e instanceof c&&!function(e){let t=_(e);t&&t.tagName||(t={namespaceURI:ve,tagName:"template"});const n=Tn(e.tagName),r=Tn(t.tagName);return!!ye[e.namespaceURI]&&(e.namespaceURI===ge?t.namespaceURI===me?"svg"===n:t.namespaceURI===pe?"svg"===n&&("annotation-xml"===r||we[r]):Boolean(Ne[n]):e.namespaceURI===pe?t.namespaceURI===me?"math"===n:t.namespaceURI===ge?"math"===n&&xe[r]:Boolean(Oe[n]):e.namespaceURI===me?!(t.namespaceURI===ge&&!xe[r])&&!(t.namespaceURI===pe&&!we[r])&&!Oe[n]&&(ke[n]||!Ne[n]):!("application/xhtml+xml"!==Ce||!ye[e.namespaceURI]))}(e)?(Re(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!Dn(/<\/no(script|embed|frames)/i,e.innerHTML)?(X&&e.nodeType===dr&&(t=e.textContent,xn([L,E,N],(e=>{t=En(t,e," ")})),e.textContent!==t&&(Sn(n.removed,{element:e.cloneNode()}),e.textContent=t)),Be(A.afterSanitizeElements,e,null),!1):(Re(e),!0)},He=function(e,t,n){if(re&&("id"===t||"name"===t)&&(n in r||n in Ae))return!1;if(V&&!q[t]&&Dn(O,t));else if(W&&Dn(R,t));else if(!F[t]||q[t]){if(!($e(e)&&($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,e)||$.tagNameCheck instanceof Function&&$.tagNameCheck(e))&&($.attributeNameCheck instanceof RegExp&&Dn($.attributeNameCheck,t)||$.attributeNameCheck instanceof Function&&$.attributeNameCheck(t))||"is"===t&&$.allowCustomizedBuiltInElements&&($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,n)||$.tagNameCheck instanceof Function&&$.tagNameCheck(n))))return!1}else if(fe[t]);else if(Dn(I,En(n,P,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Nn(n,"data:")||!ue[e]){if(G&&!Dn(D,En(n,P,"")));else if(n)return!1}else;return!0},$e=function(e){return"annotation-xml"!==e&&Ln(e,z)},Ue=function(e){Be(A.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Ie(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:F,forceKeepAttr:void 0};let i=t.length;for(;i--;){const o=t[i],{name:a,namespaceURI:s,value:l}=o,c=Me(a),u=l;let d="value"===a?u:On(u);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,Be(A.uponSanitizeAttribute,e,r),d=r.attrValue,!ie||"id"!==c&&"name"!==c||(De(a,e),d="user-content-"+d),Z&&Dn(/((--!?|])>)|<\/(style|title)/i,d)){De(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,e);continue}if(!Y&&Dn(/\/>/i,d)){De(a,e);continue}X&&xn([L,E,N],(e=>{d=En(d,e," ")}));const f=Me(e.nodeName);if(He(f,c,d)){if(w&&"object"==typeof p&&"function"==typeof p.getAttributeType)if(s);else switch(p.getAttributeType(f,c)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?e.setAttributeNS(s,a,d):e.setAttribute(a,d),Ie(e)?Re(e):Cn(n.removed)}catch(t){De(a,e)}}else De(a,e)}Be(A.afterSanitizeAttributes,e,null)},qe=function e(t){let n=null;const r=ze(t);for(Be(A.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)Be(A.uponSanitizeShadowNode,n,null),Fe(n),Ue(n),n.content instanceof a&&e(n.content);Be(A.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,s=null,c=null;if(be=!e,be&&(e="\x3c!--\x3e"),"string"!=typeof e&&!je(e)){if("function"!=typeof e.toString)throw Pn("toString is not a function");if("string"!=typeof(e=e.toString()))throw Pn("dirty is not a string, aborting")}if(!n.isSupported)return e;if(J||Ee(t),n.removed=[],"string"==typeof e&&(ae=!1),ae){if(e.nodeName){const t=Me(e.nodeName);if(!j[t]||U[t])throw Pn("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof l)r=Pe("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),o.nodeType===ur&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!ee&&!X&&!K&&-1===e.indexOf("<"))return w&&ne?w.createHTML(e):e;if(r=Pe(e),!r)return ee?null:ne?x:""}r&&Q&&Re(r.firstChild);const u=ze(ae?e:r);for(;s=u.nextNode();)Fe(s),Ue(s),s.content instanceof a&&qe(s.content);if(ae)return e;if(ee){if(te)for(c=S.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return(F.shadowroot||F.shadowrootmode)&&(c=T.call(i,c,!0)),c}let d=K?r.outerHTML:r.innerHTML;return K&&j["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&Dn(sr,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),X&&xn([L,E,N],(e=>{d=En(d,e," ")})),w&&ne?w.createHTML(d):d},n.setConfig=function(){Ee(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),J=!0},n.clearConfig=function(){Te=null,J=!1},n.isValidAttribute=function(e,t,n){Te||Ee({});const r=Me(e),i=Me(t);return He(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&Sn(A[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=kn(A[e],t);return-1===n?void 0:Mn(A[e],n,1)[0]}return Cn(A[e])},n.removeHooks=function(e){A[e]=[]},n.removeAllHooks=function(){A={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n})();var mr,vr,br,yr,_r,wr,xr,kr,Cr,Sr,Mr,Tr,Ar={},Lr=[],Er=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Nr=Array.isArray;function Or(e,t){for(var n in t)e[n]=t[n];return e}function Rr(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function Dr(e,t,n){var r,i,o,a={};for(o in t)"key"==o?r=t[o]:"ref"==o?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?mr.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return Pr(e,a,r,i,null)}function Pr(e,t,n,r,i){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==i?++br:i,__i:-1,__u:0};return null==i&&null!=vr.vnode&&vr.vnode(o),o}function zr(e){return e.children}function Ir(e,t){this.props=e,this.context=t}function jr(e,t){if(null==t)return e.__?jr(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?jr(e):null}function Br(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return Br(e)}}function Fr(e){(!e.__d&&(e.__d=!0)&&_r.push(e)&&!Hr.__r++||wr!==vr.debounceRendering)&&((wr=vr.debounceRendering)||xr)(Hr)}function Hr(){var e,t,n,r,i,o,a,s;for(_r.sort(kr);e=_r.shift();)e.__d&&(t=_r.length,r=void 0,o=(i=(n=e).__v).__e,a=[],s=[],n.__P&&((r=Or({},i)).__v=i.__v+1,vr.vnode&&vr.vnode(r),Zr(n.__P,r,i,n.__n,n.__P.namespaceURI,32&i.__u?[o]:null,a,null==o?jr(i):o,!!(32&i.__u),s),r.__v=i.__v,r.__.__k[r.__i]=r,Kr(a,r,s),r.__e!=o&&Br(r)),_r.length>t&&_r.sort(kr));Hr.__r=0}function $r(e,t,n,r,i,o,a,s,l,c,u){var d,f,h,p,g,m=r&&r.__k||Lr,v=t.length;for(n.__d=l,Ur(n,t,m),l=n.__d,d=0;d<v;d++)null!=(h=n.__k[d])&&(f=-1===h.__i?Ar:m[h.__i]||Ar,h.__i=d,Zr(e,h,f,i,o,a,s,l,c,u),p=h.__e,h.ref&&f.ref!=h.ref&&(f.ref&&Qr(f.ref,null,h),u.push(h.ref,h.__c||p,h)),null==g&&null!=p&&(g=p),65536&h.__u||f.__k===h.__k?l=qr(h,l,e):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:p&&(l=p.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=g}function Ur(e,t,n){var r,i,o,a,s,l=t.length,c=n.length,u=c,d=0;for(e.__k=[],r=0;r<l;r++)null!=(i=t[r])&&"boolean"!=typeof i&&"function"!=typeof i?(a=r+d,(i=e.__k[r]="string"==typeof i||"number"==typeof i||"bigint"==typeof i||i.constructor==String?Pr(null,i,null,null,null):Nr(i)?Pr(zr,{children:i},null,null,null):void 0===i.constructor&&i.__b>0?Pr(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i).__=e,i.__b=e.__b+1,o=null,-1!==(s=i.__i=Vr(i,n,a,u))&&(u--,(o=n[s])&&(o.__u|=131072)),null==o||null===o.__v?(-1==s&&d--,"function"!=typeof i.type&&(i.__u|=65536)):s!==a&&(s==a-1?d--:s==a+1?d++:(s>a?d--:d++,i.__u|=65536))):i=e.__k[r]=null;if(u)for(r=0;r<c;r++)null!=(o=n[r])&&!(131072&o.__u)&&(o.__e==e.__d&&(e.__d=jr(o)),ei(o,o))}function qr(e,t,n){var r,i;if("function"==typeof e.type){for(r=e.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=e,t=qr(r[i],t,n));return t}e.__e!=t&&(t&&e.type&&!n.contains(t)&&(t=jr(e)),n.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function Wr(e,t){return t=t||[],null==e||"boolean"==typeof e||(Nr(e)?e.some((function(e){Wr(e,t)})):t.push(e)),t}function Vr(e,t,n,r){var i=e.key,o=e.type,a=n-1,s=n+1,l=t[n];if(null===l||l&&i==l.key&&o===l.type&&!(131072&l.__u))return n;if(r>(null==l||131072&l.__u?0:1))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&!(131072&l.__u)&&i==l.key&&o===l.type)return a;a--}if(s<t.length){if((l=t[s])&&!(131072&l.__u)&&i==l.key&&o===l.type)return s;s++}}return-1}function Gr(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||Er.test(t)?n:n+"px"}function Yr(e,t,n,r,i){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||Gr(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||Gr(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?r?n.u=r.u:(n.u=Cr,e.addEventListener(t,o?Mr:Sr,o)):e.removeEventListener(t,o?Mr:Sr,o);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==n?"":n))}}function Xr(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t.t)t.t=Cr++;else if(t.t<n.u)return;return n(vr.event?vr.event(t):t)}}}function Zr(e,t,n,r,i,o,a,s,l,c){var u,d,f,h,p,g,m,v,b,y,_,w,x,k,C,S,M=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=t.__e=n.__e]),(u=vr.__b)&&u(t);e:if("function"==typeof M)try{if(v=t.props,b="prototype"in M&&M.prototype.render,y=(u=M.contextType)&&r[u.__c],_=u?y?y.props.value:u.__:r,n.__c?m=(d=t.__c=n.__c).__=d.__E:(b?t.__c=d=new M(v,_):(t.__c=d=new Ir(v,_),d.constructor=M,d.render=ti),y&&y.sub(d),d.props=v,d.state||(d.state={}),d.context=_,d.__n=r,f=d.__d=!0,d.__h=[],d._sb=[]),b&&null==d.__s&&(d.__s=d.state),b&&null!=M.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=Or({},d.__s)),Or(d.__s,M.getDerivedStateFromProps(v,d.__s))),h=d.props,p=d.state,d.__v=t,f)b&&null==M.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),b&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(b&&null==M.getDerivedStateFromProps&&v!==h&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(v,_),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(v,d.__s,_)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=v,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some((function(e){e&&(e.__=t)})),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[],d.__h.length&&a.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(v,d.__s,_),b&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(h,p,g)}))}if(d.context=_,d.props=v,d.__P=e,d.__e=!1,x=vr.__r,k=0,b){for(d.state=d.__s,d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[]}else do{d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++k<25);d.state=d.__s,null!=d.getChildContext&&(r=Or(Or({},r),d.getChildContext())),b&&!f&&null!=d.getSnapshotBeforeUpdate&&(g=d.getSnapshotBeforeUpdate(h,p)),$r(e,Nr(S=null!=u&&u.type===zr&&null==u.key?u.props.children:u)?S:[S],t,n,r,i,o,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),m&&(d.__E=d.__=null)}catch(e){if(t.__v=null,l||null!=o){for(t.__u|=l?160:32;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else t.__e=n.__e,t.__k=n.__k;vr.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=Jr(n.__e,t,n,r,i,o,a,l,c);(u=vr.diffed)&&u(t)}function Kr(e,t,n){t.__d=void 0;for(var r=0;r<n.length;r++)Qr(n[r],n[++r],n[++r]);vr.__c&&vr.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){vr.__e(e,t.__v)}}))}function Jr(e,t,n,r,i,o,a,s,l){var c,u,d,f,h,p,g,m=n.props,v=t.props,b=t.type;if("svg"===b?i="http://www.w3.org/2000/svg":"math"===b?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!b&&(b?h.localName===b:3===h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null===b)return document.createTextNode(v);e=document.createElementNS(i,b,v.is&&v),s&&(vr.__m&&vr.__m(t,o),s=!1),o=null}if(null===b)m===v||s&&e.data===v||(e.data=v);else{if(o=o&&mr.call(e.childNodes),m=n.props||Ar,!s&&null!=o)for(m={},c=0;c<e.attributes.length;c++)m[(h=e.attributes[c]).name]=h.value;for(c in m)if(h=m[c],"children"==c);else if("dangerouslySetInnerHTML"==c)d=h;else if(!(c in v)){if("value"==c&&"defaultValue"in v||"checked"==c&&"defaultChecked"in v)continue;Yr(e,c,null,h,i)}for(c in v)h=v[c],"children"==c?f=h:"dangerouslySetInnerHTML"==c?u=h:"value"==c?p=h:"checked"==c?g=h:s&&"function"!=typeof h||m[c]===h||Yr(e,c,h,m[c],i);if(u)s||d&&(u.__html===d.__html||u.__html===e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=""),$r(e,Nr(f)?f:[f],t,n,r,"foreignObject"===b?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&jr(n,0),s,l),null!=o)for(c=o.length;c--;)Rr(o[c]);s||(c="value","progress"===b&&null==p?e.removeAttribute("value"):void 0!==p&&(p!==e[c]||"progress"===b&&!p||"option"===b&&p!==m[c])&&Yr(e,c,p,m[c],i),c="checked",void 0!==g&&g!==e[c]&&Yr(e,c,g,m[c],i))}return e}function Qr(e,t,n){try{if("function"==typeof e){var r="function"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){vr.__e(e,n)}}function ei(e,t,n){var r,i;if(vr.unmount&&vr.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||Qr(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){vr.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&ei(r[i],t,n||"function"!=typeof e.type);n||Rr(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function ti(e,t,n){return this.constructor(e,n)}function ni(e,t,n){var r,i,o,a;vr.__&&vr.__(e,t),i=(r="function"==typeof n)?null:n&&n.__k||t.__k,o=[],a=[],Zr(t,e=(!r&&n||t).__k=Dr(zr,null,[e]),i||Ar,Ar,t.namespaceURI,!r&&n?[n]:i?null:t.firstChild?mr.call(t.childNodes):null,o,!r&&n?n:i?i.__e:t.firstChild,r,a),Kr(o,e,a)}function ri(e,t,n){var r,i,o,a,s=Or({},e.props);for(o in e.type&&e.type.defaultProps&&(a=e.type.defaultProps),t)"key"==o?r=t[o]:"ref"==o?i=t[o]:s[o]=void 0===t[o]&&void 0!==a?a[o]:t[o];return arguments.length>2&&(s.children=arguments.length>3?mr.call(arguments,2):n),Pr(e.type,s,r||e.key,i||e.ref,null)}function ii(e,t){var n={__c:t="__cC"+Tr++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,Fr(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}mr=Lr.slice,vr={__e:function(e,t,n,r){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),a=i.__d),a)return i.__E=i}catch(t){e=t}throw e}},br=0,yr=function(e){return null!=e&&null==e.constructor},Ir.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=Or({},this.state),"function"==typeof e&&(e=e(Or({},n),this.props)),e&&Or(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),Fr(this))},Ir.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Fr(this))},Ir.prototype.render=zr,_r=[],xr="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,kr=function(e,t){return e.__v.__b-t.__v.__b},Hr.__r=0,Cr=0,Sr=Xr(!1),Mr=Xr(!0),Tr=0;var oi,ai,si,li,ci=0,ui=[],di=vr,fi=di.__b,hi=di.__r,pi=di.diffed,gi=di.__c,mi=di.unmount,vi=di.__;function bi(e,t){di.__h&&di.__h(ai,e,ci||t),ci=0;var n=ai.__H||(ai.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function yi(e){return ci=1,_i(Di,e)}function _i(e,t,n){var r=bi(oi++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):Di(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=ai,!ai.u)){var i=function(e,t,n){if(!r.__c.__H)return!0;var i=r.__c.__H.__.filter((function(e){return!!e.__c}));if(i.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var a=!1;return i.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&r.__c.props===e)&&(!o||o.call(this,e,t,n))};ai.u=!0;var o=ai.shouldComponentUpdate,a=ai.componentWillUpdate;ai.componentWillUpdate=function(e,t,n){if(this.__e){var r=o;o=void 0,i(e,t,n),o=r}a&&a.call(this,e,t,n)},ai.shouldComponentUpdate=i}return r.__N||r.__}function wi(e,t){var n=bi(oi++,3);!di.__s&&Ri(n.__H,t)&&(n.__=e,n.i=t,ai.__H.__h.push(n))}function xi(e,t){var n=bi(oi++,4);!di.__s&&Ri(n.__H,t)&&(n.__=e,n.i=t,ai.__h.push(n))}function ki(e){return ci=5,Ci((function(){return{current:e}}),[])}function Ci(e,t){var n=bi(oi++,7);return Ri(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Si(e,t){return ci=8,Ci((function(){return e}),t)}function Mi(e){var t=ai.context[e.__c],n=bi(oi++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(ai)),t.props.value):e.__}function Ti(){var e=bi(oi++,11);if(!e.__){for(var t=ai.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function Ai(){for(var e;e=ui.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Ni),e.__H.__h.forEach(Oi),e.__H.__h=[]}catch(t){e.__H.__h=[],di.__e(t,e.__v)}}di.__b=function(e){ai=null,fi&&fi(e)},di.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),vi&&vi(e,t)},di.__r=function(e){hi&&hi(e),oi=0;var t=(ai=e.__c).__H;t&&(si===ai?(t.__h=[],ai.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.i=e.__N=void 0}))):(t.__h.forEach(Ni),t.__h.forEach(Oi),t.__h=[],oi=0)),si=ai},di.diffed=function(e){pi&&pi(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==ui.push(t)&&li===di.requestAnimationFrame||((li=di.requestAnimationFrame)||Ei)(Ai)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.i=void 0}))),si=ai=null},di.__c=function(e,t){t.some((function(e){try{e.__h.forEach(Ni),e.__h=e.__h.filter((function(e){return!e.__||Oi(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],di.__e(n,e.__v)}})),gi&&gi(e,t)},di.unmount=function(e){mi&&mi(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{Ni(e)}catch(e){t=e}})),n.__H=void 0,t&&di.__e(t,n.__v))};var Li="function"==typeof requestAnimationFrame;function Ei(e){var t,n=function(){clearTimeout(r),Li&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Li&&(t=requestAnimationFrame(n))}function Ni(e){var t=ai,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),ai=t}function Oi(e){var t=ai;e.__c=e.__(),ai=t}function Ri(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Di(e,t){return"function"==typeof t?t(e):t}function Pi(e,t){for(var n in t)e[n]=t[n];return e}function zi(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function Ii(e,t){this.props=e,this.context=t}function ji(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:zi(this.props,e)}function r(t){return this.shouldComponentUpdate=n,Dr(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(Ii.prototype=new Ir).isPureReactComponent=!0,Ii.prototype.shouldComponentUpdate=function(e,t){return zi(this.props,e)||zi(this.state,t)};var Bi=vr.__b;vr.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Bi&&Bi(e)};var Fi="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function Hi(e){function t(t){var n=Pi({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=Fi,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var $i=vr.__e;vr.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);$i(e,t,n,r)};var Ui=vr.unmount;function qi(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=Pi({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return qi(e,t,n)}))),e}function Wi(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Wi(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Vi(){this.__u=0,this.t=null,this.__b=null}function Gi(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Yi(){this.u=null,this.o=null}vr.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Ui&&Ui(e)},(Vi.prototype=new Ir).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=Gi(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Wi(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},Vi.prototype.componentWillUnmount=function(){this.t=[]},Vi.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=qi(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&Dr(zr,null,e.fallback);return i&&(i.__u&=-33),[Dr(zr,null,t.__a?null:e.children),i]};var Xi=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(Yi.prototype=new Ir).__a=function(e){var t=this,n=Gi(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Xi(t,e,r)):i()};n?n(o):o()}},Yi.prototype.render=function(e){this.u=null,this.o=new Map;var t=Wr(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},Yi.prototype.componentDidUpdate=Yi.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){Xi(e,n,t)}))};var Zi="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Ki=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ji=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Qi=/[A-Z0-9]/g,eo="undefined"!=typeof document,to=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};Ir.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(Ir.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var no=vr.event;function ro(){}function io(){return this.cancelBubble}function oo(){return this.defaultPrevented}vr.event=function(e){return no&&(e=no(e)),e.persist=ro,e.isPropagationStopped=io,e.isDefaultPrevented=oo,e.nativeEvent=e};var ao={enumerable:!1,configurable:!0,get:function(){return this.class}},so=vr.vnode;vr.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||eo&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||to(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":Ji.test(o)&&(o=s):s=o="oninput":i&&Ki.test(o)?o=o.replace(Qi,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=Wr(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=Wr(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ao)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Zi,so&&so(e)};var lo=vr.__r;vr.__r=function(e){lo&&lo(e),e.__c};var co=vr.diffed;vr.diffed=function(e){co&&co(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};function uo(e){return!!e&&e.$$typeof===Zi}function fo(e){return uo(e)?ri.apply(null,arguments):e}var ho=function(e,t){return e(t)};var po=a(6660),go=a(6484);function mo(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=mo(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function vo(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=mo(e))&&(r&&(r+=" "),r+=t);return r}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:"undefined"!=typeof self&&self;var bo={exports:{}};bo.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){return n&&!0===n.clone&&e(t)?i(function(e){return Array.isArray(e)?[]:{}}(t),t,n):t}function n(n,r,o){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=t(r,o):e(r)?a[s]=i(n[s],r,o):-1===n.indexOf(r)&&a.push(t(r,o))})),a}function r(n,r,o){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],o)})),Object.keys(r).forEach((function(s){e(r[s])&&n[s]?a[s]=i(n[s],r[s],o):a[s]=t(r[s],o)})),a}function i(e,i,o){var a=Array.isArray(i),s=(o||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(e)?s(e,i,o):t(i,o):r(e,i,o)}return i.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return i(e,n,t)}))},i}();var yo,_o,wo=bo.exports,xo={exports:{}};yo=xo,(_o=xo.exports).default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},yo.exports=_o.default;var ko=xo.exports;const{svg:Co,xlink:So}=ko,Mo={[Co.name]:Co.uri,[So.name]:So.uri};function To(e="",t){const n=function(e){return Object.keys(e).map((t=>`${t}="${e[t].toString().replace(/"/g,""")}"`)).join(" ")}(wo(Mo,t||{}));return`<svg ${n}>${e}</svg>`}const{svg:Ao,xlink:Lo}=ko;var Eo={attrs:{[Ao.name]:Ao.uri,[Lo.name]:Lo.uri,style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"}};class No{constructor(e){this.config=wo(Eo,e||{}),this.symbols=[]}add(e){const{symbols:t}=this,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)}remove(e){const{symbols:t}=this,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)}find(e){return this.symbols.filter((t=>t.id===e))[0]||null}has(e){return null!==this.find(e)}stringify(){const{attrs:e}=this.config,t=this.symbols.map((e=>e.stringify())).join("");return To(t,e)}toString(){return this.stringify()}destroy(){this.symbols.forEach((e=>e.destroy()))}}class Oo{constructor({id:e,viewBox:t,content:n}){this.id=e,this.viewBox=t,this.content=n}stringify(){return this.content}toString(){return this.stringify()}destroy(){["id","viewBox","content"].forEach((e=>delete this[e]))}}function Ro(e){const t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}class Do extends Oo{get isMounted(){return!!this.node}static createFromExistingNode(e){return new Do({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})}destroy(){this.isMounted&&this.unmount(),super.destroy()}mount(e){if(this.isMounted)return this.node;const t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n}render(){return Ro(To(this.stringify())).childNodes[0]}unmount(){this.node.parentNode.removeChild(this.node)}}var Po={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1};function zo(e){return Array.prototype.slice.call(e,0)}function Io(e){return(e||window.location.href).split("#")[0]}function jo(e,t="linearGradient, radialGradient, pattern, mask, clipPath"){return zo(e.querySelectorAll("symbol")).forEach((e=>{zo(e.querySelectorAll(t)).forEach((t=>{e.parentNode.insertBefore(t,e)}))})),e}const Bo=ko.xlink.uri,Fo="xlink:href",Ho=/[{}|\\\^\[\]`"<>]/g;function $o(e){return e.replace(Ho,(e=>`%${e[0].charCodeAt(0).toString(16).toUpperCase()}`))}const Uo=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],qo=Uo.map((e=>`[${e}]`)).join(",");const Wo="mount",Vo="symbol_mount",Go="__SVG_SPRITE_NODE__",Yo="__SVG_SPRITE__",Xo=()=>{const e=document.getElementById(Go);e?Zo.attach(e):Zo.mount(document.body,!0)};let Zo=new class extends No{constructor(e={}){super(wo(Po,e));const t=(n=n||Object.create(null),{on:function(e,t){(n[e]||(n[e]=[])).push(t)},off:function(e,t){n[e]&&n[e].splice(n[e].indexOf(t)>>>0,1)},emit:function(e,t){(n[e]||[]).map((function(e){e(t)})),(n["*"]||[]).map((function(n){n(e,t)}))}});var n;this._emitter=t,this.node=null;const{config:r}=this;if(r.autoConfigure&&this._autoConfigure(e),r.syncUrlsWithBaseTag){const e=document.getElementsByTagName("base")[0].getAttribute("href");t.on(Wo,(()=>this.updateUrls("#",e)))}const i=this._handleLocationChange.bind(this);this._handleLocationChange=i,r.listenLocationChangeEvent&&window.addEventListener(r.locationChangeEvent,i),r.locationChangeAngularEmitter&&function(e){angular.module("ng").run(["$rootScope",t=>{t.$on("$locationChangeSuccess",((t,n,r)=>{!function(e,t){const n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)}(e,{oldUrl:r,newUrl:n})}))}])}(r.locationChangeEvent),t.on(Wo,(e=>{r.moveGradientsOutsideSymbol&&jo(e)})),t.on(Vo,(e=>{r.moveGradientsOutsideSymbol&&jo(e.parentNode),(/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)||/edge/i.test(navigator.userAgent))&&function(e){const t=[];zo(e.querySelectorAll("style")).forEach((e=>{e.textContent+="",t.push(e)}))}(e)}))}get isMounted(){return!!this.node}_autoConfigure(e){const{config:t}=this;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=/firefox/i.test(navigator.userAgent))}_handleLocationChange(e){const{oldUrl:t,newUrl:n}=e.detail;this.updateUrls(t,n)}add(e){const t=super.add(e);return this.isMounted&&t&&(e.mount(this.node),this._emitter.emit(Vo,e.node)),t}attach(e){const t=this;if(t.isMounted)return t.node;const n="string"==typeof e?document.querySelector(e):e;return t.node=n,this.symbols.forEach((e=>{e.mount(t.node),this._emitter.emit(Vo,e.node)})),zo(n.querySelectorAll("symbol")).forEach((e=>{const n=Do.createFromExistingNode(e);n.node=e,t.add(n)})),this._emitter.emit(Wo,n),n}destroy(){const{config:e,symbols:t,_emitter:n}=this;t.forEach((e=>e.destroy())),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()}mount(e=this.config.mountTo,t=!1){const n=this;if(n.isMounted)return n.node;const r="string"==typeof e?document.querySelector(e):e,i=n.render();return this.node=i,t&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(Wo,i),i}render(){return Ro(this.stringify())}unmount(){this.node.parentNode.removeChild(this.node)}updateUrls(e,t){if(!this.isMounted)return!1;const n=document.querySelectorAll(this.config.usagesToUpdate);return function(e,t,n,r){const i=$o(n),o=$o(r),a=function(e,t){return zo(e).reduce(((e,n)=>{if(!n.attributes)return e;const r=zo(n.attributes),i=t?r.filter(t):r;return e.concat(i)}),[])}(e.querySelectorAll(qo),(({localName:e,value:t})=>-1!==Uo.indexOf(e)&&-1!==t.indexOf(`url(${i}`)));a.forEach((e=>e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),o))),function(e,t,n){zo(e).forEach((e=>{const r=e.getAttribute(Fo);if(r&&0===r.indexOf(t)){const i=r.replace(t,n);e.setAttributeNS(Bo,Fo,i)}}))}(t,i,o)}(this.node,n,`${Io(e)}#`,`${Io(t)}#`),!0}}({attrs:{id:Go,"aria-hidden":"true"},autoConfigure:"undefined"!=typeof document,listenLocationChangeEvent:"undefined"!=typeof window});var Ko,Jo,Qo,ea,ta,na;"undefined"!=typeof window&&"undefined"!=typeof document&&(window[Yo]?Zo=window[Yo]:window[Yo]=Zo,document.body?Xo():(Jo=[],ea=(Qo=document).documentElement.doScroll,ta="DOMContentLoaded",(na=(ea?/^loaded|^c/:/^loaded|^i|^c/).test(Qo.readyState))||Qo.addEventListener(ta,Ko=function(){for(Qo.removeEventListener(ta,Ko),na=1;Ko=Jo.shift();)Ko()}),function(e){na?setTimeout(e,0):Jo.push(e)})(Xo));const ra=new Do({id:"3cf198e5ab1bad8a5cfcd7df9010e2d9",content:'<symbol fill="#000000" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" id="3cf198e5ab1bad8a5cfcd7df9010e2d9"><title>ionicons-v5_logos</title><path d="M48.48,378.73a300.52,300.52,0,0,0,152.89,95.92,262.57,262.57,0,0,0,159.3-17.25,225.52,225.52,0,0,0,66.79-47,6.36,6.36,0,0,0-2-8.53,11.76,11.76,0,0,0-8-.05,401.92,401.92,0,0,1-116.55,39.34,358.13,358.13,0,0,1-127.29-8.83,446.73,446.73,0,0,1-119.1-60.49,5,5,0,0,0-6.06,6.9Z" /><path d="M387.15,388.44a168.11,168.11,0,0,1,48.94-2.23l.67.13a10,10,0,0,1,7.37,12.05A204.71,204.71,0,0,1,429,444.47a2.55,2.55,0,0,0,1.66,3.18,2.51,2.51,0,0,0,2.23-.37A83.31,83.31,0,0,0,464,382.86a12.44,12.44,0,0,0-10.22-13.22A95.75,95.75,0,0,0,384.91,384a2.55,2.55,0,0,0-.57,3.55A2.52,2.52,0,0,0,387.15,388.44Z" /><path d="M304.24,324.92a164,164,0,0,1-28.92,25.3A135.16,135.16,0,0,1,208.63,369a99.49,99.49,0,0,1-57.49-19.85,97.25,97.25,0,0,1-27.36-100.28,112.35,112.35,0,0,1,65.3-69.06,367.67,367.67,0,0,1,104.7-15.55V127A37.82,37.82,0,0,0,261,94.72a59.9,59.9,0,0,0-31.17,4.08,48.89,48.89,0,0,0-27.13,34.67,12,12,0,0,1-12.58,6.72l-50.9-4.5a11.38,11.38,0,0,1-8.38-10.16,103.66,103.66,0,0,1,36.61-63.45A143.86,143.86,0,0,1,257.85,32a146.24,146.24,0,0,1,84.27,27.67,86.82,86.82,0,0,1,30.7,70.22V258.8a84.46,84.46,0,0,0,8,31.28l15.87,23.23a13,13,0,0,1,0,11.23L349.7,364.25a12.5,12.5,0,0,1-12.68-.44A244.84,244.84,0,0,1,304.24,324.92Zm-10.6-116.83a257.68,257.68,0,0,0-44,2.89A63,63,0,0,0,208,242.54a63,63,0,0,0,3.07,54,40.6,40.6,0,0,0,47.11,12.19,78.61,78.61,0,0,0,35.46-55.58V208.09" /></symbol>',viewBox:"0 0 512 512"});Zo.add(ra);const ia=new Do({id:"7e3aa6e8f105b74dd36141c94bfbc1eb",content:'<symbol viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" id="7e3aa6e8f105b74dd36141c94bfbc1eb">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.554 4.47a.6.6 0 0 1-.13.654l-3 3a.6.6 0 0 1-.849 0l-3-3A.6.6 0 0 1 3 4.1h6a.6.6 0 0 1 .554.37Z" fill="currentColor" fill-opacity=".56" />\n</symbol>',viewBox:"0 0 12 12"});Zo.add(ia);const oa=new Do({id:"24e7a4e46048b860fb6606873a47ca5c",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="24e7a4e46048b860fb6606873a47ca5c">\n<style type="text/css">\n\t#24e7a4e46048b860fb6606873a47ca5c .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#3861AD;}\n</style>\n<path class="st0" d="M616.7,236.8L473.9,524.6l251.5,291.6l-466.9,53l724.5,7.5L616.7,236.8z M588.5,123.3l-328,274.5L17,808.6\n\tl207.3-21.1L588.5,123.3z" />\n</symbol>',viewBox:"0 0 1000 1000"});Zo.add(oa);const aa=new Do({id:"08905e107fe816161977b08a5ef22c4c",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="08905e107fe816161977b08a5ef22c4c">\n<style type="text/css">\n\t#08905e107fe816161977b08a5ef22c4c .st0{fill:none;}\n\t#08905e107fe816161977b08a5ef22c4c .st1{fill:#4B7BBE;}\n\t#08905e107fe816161977b08a5ef22c4c .st2{fill:url(#08905e107fe816161977b08a5ef22c4c_SVGID_1_);}\n</style>\n<g>\n\t<path class="st0" d="M413.5,621.2h173l41.7-243.7H367.5L413.5,621.2z" />\n\t<path class="st1" d="M112.7,127.6C98,127.4,86,139.1,85.8,153.8c0,1.5,0.1,3.1,0.3,4.6l112.7,684c2.9,17.3,17.8,30,35.3,30.1h540.5\n\t\tc13.1,0.2,24.4-9.3,26.5-22.3l112.7-691.7c2.3-14.5-7.5-28.1-22-30.4c-1.5-0.2-3.1-0.4-4.6-0.3L112.7,127.6z M587.1,621.9H414.6\n\t\tl-46.7-244h261L587.1,621.9z" />\n\t\n\t\t<linearGradient id="08905e107fe816161977b08a5ef22c4c_SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.175" y1="921.2677" x2="202.969" y2="921.0508" gradientTransform="matrix(1996.6343 0 0 -1480.3047 -404731.125 1364202.875)">\n\t\t<stop offset="0.18" style="stop-color:#325BA9" />\n\t\t<stop offset="1" style="stop-color:#4B7BBE" />\n\t</linearGradient>\n\t<path class="st2" d="M877.3,377.5H628.4l-41.8,243.9H414.3L210.8,862.9c6.5,5.6,14.7,8.7,23.2,8.7h540.2\n\t\tc13.1,0.2,24.4-9.3,26.5-22.3L877.3,377.5z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Zo.add(aa);const sa=new Do({id:"b0313fd65d77a8ee445beafb8ba8af49",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="b0313fd65d77a8ee445beafb8ba8af49">\n<style type="text/css">\n\t#b0313fd65d77a8ee445beafb8ba8af49 .st0{fill:#171717;}\n</style>\n<g transform="matrix(2.791226 0 0 2.791226 71.368826 91.588681)">\n\t<circle class="st0" cx="150.8" cy="146.4" r="42.4" />\n\t<path class="st0" d="M150.8-31.9C67.8-31.9-2,24.9-21.8,101.8c-0.2,0.7-0.3,1.4-0.3,2.1c0,4.7,3.8,8.5,8.5,8.5h71.9\n\t\tc3.3,0,6.3-1.9,7.7-5c0,0,0.1-0.2,0.2-0.3c14.8-32,47.2-54.2,84.7-54.2c51.6,0,93.4,41.8,93.4,93.4s-41.8,93.4-93.4,93.4\n\t\tc-37.6,0-69.9-22.2-84.7-54.2c0-0.1-0.2-0.3-0.2-0.3c-1.4-3-4.4-5-7.7-5h-71.9c-4.7,0-8.5,3.8-8.5,8.5c0,0.7,0.1,1.4,0.3,2.1\n\t\tC-2,267.8,67.8,324.6,150.8,324.6c98.5,0,178.4-79.8,178.4-178.3S249.4-31.9,151-31.9L150.8-31.9z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Zo.add(sa);const la=new Do({id:"f681aed9de72a8ea119158d26e3472cc",content:'<symbol viewBox="0 0 12 8" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="f681aed9de72a8ea119158d26e3472cc">\n <circle cx="3" cy="2" r="1" />\n <circle cx="6" cy="2" r="1" />\n <circle cx="9" cy="2" r="1" />\n <circle cx="3" cy="6" r="1" />\n <circle cx="6" cy="6" r="1" />\n <circle cx="9" cy="6" r="1" />\n</symbol>',viewBox:"0 0 12 8"});Zo.add(la);const ca=new Do({id:"794d462808034f88cff7dcb5a3f392e3",content:'<symbol viewBox="0 0 2500 2500" xmlns="http://www.w3.org/2000/svg" id="794d462808034f88cff7dcb5a3f392e3"><path clip-rule="evenodd" d="m503.6 242.3-10.7 10.7 438.1 438.1c-62 96.7-97.6 215.5-97.6 350.6 0 375.6 275.8 625 625 625 130.5 0 250.8-34.8 350.2-98l440.3 440.3c-228.1 301.3-590.7 491-998.8 491-690.3 0-1250.1-542.6-1250.1-1250 0-420.7 198-783.1 503.6-1007.7zm208.4-123.8c162.9-76.2 345.4-118.5 538-118.5 690.3 0 1250 542.6 1250 1250 0 194.6-42.3 376.7-118.1 538.5l-396.2-396.2c62-96.7 97.6-215.5 97.6-350.6 0-375.6-275.8-625-625-625-130.5 0-250.8 34.8-350.2 98zm746.3 1298.2c-209.6 0-375-149.6-375-375s165.4-375 375-375 375 149.6 375 375-165.4 375-375 375z" fill="#192d46" fill-rule="evenodd" /></symbol>',viewBox:"0 0 2500 2500"});Zo.add(ca);const ua=new Do({id:"a2e5db401ed62fd39ef21026fac761ae",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="a2e5db401ed62fd39ef21026fac761ae">\n<g clip-path="url(#a2e5db401ed62fd39ef21026fac761ae_clip0_53_89)">\n<path d="M10 30H4C3.46957 30 2.96086 29.7893 2.58579 29.4142C2.21071 29.0391 2 28.5304 2 28V16C2 15.4696 2.21071 14.9609 2.58579 14.5858C2.96086 14.2107 3.46957 14 4 14H10C10.5304 14 11.0391 14.2107 11.4142 14.5858C11.7893 14.9609 12 15.4696 12 16V28C12 28.5304 11.7893 29.0391 11.4142 29.4142C11.0391 29.7893 10.5304 30 10 30ZM4 16V28H10V16H4Z" fill="currentColor" />\n<path d="M28 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V12H6V6H28V20H14V22H16V26H14V28H23V26H18V22H28C28.5304 22 29.0391 21.7893 29.4142 21.4142C29.7893 21.0391 30 20.5304 30 20V6C30 5.46957 29.7893 4.96086 29.4142 4.58579C29.0391 4.21071 28.5304 4 28 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="a2e5db401ed62fd39ef21026fac761ae_clip0_53_89">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Zo.add(ua);const da=new Do({id:"b1d648a783b58a400b404192338f655e",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 96" id="b1d648a783b58a400b404192338f655e">\n <path fill="currentColor" fill-rule="evenodd" d="M48.85 0C21.84 0 0 22 0 49.22 0 70.97 14 89.39 33.4 95.9c2.43.49 3.32-1.06 3.32-2.37 0-1.14-.08-5.05-.08-9.12-13.59 2.93-16.42-5.87-16.42-5.87-2.18-5.7-5.42-7.17-5.42-7.17-4.45-3.01.33-3.01.33-3.01 4.93.32 7.52 5.05 7.52 5.05 4.37 7.5 11.4 5.38 14.23 4.07.4-3.18 1.7-5.38 3.08-6.6-10.84-1.14-22.25-5.38-22.25-24.28 0-5.38 1.94-9.78 5.02-13.2-.49-1.22-2.19-6.28.48-13.04 0 0 4.13-1.3 13.43 5.05a46.97 46.97 0 0 1 12.21-1.63c4.13 0 8.33.57 12.22 1.63 9.3-6.35 13.42-5.05 13.42-5.05 2.67 6.76.97 11.82.49 13.04a18.9 18.9 0 0 1 5.01 13.2c0 18.9-11.4 23.06-22.32 24.28 1.78 1.55 3.32 4.48 3.32 9.13 0 6.6-.08 11.9-.08 13.52 0 1.3.89 2.86 3.31 2.37a49.18 49.18 0 0 0 33.4-46.7C97.72 22 75.8 0 48.86 0z" clip-rule="evenodd" />\n</symbol>',viewBox:"0 0 98 96"});Zo.add(da);const fa=new Do({id:"6c54f7e0e4a7e61b356c74e8c52789c5",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="6c54f7e0e4a7e61b356c74e8c52789c5">\n<style type="text/css">\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#E2452A;}\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#F36E2C;}\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FAA327;}\n</style>\n<g>\n\t<path class="st0" d="M500,959.9L683.8,394H316.2L500,959.9z" />\n\t<path class="st1" d="M500,959.9L316.2,394H58.6L500,959.9z" />\n\t<path class="st2" d="M58.6,394L2.7,566.1c-5.1,15.7,0.5,32.9,13.8,42.6L500,959.9L58.6,394z" />\n\t<path class="st0" d="M58.6,394h257.6L205.5,53.4c-5.7-17.5-30.5-17.5-36.2,0L58.6,394z" />\n\t<path class="st1" d="M500,959.9L683.8,394h257.6L500,959.9z" />\n\t<path class="st2" d="M941.4,394l55.8,171.9c5.1,15.7-0.5,32.9-13.8,42.6L500,959.9L941.4,394z" />\n\t<path class="st0" d="M941.4,394H683.8L794.5,53.3c5.7-17.5,30.5-17.5,36.2,0L941.4,394z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Zo.add(fa);const ha=new Do({id:"2452a92e8d5bc90b62427d2f031ffbe8",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="2452a92e8d5bc90b62427d2f031ffbe8">\n<style type="text/css">\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st0{fill:#D33833;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st1{fill:#EF3D3A;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st2{fill:#231F20;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st3{fill:#F0D6B7;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st4{fill:#335061;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st5{fill:#6D6B6D;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st6{fill:#DCD9D8;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st7{fill:#F7E4CD;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st8{fill:#49728B;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st9{fill:#FFFFFF;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st10{stroke:#D33833;stroke-width:10.8864;stroke-miterlimit:23.9808;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st11{fill:#81B0C4;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st12{fill:#1D1919;}\n</style>\n<g>\n\t<path class="st0" d="M730.1,426.2c0,130.3-103.3,235.9-230.7,235.9S268.6,556.5,268.6,426.2c0-130.3,103.3-235.9,230.7-235.9\n\t\tC626.8,190.3,730.1,296,730.1,426.2" />\n\t<path class="st1" d="M278.1,484.7c0,0-16.7-246,210.1-253.1l-15.8-26.4l-123,41.3l-35.2,40.4l-30.7,58.8L266,414.1l5.2,45.8" />\n\t<path class="st2" d="M341.4,265.3c-40.4,41.5-65.5,98.6-65.5,161.9S301,547.5,341.4,589c40.6,41.5,96.2,67,158,67\n\t\tc61.8,0,117.4-25.5,158-67c40.4-41.5,65.5-98.6,65.5-161.9c0-63.3-25.1-120.4-65.5-161.9c-40.6-41.3-96.2-67-158-67\n\t\tC437.8,198.3,381.9,223.8,341.4,265.3L341.4,265.3z M331.1,598.9c-43-43.9-69.6-104.8-69.6-171.7s26.6-127.8,69.6-171.9\n\t\tc43-43.9,102.5-71.3,168.2-71.3c65.7,0,125.2,27.4,168.2,71.3c43,43.9,69.6,104.8,69.6,171.9c0,67-26.6,127.8-69.6,171.7\n\t\tc-43,44.1-102.5,71.3-168.2,71.3C433.7,670.2,374.1,643,331.1,598.9L331.1,598.9z" />\n\t<path class="st3" d="M596.5,427.5l-35.2,5.2l-47.4,5.4l-30.7,0.7l-30-0.9l-22.9-7.1l-20.3-22l-15.8-44.8l-3.5-9.7l-21-7.1\n\t\tL357.4,327l-8.7-29l9.7-25.5l22.9-8l18.4,8.7l8.7,19.4l10.6-1.7l3.5-4.5l-3.5-20.3l-0.9-25.5l5.2-35.2l-0.2-20.1l16-25.7l28.1-20.3\n\t\tl49.1-21l54.5,8l47.4,34.2l22,35.2l14.1,25.5l3.5,63.3l-10.6,54.5l-19.4,48.4l-18.2,25.9" />\n\t<path class="st4" d="M566.7,579.5l-125.6,5.2v21l10.6,73.9l-5.2,6.1l-87.8-30l-6.1-10.6l-8.7-99.4l-20.7-59.5l-4.5-14.1l70.3-48.4\n\t\tl22-8.7l19.4,23.8l16.7,14.9l19.4,6.1l8.7,2.6l10.6,45.8l8,9.7l20.3-7.1l-14.1,27.4l76.3,36.1L566.7,579.5" />\n\t<path class="st5" d="M358.3,272.9l22.9-8l18.4,8.7l8.7,19.4l10.6-1.7l2.6-10.6l-5.2-20.3l5.2-48.4l-4.5-26.4l15.8-18.4l34.2-27.2\n\t\tl-9.7-13.2l-48.4,23.8l-20.3,15.8L377.5,191L360,214.8l-5.2,28.1L358.3,272.9" />\n\t<path class="st6" d="M394.4,190.3c0,0,13.2-32.6,65.9-48.4c52.7-15.8,2.6-11.4,2.6-11.4l-57.1,22l-22,22l-9.7,17.5L394.4,190.3\n\t\t M368,266.8c0,0-18.4-61.6,51.9-70.3l-2.6-10.6l-48.4,11.4l-14.1,45.8l3.5,30L368,266.8" />\n\t<path class="st7" d="M396.1,348.4l11.5-11.2c0,0,5.2,0.6,6.1,6.7c0.9,6.1,3.5,61.6,41.3,91.4c3.5,2.8-28.1-4.5-28.1-4.5L398.9,387\n\t\t M557.8,331.7c0,0,2-26.6,9.3-24.6c7.3,2,7.3,9.3,7.3,9.3S556.8,327.6,557.8,331.7 M630.7,234.2c0,0-14.5,3-15.8,15.8\n\t\tc-1.3,12.8,15.8,2.6,18.4,1.7 M524.5,235.1c0,0-19.4,2.6-19.4,14.9c0,12.3,22,11.3,28.1,6.1 M405,292.3c0,0-33.3-20.3-36.8-0.9\n\t\tc-3.5,19.4-11.4,33.3,5.2,53.6l-11.4-3.5l-10.6-27.2l-3.5-26.4l20.3-21l22.9,1.7l13.2,10.6L405,292.3 M420.8,236.8\n\t\tc0,0,14.9-77.4,90.4-92.3c62.1-12.3,94.9,2.6,107.2,16.7c0,0-55.4-65.9-108.1-45.8c-52.7,20.3-91.4,57.1-90.4,80.8\n\t\tC421.4,236.8,420.8,236.8,420.8,236.8 M624.6,170c0,0-25.5-0.9-26.4,22c0,0,0,3.5,1.7,7.1c0,0,20.3-22.9,32.6-10.6" />\n\t<path class="st7" d="M513.1,201.4c0,0-4.5-35-34.2-14.7c-19.4,13.2-17.5,31.6-14.1,35.2c3.5,3.5,2.6,10.6,5.2,5.8\n\t\tc2.6-4.8,1.9-20.7,11.5-25.1C491,198.1,507,193.3,513.1,201.4" />\n\t<path class="st8" d="M430.5,438.9l-82.6,36.8c0,0,34.2,136.2,16.7,178.4l-12.3-4.5l-0.9-51.9l-22.9-98.2l-9.7-27.2l86.2-58.1\n\t\tL430.5,438.9 M438.9,514.2l11.7,14.3v52.7h-14c0,0-1.7-36.8-1.7-41.3c0-4.5,1.7-20.3,1.7-20.3 M439.2,589.2l-39.6,1.7l11.4,8\n\t\tl28.1,4.5" />\n\t<path class="st4" d="M574.5,580.5l32.6-0.9l8,80.8l-33.3,4.5L574.5,580.5" />\n\t<path class="st4" d="M583.3,580.5l49.1-2.6c0,0,20.3-51,20.3-53.6c0-2.6,17.5-73.9,17.5-73.9l-39.6-41.3l-8-7.1l-21,21v81.7\n\t\tL583.3,580.5" />\n\t<path class="st8" d="M605.2,574.3l-30.7,6.1L579,605c11.3,5.2,30.7-8.7,30.7-8.7 M606.2,420.5l61.6,45.8l1.7-21l-46.5-43\n\t\tL606.2,420.5" />\n\t<path class="st9" d="M469.8,753.5l-18.2-73.9l-9.1-54.5l-1.5-40.4l82.4-4.5h51.2l-4.7,92.3l8,71.3l-0.9,13.2l-66.8,5.2L469.8,753.5\n\t\t" />\n\t<path class="st6" d="M563.2,579.5c0,0-4.5,91.4,8.7,156.5c0,0-26.4,16.7-64.9,21l73.9-2.6l8.7-5.2l-10.6-144l-2.8-30.9" />\n\t<path class="st9" d="M616.4,653.4l34.2-9.7l64.9-3.5l9.7-30l-17.5-51.9l-20.3-2.6l-28.1,8.7l-26.8,13.2l-14.3-2.6l-11.2,4.5" />\n\t<path class="st6" d="M615.8,635.7c0,0,22.9-10.6,26.4-9.7l-9.7-48.4l11.4-4.5c0,0,8,45.8,8,51c0,0,49.1,2.6,53.6,2.6\n\t\tc0,0,10.6-20.3,8-41.3l9.7,28.1l0.9,15.8l-14.1,21l-15.8,3.5l-26.4-0.9l-8.7-11.4l-30.7,4.5l-9.7,3.5" />\n\t<path class="st9" d="M581.2,573.4l-19.4-49.1l-20.3-29c0,0,4.5-12.3,10.6-12.3h20.3l19.4,7.1l-1.7,32.6L581.2,573.4" />\n\t<path class="st6" d="M585.1,556.7c0,0-24.6-47.4-24.6-54.5c0,0,4.5-10.6,10.6-8c6.1,2.6,19.4,9.7,19.4,9.7v-16.7l-30-6.1l-20.3,2.6\n\t\tl34.2,81.1l7.1,0.9" />\n\t<path class="st9" d="M477.6,440.7l-24.4-2.6l-22.9-7.1v8l11.2,12.3l35.2,15.8" />\n\t<path class="st6" d="M438.3,443.3c0,0,27.2,11.4,36.1,8.7l0.9,10.6l-24.6-5.2l-14.9-10.6L438.3,443.3" />\n\t<path class="st0" d="M616.4,486c-14.9-0.4-28.5-2.2-40.2-5.6c0.7-4.8-0.7-9.5,0.6-13c3.3-2.4,8.7-2.4,13.8-3\n\t\tc-4.3-2-10.4-3-15.3-1.7c-0.2-3.3-1.7-5.4-2.6-8c8.4-3,28.1-22.5,39.3-16.2c5.4,3.2,7.6,20.7,8,29.4C620.3,475,619.2,482,616.4,486\n\t\t" />\n\t<path class="st10" d="M616.4,486c-14.9-0.4-28.5-2.2-40.2-5.6c0.7-4.8-0.7-9.5,0.6-13c3.3-2.4,8.7-2.4,13.8-3\n\t\tc-4.3-2-10.4-3-15.3-1.7c-0.2-3.3-1.7-5.4-2.6-8c8.4-3,28.1-22.5,39.3-16.2c5.4,3.2,7.6,20.7,8,29.4C620.3,475,619.2,482,616.4,486\n\t\tL616.4,486z" />\n\t<path class="st0" d="M545.1,461.6c0,1.1,0,2.2-0.2,3.3c-4.7,3-12.1,3-17.3,5.6c7.4,0.4,13.4,2.2,18.6,4.7c-0.2,2.8-0.2,5.8-0.4,8.6\n\t\tc-8.6,5.8-16.4,14.5-26.4,20.1c-4.8,2.6-21.4,9.3-26.4,8c-2.8-0.7-3.2-4.3-4.3-7.6c-2.4-7.1-8-18.6-8.6-29.4\n\t\tc-0.6-13.6-2-36.5,12.7-33.7c11.9,2.2,25.7,7.6,34.8,12.7C533.4,457.1,536.6,460.8,545.1,461.6" />\n\t<path class="st10" d="M545.1,461.6c0,1.1,0,2.2-0.2,3.3c-4.7,3-12.1,3-17.3,5.6c7.4,0.4,13.4,2.2,18.6,4.7\n\t\tc-0.2,2.8-0.2,5.8-0.4,8.6c-8.6,5.8-16.4,14.5-26.4,20.1c-4.8,2.6-21.4,9.3-26.4,8c-2.8-0.7-3.2-4.3-4.3-7.6\n\t\tc-2.4-7.1-8-18.6-8.6-29.4c-0.6-13.6-2-36.5,12.7-33.7c11.9,2.2,25.7,7.6,34.8,12.7C533.4,457.1,536.6,460.8,545.1,461.6\n\t\tL545.1,461.6z" />\n\t<path class="st0" d="M553.5,477.8c-1.3-7.4-2.8-9.5-2.2-16C571.2,448.6,574.7,484.5,553.5,477.8" />\n\t<path class="st10" d="M553.5,477.8c-1.3-7.4-2.8-9.5-2.2-16C571.2,448.6,574.7,484.5,553.5,477.8L553.5,477.8z" />\n\t<path class="st1" d="M582.2,483.7c0,0-6.1-8.7-1.7-11.4c4.5-2.6,8.7,0,11.4-4.5c2.6-4.5,0-7.1,0.9-12.3c0.9-5.2,5.2-6.1,9.7-7.1\n\t\tc4.5-0.9,16.7-2.6,18.4,1.7l-5.2-15.8l-10.6-3.5l-33.3,19.4l-1.7,9.7v19.4 M489.9,512.7c-1.1-13.8-2.2-27.4-3.3-41.1\n\t\tc-1.9-20.5,4.8-16.9,22.7-16.9c2.8,0,16.7,3.2,17.7,5.2c4.8,9.9-8,7.6,5.6,15.1c11.4,6.1,31.6-3.7,27-17.7\n\t\tc-2.6-3.2-13.4-0.9-17.3-3l-20.7-10.6c-8.7-4.5-28.8-11.2-38.1-4.8c-23.6,16,1.5,56.2,9.9,72.9" />\n\t<path class="st2" d="M513.1,201.4c-24-5.6-35.9,10-43.2,26.2c-6.5-1.5-3.9-10.4-2.2-14.9c4.3-11.7,21.6-27.5,35.7-25.3\n\t\tC509.4,188.2,517.6,193.8,513.1,201.4 M629.8,228.6h1.1c5.4,11.2,10,23.1,16.9,33.1c-4.7,10.8-34.6,20.1-34.2,1.1\n\t\tc6.5-2.8,17.7-0.6,23.4-4.3C633.7,249.5,629,241.6,629.8,228.6 M525.2,229c5.2,9.5,6.9,19.4,14.1,26.4c3.4,3.2,9.7,7.1,6.5,16\n\t\tc-0.7,2-6.1,6.7-9.3,7.6c-11.3,3.3-38,0.7-29-13.6c9.5,0.4,22.1,6.1,29.2-0.7C531.4,256.2,521.7,239,525.2,229 M625.5,324.6\n\t\tc-17.1,11-36.3,23.1-64.6,20.3c-6-5.2-8.4-16.9-2.4-24.6c3,5.2,1.1,14.9,9.7,16.4c16,2.8,34.6-9.9,46.1-14.1\n\t\tc7.1-12.1-0.6-16.4-7.1-24.2c-13.2-15.8-30.7-35.5-30.1-59.2c5.4-3.9,5.8,6,6.5,7.6c6.9,16,24.2,36.7,36.7,50.4\n\t\tc3.2,3.3,8.2,6.7,8.7,8.9C630.7,312.5,624.8,320.3,625.5,324.6 M398.9,313.1c-5.4-3.2-6.7-16.6-13-16.9c-9.1-0.6-7.4,17.5-7.4,28.1\n\t\tc-6.1-5.6-7.3-23.1-2.8-32c-5.2-2.6-7.4,2.8-10.4,4.7C369.1,269.9,404.8,284.4,398.9,313.1 M636.3,336c-8,15.3-19.4,32-42.8,32.6\n\t\tc-0.6-4.8-0.9-12.5,0-15.4C611.6,351.2,622.7,342.1,636.3,336 M523.9,345.8c14.9,7.8,42.4,8.7,62.9,8.2c1.1,4.5,1.1,10,1.1,15.4\n\t\tC561.7,370.6,530.8,364.1,523.9,345.8 M521.1,360.4c10.4,26,46,23.1,75.9,22.3c-1.3,3.3-4.1,7.4-7.8,8.7\n\t\tc-9.7,3.9-36.1,6.9-49.5-0.2c-8.4-4.5-14-14.7-18.6-20.7C519.1,367.8,507.9,360.5,521.1,360.4" />\n\t<path class="st11" d="M624.2,503.8c-12.1,20.8-23.8,42.2-38.1,60.5c6-17.7,8.6-47.4,9.5-70.1C608.2,488.2,619,495.4,624.2,503.8" />\n\t<path class="st2" d="M689.5,578.6c-13.6,2.8-23.1,16-36.5,15.1C660.5,583.5,673.1,579,689.5,578.6 M695.5,599.8\n\t\tc-11.2,1.1-24.2,3-35.4,2C665.5,593.7,686,596.7,695.5,599.8 M699.4,618.3c-12.5,0.2-27.9,0-39.8-0.9\n\t\tC666.6,609.7,691.4,614.5,699.4,618.3" />\n\t<path class="st6" d="M600.8,668.5c1.9,15.6,8,31.4,7.3,48.6c-6.9,2.2-10.8,4.3-20.1,4.3c-0.6-14.5-2.6-36.8-2-50.8\n\t\tC590.3,670.9,597,667.4,600.8,668.5" />\n\t<path class="st3" d="M580.7,437.8c-6.3,4.1-11.5,9.1-17.7,13.6c-13.4,0.7-20.7-0.9-30.3-8.6c0.2-0.6,1.1-0.4,1.1-1.1\n\t\tC548.1,448,566.3,439.1,580.7,437.8" />\n\t<path class="st11" d="M505.9,535.1c3.9-16.9,19.4-25.9,33.3-35.2c14.3,18.2,23.1,41.7,32.7,64.4C549,557.4,525.8,546.4,505.9,535.1\n\t\t" />\n\t<path class="st2" d="M585.9,670.7c-0.6,14,1.3,36.1,2,50.8c9.3,0,13.2-2,20.1-4.3c0.7-17.1-5.4-32.9-7.3-48.6\n\t\tC597,667.4,590.3,670.9,585.9,670.7z M442.2,591.8c6.1,56,14.9,102.9,31.1,152.6c35.9,11,79.1,11.9,110.9,2\n\t\tc-5.8-27.9-3.3-62-6.7-91.9c-2.6-22.5-1.3-45-4.8-67.9C534.1,578.6,479.8,584.8,442.2,591.8L442.2,591.8z M581.8,587\n\t\tc-0.4,24,1.1,47.8,3,71.8c9.3-1.3,15.4-2.2,24-4.3c-2.8-23.1-2.4-49.3-8.2-69.8C594.1,584.9,588.3,584.8,581.8,587L581.8,587z\n\t\t M628.5,583.1c-4.5-0.9-9.5,0-13.6,0c2,19.5,6.7,41.1,8.4,61.8c6.5,0.2,10-3,15.4-3.9C639.1,622.9,637.2,598,628.5,583.1\n\t\tL628.5,583.1z M699.4,647.8c13.8-3.3,22.3-20.1,18.4-37.4c-2.6-11.5-7.1-33.5-12.1-40.9c-3.5-5.4-13.4-12.7-21.4-7.6\n\t\tc-12.8,8.2-35.4,10.6-44.7,20.5c4.7,15.6,6.1,36.8,8,56.6c16,0.9,35.5-4.5,48.9,1.3c-9.3,3-21.2,3-29.2,7.4\n\t\tC674.1,650.8,689.3,650.3,699.4,647.8L699.4,647.8z M571.7,564.3c-9.7-22.7-18.4-46.1-32.7-64.4c-14,9.3-29.2,18.2-33.3,35.2\n\t\tC525.8,546.4,549,557.4,571.7,564.3L571.7,564.3z M595.5,494.1c-0.9,22.7-3.5,52.5-9.5,70.1c14.3-18.4,26.1-39.6,38.1-60.5\n\t\tC619,495.4,608.2,488.2,595.5,494.1L595.5,494.1z M568.6,484.7c-5.4-0.6-10,6.3-17.1,3.3c-1.7,1.9-3.2,3.7-4.8,5.6\n\t\tc15.6,19,22.9,45.8,35,67.9c6.5-21.4,5.8-44.7,7.3-67.9C579.9,494,574.9,485.2,568.6,484.7L568.6,484.7z M551.3,461.8\n\t\tc-0.6,6.5,0.9,8.6,2.2,16C574.7,484.5,571.2,448.6,551.3,461.8z M527.6,453.9c-9.1-5-22.9-10.4-34.8-12.7\n\t\tc-14.7-2.8-13.2,20.1-12.7,33.7c0.6,10.8,6.1,22.1,8.6,29.4c1.1,3.3,1.5,6.9,4.3,7.6c5,1.1,21.8-5.4,26.4-8\n\t\tc10-5.4,17.9-14.1,26.4-20.1c0.2-2.8,0.2-5.8,0.4-8.6c-5.2-2.6-11-4.3-18.6-4.7c5-2.6,12.7-2.6,17.3-5.6c0-1.1,0-2.2,0.2-3.4\n\t\tC536.6,460.8,533.4,457.1,527.6,453.9L527.6,453.9z M440.2,438.1c-7.6,7.8,21.4,18.2,30.5,18.8c0-4.8,2.8-9.5,2.2-13\n\t\tC461.9,442,447.6,443.3,440.2,438.1L440.2,438.1z M534,441.7c0,0.7-0.9,0.6-1.1,1.1c9.9,7.6,17.1,9.3,30.3,8.6\n\t\tc6-4.3,11.4-9.5,17.7-13.6C566.3,439.1,548.1,448,534,441.7L534,441.7z M619.9,467.7c-0.4-8.6-2.6-26.2-8-29.4\n\t\tc-11.2-6.5-30.9,13.2-39.3,16.2c0.9,2.6,2.4,4.7,2.6,8c5-1.3,11-0.4,15.3,1.7c-5,0.6-10.4,0.6-13.8,3c-1.1,3.5,0.4,8.2-0.6,13\n\t\tc11.7,3.3,25.3,5,40.2,5.6C619.2,482,620.3,475,619.9,467.7L619.9,467.7z M427.3,445.6c-2.4-1.7-18.6-22.7-20.8-21.8\n\t\tc-29.2,11.5-56.6,31.4-80.9,50.4c23.3,50.1,32.7,111.3,34.4,170.3c26.6,12.5,50.1,30.5,86.3,32.4c-4.3-29.6-8-56.2-10.4-84.1\n\t\tc-9.1-3.9-22.1,0.2-30.7-1.1c0-10.2,13-4.5,14.1-11.3c0.7-5.2-7.3-5.6-4.7-13.8c6.7,2.4,10.2,7.8,17.3,9.9\n\t\tc6.5-14.1,0-39.3,0.9-51.2c0.2-2.2,1.1-12.3,6.1-10.6c4.5,1.5-0.2,27,0.2,38.1c0.4,10.4-1.3,20.3,3,26.8c35-4.8,70.5-7.8,108.5-8.9\n\t\tc-8.4-3.5-18.2-6.9-29-13c-6-3.3-24.4-10.2-26-15.8c-2.8-8.9,7.1-13.6,8.7-21.2c-17.7,9.7-21-9.3-25.3-22.5\n\t\tc-3.7-12.1-6-21.2-6.9-28.1C456.7,462.1,440.4,454.9,427.3,445.6L427.3,445.6z M604.5,426.2c24.4-11.7,28.8,44.1,19.2,62.2\n\t\tc1.5,5.4,6.5,7.4,8.6,12.3c-13.6,24.4-28.7,47.1-42.6,71.1c10.2-6.5,25.1-1.1,37.2-6c4.5-1.7,7.6-11.9,11-20.1\n\t\tc9.3-22.3,19-50.6,23.3-71.8c0.9-4.8,3.7-15.4,3-19.7c-1.1-7.8-11.5-13.6-16.9-18.2c-9.9-8.9-16-16.6-26.4-24.9\n\t\tC616.8,417.1,607.8,421.2,604.5,426.2L604.5,426.2z M371.7,210.2c-11.5,12.8-9.1,36.7-7.8,53.8c21-13.2,48.8,1.1,48.6,23.4\n\t\tc10-0.2,3.7-12.5,1.9-20.5c-6-25.9,10-53.8,0.7-77.4C397,191,382.3,198.3,371.7,210.2L371.7,210.2z M454.7,135.9\n\t\tc-26.2,7.4-59.9,26.6-70.7,50.2c8.4-1.3,14.1-5.4,22.3-6c3.2-0.2,7.3,1.3,10.8,0.4c7.1-1.9,13.2-17.9,18.6-23.8\n\t\tc5.2-5.8,11.5-8.4,15.8-13.6c2.8-1.3,6.9-1.3,7.1-5.4C457.5,136.5,456.2,135.6,454.7,135.9L454.7,135.9z M591.5,143\n\t\tc-27.4-15.4-73.5-27-102.5-12.5c-23.4,11.7-55.1,31.1-65.9,55.5c10,23.6-3,45.2-3.9,69.2c-0.4,12.8,6,23.8,6.5,37.8\n\t\tc-3.5,5.8-14,6.3-21.2,6c-2.4-12.3-6.7-26.1-19.4-27.5c-17.9-2-31.1,12.8-31.8,28.3c-0.9,18.2,14,48.4,35.2,46.3\n\t\tc8.2-0.7,10.2-8.9,19.2-8.9c4.8,9.7-7.4,12.7-8.7,19.5c-0.4,1.9,0.9,8.7,1.9,12.1c3.9,15.8,12.5,36.5,20.8,48.6\n\t\tc10.8,15.4,31.8,17.7,54.5,19.2c4.1-8.7,19-8,28.7-5.8c-11.7-4.7-22.5-15.8-31.4-25.7c-10.2-11.4-20.7-23.4-21.2-38.3\n\t\tc19.5,27,35.5,50.6,70.9,62.5c26.8,8.9,58.1-4.1,78.7-18.6c8.6-6,13.6-15.6,19.7-24.2c22.7-32.7,33.3-79.3,31.1-124.5\n\t\tc-0.9-18.6-0.9-37.2-7.3-49.7c-6.5-13-28.7-24.9-41.7-13c-2.4-12.8,10.8-20.7,26.2-16C618.8,168.9,607.3,152,591.5,143L591.5,143z\n\t\t M642.4,563.7c21.4-10.6,61.2-28.5,74.4,0c5,10.6,10.8,28.3,13.2,39.3c3.5,15.3-3.9,47.6-19.7,52.7c-14,4.5-30.1,4.3-46.9,0.9\n\t\tc-2-1.7-4.1-4.5-5.8-7.4c-11.9-0.4-23.3,0.6-32.6,5.6c0.9,8.9-5,10.2-10.8,12.1c-4.1,16.6,8.4,38.1,5.4,53\n\t\tc-2,10.8-15.3,12.5-24.9,14.3c-0.4,6,0.4,11,1.1,16c-2.2,8.2-12.1,12.8-21.6,14c-31.1,3.7-78.1,5.4-107.9-5.4\n\t\tc-8.4-20.5-14.9-45.2-21.8-68.5c-29,3.2-52.7-12.5-74.8-22.9c-7.6-3.5-18.2-5.6-21.2-11.7c-2.8-6-1.7-17.3-2.4-27.9\n\t\tc-1.7-27.4-3.3-53.8-10.4-81.7c-3.2-12.7-8.9-23.6-12.8-35.7c-3.7-11.2-10-25.1-11.7-36.3c-2.4-16.6,13.2-17.5,23.1-24.7\n\t\tc15.4-11.2,27.5-17.3,44.3-27.4c5-3,19.9-10.4,21.6-14c3.4-6.9-5.8-16.6-8.2-22c-3.9-8.6-6-15.8-6.5-24.2\n\t\tc-14-2.2-24.7-10.6-31.1-19.9c-10.6-15.6-18.1-44.5-8.7-66.2c0.7-1.7,4.3-5.2,4.8-7.8c1.1-5.2-2-12.1-2.2-17.7\n\t\tc-0.9-28.5,4.8-53,24-61.6c7.8-31.1,35.7-41.3,62-56.8c9.9-5.8,20.7-9.5,31.8-13.6c40-14.7,101.6-11.9,134.9,13.2\n\t\tc14.1,10.6,36.7,33.1,44.7,49.5c21.4,43,19.7,115,4.8,167.5c-2,7.1-4.8,17.3-8.9,25.9c-2.8,6-11.5,17.7-10.6,22.9\n\t\tc1.1,5.4,20.1,19.7,24.2,23.6c7.3,7.1,21.2,16.4,22.3,25.3c1.3,9.5-4.1,22.5-6.9,31.6C661.6,508.3,652.7,536.4,642.4,563.7\n\t\tL642.4,563.7z" />\n\t<path class="st7" d="M500.1,352.4c1.1-1.5,7.4-3.9,16.4,0.4c0,0-10.6,1.7-9.7,19.4l-4.5-0.9C502.5,371.3,497.9,355.3,500.1,352.4" />\n\t<path class="st12" d="M577.1,503.4c0,2.6-2.2,4.8-4.8,4.8c-2.6,0-4.8-2.2-4.8-4.8c0-2.6,2.2-4.8,4.8-4.8\n\t\tC575.1,498.6,577.1,500.8,577.1,503.4 M582,526c0,2.6-2.2,4.8-4.8,4.8c-2.6,0-4.8-2.2-4.8-4.8s2.2-4.8,4.8-4.8\n\t\tC579.9,521.1,582,523.2,582,526" />\n\t<g>\n\t\t<path class="st2" d="M328.5,810.7c-1.5,0.2-2.8,0.4-3.9,0.6c-1.1,0.2-2.2,0.4-3.7,0.7c-1.7,0.4-2.6,1.1-3,2.2\n\t\t\tc-0.4,1.1-0.7,2.2-0.7,3.7v45.4c0,4-0.9,7.9-2.6,11.5c-1.7,3.5-3.9,6.3-6.9,8.7c-3,2.2-6.3,4.1-10,5.2c-3.7,1.1-7.6,1.9-11.7,1.9\n\t\t\tc-7.3,0-13-1.7-17.5-5.2c-4.5-3.5-6.7-8.2-6.7-14.3c0-3.5,0.9-6.5,3-8.9c2-2.4,4.8-3.5,8.4-3.5c3.3,0,6,0.9,8,3c2,2,3,4.5,3,7.3\n\t\t\tc0,2.4-0.9,4.8-2.6,6.9c-1.7,2-3.7,4.1-6,5.8v0.7c0.4,0.7,1.1,1.5,2.2,2c1.1,0.6,2.4,0.7,3.5,0.7c4.7,0,8.4-1.7,11-5\n\t\t\tc2.6-3.3,3.9-8.4,3.9-15.1v-46.5c0-1.3-0.2-2.6-0.6-3.5c-0.4-0.9-1.5-1.7-3.2-2.4c-1.1-0.6-2.6-0.9-4.3-1.3\n\t\t\tc-1.7-0.4-3-0.6-4.1-0.7V806H328v4.7L328.5,810.7L328.5,810.7z M397.4,874.7c-1.3,2.2-3,4.3-4.8,6.3c-1.9,2-4.1,3.5-6.5,5\n\t\t\tc-2.6,1.5-5.2,2.6-7.8,3.3c-2.6,0.7-5.8,1.1-9.1,1.1c-5.8,0-10.6-0.7-14.9-2.4c-4.1-1.7-7.6-3.7-10.2-6.5c-2.8-2.8-4.7-6-6.1-9.7\n\t\t\tc-1.4-3.9-2-8-2-12.1c0-3.9,0.7-7.8,2.2-11.3c1.5-3.5,3.5-6.9,6.1-9.7s6-5,10-6.7c4.3-1.7,8.8-2.6,13.4-2.6c5.4,0,9.9,0.7,13.4,2\n\t\t\tc3.5,1.3,6.3,3.2,8.6,5.4c2.2,2.2,3.7,4.8,4.8,7.8c0.9,3,1.5,6.1,1.5,9.5v3.7h-39.3c0,8,1.5,14,4.7,18c3,4.1,8,6.1,14.5,6.1\n\t\t\tc3.7,0,6.9-0.9,9.9-3c3-2,5.5-4.6,7.4-7.6L397.4,874.7L397.4,874.7z M375.2,852.5c0-2.2-0.2-4.7-0.4-7.1c-0.2-2.4-0.6-4.5-1.3-6\n\t\t\tc-0.7-1.9-1.5-3.2-2.8-4.1c-1.1-0.9-2.6-1.3-4.3-1.3c-3,0-5.4,1.5-7.1,4.5c-1.9,3-2.8,7.8-3,14.3L375.2,852.5L375.2,852.5z\n\t\t\t M479.4,888.4h-35v-4.3c0.7,0,1.7-0.2,2.6-0.4c1.1-0.2,1.9-0.4,2.4-0.6c0.7-0.4,1.3-1.1,1.7-1.9c0.4-0.7,0.6-2,0.6-3.5v-27.2\n\t\t\tc0-3.9-0.7-6.9-2.2-8.9c-1.5-2-3.5-3-6.5-3c-1.5,0-3,0.2-4.3,0.7c-1.3,0.4-2.6,1.1-3.9,2c-1.1,0.7-2,1.5-2.8,2.4\n\t\t\tc-0.7,0.7-1.3,1.5-1.7,2.2v31.1c0,1.3,0.2,2.4,0.6,3.3c0.4,0.9,1.1,1.7,1.9,2c0.6,0.4,1.3,0.7,2.2,0.9l2.8,0.6v4.3h-35.4v-4.3\n\t\t\tc0.9,0,1.9-0.2,3-0.4c0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2c0.4-0.9,0.7-2,0.7-3.5v-33.9c0-1.1-0.4-2.4-0.9-3.5\n\t\t\tc-0.6-1.1-1.5-2-2.4-2.8c-0.7-0.4-1.5-0.9-2.6-1.1c-1.1-0.4-2.3-0.6-3.5-0.6v-4.3l27.7-1.5l0.9,0.9v8.4h0.2\n\t\t\tc1.4-1.1,2.7-2.3,3.9-3.5c1.4-1.2,2.8-2.3,4.3-3.3c1.5-0.9,3.3-1.7,5.6-2.4c2.2-0.7,4.8-0.9,7.4-0.9c6.3,0,11,1.9,14.1,5.4\n\t\t\tc3.2,3.5,4.7,8.4,4.7,14.3v28.5c0,1.5,0.2,2.6,0.6,3.3c0.4,0.9,1.3,1.5,2.4,2c0.6,0.2,1.3,0.6,2.2,0.7c0.9,0.2,1.9,0.4,3.2,0.6\n\t\t\tv4.5H479.4L479.4,888.4z M559.5,888.4h-27.4c-2.9-5.2-6-10.2-9.3-15.1c-2.8-4.1-5.4-8-7.8-11.4l-3.3,3v12.7c0,1.3,0.2,2.6,0.6,3.3\n\t\t\tc0.4,0.9,1.1,1.5,2.4,2c0.7,0.4,1.5,0.6,2.4,0.7c0.9,0.2,1.9,0.4,2.8,0.4v4.3h-36.1v-4.3c0.9,0,1.9-0.2,3-0.4\n\t\t\tc0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2c0.4-0.9,0.7-2,0.7-3.5v-64.8c0-1.3-0.4-2.6-0.9-3.9c-0.6-1.3-1.3-2.4-2.4-3.2\n\t\t\tc-0.7-0.4-1.9-0.9-3.3-1.1c-1.5-0.4-2.8-0.6-4.1-0.6v-4.3l28.8-1.5l0.9,0.9v59.9c2.8-2.6,6.1-5.6,9.7-8.9c3.5-3.3,6.5-6.1,8.6-8.4\n\t\t\tc1.3-1.3,2-2.2,2-3c0.2-0.7,0.2-1.1,0.2-1.3c0-0.7-0.6-1.3-1.9-1.7c-1.3-0.4-3-0.9-5.6-1.3v-4.1h29.4v4.1c-3.9,1.1-6.9,2-8.9,3\n\t\t\tc-2,0.9-4.3,2.2-6.7,3.7c-1.6,1.1-3.1,2.2-4.7,3.3c-1.5,1.1-3.2,2.6-5.2,4.3c3.7,5.6,7.3,10.6,10.4,15.3c3.2,4.7,6.5,9.7,10,14.9\n\t\t\tc1.1,1.9,2.6,3,4.5,3.7c1.9,0.6,3.5,0.9,5.4,1.1v4.5L559.5,888.4L559.5,888.4z M596.7,888.4H560v-4.3c0.9,0,2-0.2,3-0.4\n\t\t\tc0.9-0.2,1.9-0.4,2.4-0.6c1.3-0.4,2-1.1,2.6-2c0.6-0.9,0.7-2,0.7-3.5v-33.9c0-1.3-0.4-2.6-0.9-3.5c-0.5-1-1.3-1.9-2.2-2.4\n\t\t\tc-0.7-0.4-1.7-0.9-3.2-1.3c-1.5-0.4-2.8-0.7-3.9-0.7v-4.3L587,830l0.9,0.9v46.1c0,1.3,0.4,2.4,0.9,3.5c0.6,0.9,1.5,1.7,2.4,2\n\t\t\tc0.7,0.4,1.7,0.7,2.6,0.9c0.9,0.2,1.9,0.4,3,0.6v4.3L596.7,888.4L596.7,888.4z M588.3,809.3c0,3-1.1,5.4-3.3,7.4\n\t\t\tc-2.2,2-5,3.2-8,3.2c-3.2,0-5.8-1.1-8.2-3.2c-2.2-2-3.3-4.7-3.3-7.4c0-3,1.1-5.4,3.3-7.6c2.2-2,5-3.2,8.2-3.2c3.2,0,5.8,1.1,8,3.2\n\t\t\tC587.2,803.8,588.3,806.4,588.3,809.3L588.3,809.3z M678.7,888.4h-35v-4.3c0.7,0,1.7-0.2,2.6-0.4c1.1-0.2,1.9-0.4,2.4-0.6\n\t\t\tc0.7-0.4,1.3-1.1,1.7-1.9c0.4-0.7,0.6-2,0.6-3.5v-27.2c0-3.9-0.7-6.9-2.2-8.9c-1.5-2-3.5-3-6.5-3c-1.5,0-3,0.2-4.3,0.7\n\t\t\tc-1.3,0.6-2.6,1.1-3.9,2c-1.1,0.7-2,1.5-2.8,2.4c-0.7,0.7-1.3,1.5-1.7,2.2v31.1c0,1.3,0.2,2.4,0.6,3.3c0.4,0.9,1.1,1.7,1.9,2\n\t\t\tc0.6,0.4,1.3,0.7,2.2,0.9l2.8,0.6v4.3h-35.4v-4.3c0.9,0,1.9-0.2,3-0.4c0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2\n\t\t\tc0.4-0.9,0.7-2,0.7-3.5v-33.9c0-1.1-0.4-2.4-0.9-3.5c-0.6-1.1-1.5-2-2.4-2.8c-0.7-0.4-1.5-0.9-2.6-1.1c-1.1-0.4-2.3-0.6-3.5-0.6\n\t\t\tv-4.3l27.7-1.5l0.9,0.9v8.4h0.2c1.4-1.1,2.7-2.3,3.9-3.5c1.4-1.2,2.8-2.3,4.3-3.3c1.5-0.9,3.3-1.7,5.6-2.4\n\t\t\tc2.2-0.7,4.8-0.9,7.4-0.9c6.3,0,11,1.9,14.1,5.4c3.2,3.5,4.7,8.4,4.7,14.3v28.5c0,1.5,0.2,2.6,0.6,3.3c0.4,0.9,1.3,1.5,2.4,2\n\t\t\tc0.6,0.2,1.3,0.6,2.2,0.7c0.9,0.2,1.9,0.4,3.2,0.6v4.5H678.7L678.7,888.4z M710.9,890.5c-3.7,0-7.4-0.6-11-1.7\n\t\t\tc-3.5-1.1-6.3-2.2-8.4-3.5l-1.7,3.9h-4.5l-0.7-21.6h4.3c0.6,1.7,1.5,3.7,3,6c1.3,2.2,3,4.1,4.7,6c1.9,1.7,4,3.2,6.3,4.5\n\t\t\tc2.4,1.1,4.8,1.9,7.4,1.9c3.5,0,6.1-0.7,7.8-2c1.7-1.3,2.6-3.5,2.6-6.3c0-1.5-0.4-2.8-1.1-3.9c-0.7-0.9-1.9-1.9-3.2-2.6\n\t\t\tc-1.5-0.7-3.2-1.5-5-2c-1.9-0.6-4.1-1.1-6.7-2c-2.6-0.7-4.8-1.5-6.7-2.4c-1.9-0.7-3.9-2-5.8-3.7c-1.7-1.5-3.2-3.3-4.1-5.4\n\t\t\tc-1.1-2-1.5-4.7-1.5-7.6c0-5.4,2.2-9.9,6.9-13.2c4.7-3.3,10.6-5,18-5c3.5,0,6.7,0.4,9.7,1.1c3,0.7,5.4,1.5,7.4,2.4l1.3-3.3h4.5\n\t\t\tl0.9,19.7h-4.1c-1.3-4.1-3.7-7.4-6.9-10.4c-3.3-3-6.9-4.5-10.6-4.5c-3,0-5.4,0.6-7.1,1.9c-1.7,1.3-2.6,3-2.6,5.2\n\t\t\tc0,3,1.3,5,3.7,6.3c2.4,1.3,6,2.6,10.4,3.7c6.9,1.9,11.9,4.3,15.3,7.3c3.2,3.2,4.8,7.1,4.8,11.7c0,6.3-2.4,11.4-7.4,14.7\n\t\t\tC725.4,888.6,718.9,890.5,710.9,890.5L710.9,890.5z" />\n\t</g>\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Zo.add(ha);const pa=new Do({id:"97e840812207a4e85942a3d4cc9c425d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="97e840812207a4e85942a3d4cc9c425d">\n <g clip-path="url(#97e840812207a4e85942a3d4cc9c425d_a)">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 5.333V8m0 2.666h.006M14.666 8A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.333 0Z" />\n </g>\n <defs>\n <clipPath id="97e840812207a4e85942a3d4cc9c425d_a">\n <path fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Zo.add(pa);const ga=new Do({id:"baa55e80ecedd3915711331585e90af7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="baa55e80ecedd3915711331585e90af7">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M8 12L11 15L16 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ga);const ma=new Do({id:"775baebe430676d24e713405f5093bc3",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="775baebe430676d24e713405f5093bc3">\n<path vector-effect="non-scaling-stroke" d="M12 8V12M12 16H12.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ma);const va=new Do({id:"cbe64e3708f915704f4aaf5a638de8c2",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="cbe64e3708f915704f4aaf5a638de8c2">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M12 8V16M8 12H16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(va);const ba=new Do({id:"fd1fdbebd322c484b74d1ba8222ec72e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fd1fdbebd322c484b74d1ba8222ec72e">\n<path vector-effect="non-scaling-stroke" d="M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ba);const ya=new Do({id:"acae55df77c0fb0eb96789a895527143",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="acae55df77c0fb0eb96789a895527143">\n <path vector-effect="non-scaling-stroke" d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path vector-effect="non-scaling-stroke" d="M9 11L15 17M15 11L9 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ya);const _a=new Do({id:"6a0dfad9d21a9029d1e845251a03a91c",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6a0dfad9d21a9029d1e845251a03a91c">\n<path vector-effect="non-scaling-stroke" d="M7 13L12 18L17 13M7 6L12 11L17 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(_a);const wa=new Do({id:"6714b0a01cad0cd868b19137adbf8ef7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6714b0a01cad0cd868b19137adbf8ef7">\n<path vector-effect="non-scaling-stroke" d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(wa);const xa=new Do({id:"d369105b52d959e0f31d7e56dae2612e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d369105b52d959e0f31d7e56dae2612e">\n<path vector-effect="non-scaling-stroke" d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(xa);const ka=new Do({id:"0b66582bad1b04536ee18b4b8d9e9a30",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0b66582bad1b04536ee18b4b8d9e9a30">\n<path vector-effect="non-scaling-stroke" d="M17 18L12 13L7 18M17 11L12 6L7 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ka);const Ca=new Do({id:"7d421dfdc55a22c840e4f6e7f6d142f1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="7d421dfdc55a22c840e4f6e7f6d142f1">\n<path vector-effect="non-scaling-stroke" d="M18 15L12 9L6 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ca);const Sa=new Do({id:"a5aca797db351fc35e3c4b4d5d3a6673",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a5aca797db351fc35e3c4b4d5d3a6673">\n<path vector-effect="non-scaling-stroke" d="M4 4V5.4C4 8.76031 4 10.4405 4.65396 11.7239C5.2292 12.8529 6.14708 13.7708 7.27606 14.346C8.55953 15 10.2397 15 13.6 15H20M20 15L15 10M20 15L15 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Sa);const Ma=new Do({id:"14ab32a1c041859dcf2a710b85f4e6bb",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="14ab32a1c041859dcf2a710b85f4e6bb">\n<path vector-effect="non-scaling-stroke" d="M14 10L21 3M21 3H15M21 3V9M10 14L3 21M3 21H9M3 21L3 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ma);const Ta=new Do({id:"2df7897188ce65409ea57e820129bd3f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2df7897188ce65409ea57e820129bd3f">\n<path vector-effect="non-scaling-stroke" d="M8.54636 19.7675C10.9455 20.8319 13.803 20.7741 16.2499 19.3613C20.3154 17.0141 21.7084 11.8156 19.3612 7.75008L19.1112 7.31706M4.63826 16.2502C2.29105 12.1847 3.68399 6.98619 7.74948 4.63898C10.1965 3.22621 13.0539 3.16841 15.4531 4.23277M2.49316 16.3338L5.22521 17.0659L5.95727 14.3338M18.0424 9.6659L18.7744 6.93385L21.5065 7.6659" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ta);const Aa=new Do({id:"2e896c815a6200a31f8b8e813ff3443b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2e896c815a6200a31f8b8e813ff3443b">\n<path vector-effect="non-scaling-stroke" d="M4.5 18H19.5M4.5 12H15.5M4.5 6H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Aa);const La=new Do({id:"9401086058a257018c5f11bd2d0f1699",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9401086058a257018c5f11bd2d0f1699">\n<path vector-effect="non-scaling-stroke" d="M4.5 6H19.5M4.5 12C6.45262 12 13.5474 12 15.5 12M4.5 18L12.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(La);const Ea=new Do({id:"b46ed421558c23c2bc56040f64fea542",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b46ed421558c23c2bc56040f64fea542">\n<path vector-effect="non-scaling-stroke" d="M7 4V20M7 20L3 16M7 20L11 16M17 20V4M17 4L13 8M17 4L21 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ea);const Na=new Do({id:"bb021e85399e995f42b66451360b7f3e",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="bb021e85399e995f42b66451360b7f3e">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M8 13v4m8-6v6M12 7v10m-4 4h11l2-2V5l-2-2H5L3 5v14l2 2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Na);const Oa=new Do({id:"b8e35b773a72279be0d53e5346e26652",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b8e35b773a72279be0d53e5346e26652">\n <path d="M11 8H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M13 16H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M17 12H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M5 21L3 19V5L5 3H19L21 5V19L19 21H5Z" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Oa);const Ra=new Do({id:"c2b90d2236acecf4ea15dfe9c6962306",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="c2b90d2236acecf4ea15dfe9c6962306">\n<path vector-effect="non-scaling-stroke" d="M2.5 7L5 9.5M2.5 20.5L5.5 17.5M1.5 13.5H4.6213M19 13.5H22.5M19 9.5L21.5 7M18.5 17.5L21.5 20.5M8 7.5V6.5C8 4.29086 9.7908 2.5 12 2.5C14.2092 2.5 16 4.29086 16 6.5V7.5M12 21.5C8.13401 21.5 5 18.366 5 14.5V11.4999C5 10.3829 5 9.82428 5.15712 9.37516C5.43856 8.57093 6.07093 7.93856 6.87522 7.65712C7.32427 7.5 7.88284 7.5 9 7.5H15.0001C16.1171 7.5 16.6757 7.5 17.1248 7.65712C17.9291 7.93856 18.5614 8.57093 18.8429 9.37516C19 9.82428 19 10.3829 19 11.4999V14.5C19 18.366 15.866 21.5 12 21.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ra);const Da=new Do({id:"11fffc2467a7bbf0274413a1ad37dc9f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="11fffc2467a7bbf0274413a1ad37dc9f">\n<path vector-effect="non-scaling-stroke" d="M14.5 15L17.5 12L14.5 9M9.5 9L6.5 12L9.5 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Da);const Pa=new Do({id:"6a4ae14f6cf80dfe96ec4985f4a1f09a",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="6a4ae14f6cf80dfe96ec4985f4a1f09a">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M12 4v14l2 2h3m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM7 4h10M7 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-5 8h5m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Pa);const za=new Do({id:"28573ddc1fa4574541a30ea41dc809d3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="28573ddc1fa4574541a30ea41dc809d3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M16 4h2l2 2v14l-2 2H6l-2-2V6l2-2h2m1 11 2 2 5-4m-6-7h5l1-1V4v0-1l-1-1H9L8 3v2l1 1h1Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(za);const Ia=new Do({id:"5d13576ad53afa1a06870e7f2a89611c",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="5d13576ad53afa1a06870e7f2a89611c">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M14 11H8m2 4H8m8-8H8m12 0v13l-2 2H6l-2-2V4l2-2h12l2 2v3Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ia);const ja=new Do({id:"301433459aced022caf70a344436a818",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="301433459aced022caf70a344436a818">\n<path vector-effect="non-scaling-stroke" d="M20 7V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H12.5M12.5 11H8M11.5 15H8M16 7H8M18 18V12.5C18 11.6716 18.6716 11 19.5 11C20.3284 11 21 11.6716 21 12.5V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ja);const Ba=new Do({id:"8e25e3f623b611fe5142a6270ac7268d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="8e25e3f623b611fe5142a6270ac7268d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m13 7-1-2-1-1-1-1H3L2 4v3m0 0h18l2 2v10l-2 2H4l-2-2V7Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ba);const Fa=new Do({id:"d5953776c0059805d8d02c9caa134ebb",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="d5953776c0059805d8d02c9caa134ebb">\n <g clip-path="url(#d5953776c0059805d8d02c9caa134ebb_clip0_3176_61815)">\n <path d="M4.99967 7.99967L6.99967 9.99967L10.9997 5.99967M14.6663 7.99967C14.6663 11.6816 11.6816 14.6663 7.99967 14.6663C4.31778 14.6663 1.33301 11.6816 1.33301 7.99967C1.33301 4.31778 4.31778 1.33301 7.99967 1.33301C11.6816 1.33301 14.6663 4.31778 14.6663 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n </g>\n <defs>\n <clipPath id="d5953776c0059805d8d02c9caa134ebb_clip0_3176_61815">\n <rect width="16" height="16" fill="white" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Zo.add(Fa);const Ha=new Do({id:"fcf877cdf00a9154483271d31c261114",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf877cdf00a9154483271d31c261114">\n<path vector-effect="non-scaling-stroke" d="M20 6L9 17L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ha);const $a=new Do({id:"1bc28c2f0dfd279d91231ef6e553e638",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="1bc28c2f0dfd279d91231ef6e553e638">\n<path vector-effect="non-scaling-stroke" d="M13 5H21M13 9H18M13 15H21M13 19H18M3 17.012L4.99133 19L9 15M4 4H8C8.55228 4 9 4.44772 9 5V9C9 9.55228 8.55228 10 8 10H4C3.44772 10 3 9.55228 3 9V5C3 4.44772 3.44772 4 4 4Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add($a);const Ua=new Do({id:"472a7e86c3a9476a4f38bb06c801d30d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="472a7e86c3a9476a4f38bb06c801d30d">\n<path vector-effect="non-scaling-stroke" d="M5 15C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12V5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H12C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5M12.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V12.2C22 11.0799 22 10.5198 21.782 10.092C21.5903 9.71569 21.2843 9.40973 20.908 9.21799C20.4802 9 19.9201 9 18.8 9H12.2C11.0799 9 10.5198 9 10.092 9.21799C9.71569 9.40973 9.40973 9.71569 9.21799 10.092C9 10.5198 9 11.0799 9 12.2V18.8C9 19.9201 9 20.4802 9.21799 20.908C9.40973 21.2843 9.71569 21.5903 10.092 21.782C10.5198 22 11.0799 22 12.2 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ua);const qa=new Do({id:"0e6dd40015c633a2be9271018b9b22bf",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0e6dd40015c633a2be9271018b9b22bf">\n<path vector-effect="non-scaling-stroke" d="M4 16.2422C2.79401 15.435 2 14.0602 2 12.5C2 10.1564 3.79151 8.23129 6.07974 8.01937C6.54781 5.17213 9.02024 3 12 3C14.9798 3 17.4522 5.17213 17.9203 8.01937C20.2085 8.23129 22 10.1564 22 12.5C22 14.0602 21.206 15.435 20 16.2422M8 17L12 21M12 21L16 17M12 21V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(qa);const Wa=new Do({id:"dacf24b7c84e8a250ab378b98cf65780",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="dacf24b7c84e8a250ab378b98cf65780">\n<path vector-effect="non-scaling-stroke" d="M5 9H19M5 15H19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Wa);const Va=new Do({id:"f6af8233c5d208fa571aed090bfc4178",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="f6af8233c5d208fa571aed090bfc4178">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M1.613 8.475c-.09-.144-.136-.216-.161-.326a.782.782 0 0 1 0-.298c.025-.111.07-.183.161-.327C2.363 6.336 4.597 3.333 8 3.333c3.404 0 5.637 3.003 6.387 4.191.09.144.136.216.162.327.019.083.019.214 0 .298-.026.11-.071.182-.162.326-.75 1.188-2.983 4.191-6.387 4.191-3.403 0-5.636-3.003-6.387-4.19Z" />\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" />\n</symbol>',viewBox:"0 0 16 16"});Zo.add(Va);const Ga=new Do({id:"1dbee23bffd948419bd2fd229b954c6e",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="1dbee23bffd948419bd2fd229b954c6e">\n <path d="M6.39268 5.99967C6.54942 5.55412 6.85878 5.17841 7.26599 4.9391C7.67319 4.69978 8.15195 4.6123 8.61747 4.69215C9.08299 4.772 9.50523 5.01402 9.8094 5.37536C10.1136 5.7367 10.2801 6.19402 10.2793 6.66634C10.2793 7.99967 8.27935 8.66634 8.27935 8.66634M8.33268 11.333H8.33935M14.9993 7.99967C14.9993 11.6816 12.0146 14.6663 8.33268 14.6663C4.65078 14.6663 1.66602 11.6816 1.66602 7.99967C1.66602 4.31778 4.65078 1.33301 8.33268 1.33301C12.0146 1.33301 14.9993 4.31778 14.9993 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 16 16"});Zo.add(Ga);const Ya=new Do({id:"e2bf3103166453fd92fed1c3c2fcc807",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e2bf3103166453fd92fed1c3c2fcc807">\n<path vector-effect="non-scaling-stroke" d="M8 17H16M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ya);const Xa=new Do({id:"9e9e6121746e98be5b9b47de8c377cc3",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="9e9e6121746e98be5b9b47de8c377cc3">\n <path d="M8.33268 10.6663V7.99967M8.33268 5.33301H8.33935M14.9993 7.99967C14.9993 11.6816 12.0146 14.6663 8.33268 14.6663C4.65078 14.6663 1.66602 11.6816 1.66602 7.99967C1.66602 4.31778 4.65078 1.33301 8.33268 1.33301C12.0146 1.33301 14.9993 4.31778 14.9993 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Zo.add(Xa);const Za=new Do({id:"db4c3937a96a0ed2c4446a44d3ed4487",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="db4c3937a96a0ed2c4446a44d3ed4487">\n<path vector-effect="non-scaling-stroke" d="M10.0002 13C10.4297 13.5741 10.9776 14.0491 11.6067 14.3929C12.2359 14.7367 12.9317 14.9411 13.6468 14.9923C14.362 15.0435 15.0798 14.9403 15.7515 14.6897C16.4233 14.4392 17.0333 14.047 17.5402 13.54L20.5402 10.54C21.451 9.59695 21.955 8.33394 21.9436 7.02296C21.9322 5.71198 21.4063 4.45791 20.4793 3.53087C19.5523 2.60383 18.2982 2.07799 16.9872 2.0666C15.6762 2.0552 14.4132 2.55918 13.4702 3.46997L11.7502 5.17997M14.0002 11C13.5707 10.4258 13.0228 9.95078 12.3936 9.60703C11.7645 9.26327 11.0687 9.05885 10.3535 9.00763C9.63841 8.95641 8.92061 9.0596 8.24885 9.31018C7.5771 9.56077 6.96709 9.9529 6.4602 10.46L3.4602 13.46C2.54941 14.403 2.04544 15.666 2.05683 16.977C2.06822 18.288 2.59407 19.542 3.52111 20.4691C4.44815 21.3961 5.70221 21.9219 7.01319 21.9333C8.32418 21.9447 9.58719 21.4408 10.5302 20.53L12.2402 18.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Za);const Ka=new Do({id:"f346781556394af2bd92144ed8a81446",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f346781556394af2bd92144ed8a81446">\n<path vector-effect="non-scaling-stroke" d="M21 9L21 3M21 3H15M21 3L13 11M10 5H7.8C6.11984 5 5.27976 5 4.63803 5.32698C4.07354 5.6146 3.6146 6.07354 3.32698 6.63803C3 7.27976 3 8.11984 3 9.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ka);const Ja=new Do({id:"8d8df0b9801fcd9df0e1e4ce5e79d4cf",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="8d8df0b9801fcd9df0e1e4ce5e79d4cf">\n <path d="M6 7.99967H11.3333M15.3333 7.99967C15.3333 11.6816 12.3486 14.6663 8.66667 14.6663C4.98477 14.6663 2 11.6816 2 7.99967C2 4.31778 4.98477 1.33301 8.66667 1.33301C12.3486 1.33301 15.3333 4.31778 15.3333 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Zo.add(Ja);const Qa=new Do({id:"eb91e2adaaf820e51d7f9276a36ae9bc",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="eb91e2adaaf820e51d7f9276a36ae9bc">\n<path vector-effect="non-scaling-stroke" d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Qa);const es=new Do({id:"a3d8dc7d008afa216e105f1d0e428c8a",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a3d8dc7d008afa216e105f1d0e428c8a">\n<path vector-effect="non-scaling-stroke" d="M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(es);const ts=new Do({id:"f331d6d24c4f20291cf991275fd9c844",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="f331d6d24c4f20291cf991275fd9c844">\n <path d="M10.6667 5.99967L6.66667 9.99967M6.66667 5.99967L10.6667 9.99967M15.3333 7.99967C15.3333 11.6816 12.3486 14.6663 8.66667 14.6663C4.98477 14.6663 2 11.6816 2 7.99967C2 4.31778 4.98477 1.33301 8.66667 1.33301C12.3486 1.33301 15.3333 4.31778 15.3333 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Zo.add(ts);const ns=new Do({id:"00720afc1b6bf51893d1d598043a4de1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="00720afc1b6bf51893d1d598043a4de1">\n<path vector-effect="non-scaling-stroke" d="M18 6L6 18M6 6L18 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ns);const rs=new Do({id:"72dc6b01e3eb761c8218eb9909e841a6",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="72dc6b01e3eb761c8218eb9909e841a6">\n<path vector-effect="non-scaling-stroke" d="M12.9999 2L4.09332 12.6879C3.74451 13.1064 3.57011 13.3157 3.56744 13.4925C3.56512 13.6461 3.63359 13.7923 3.75312 13.8889C3.89061 14 4.16304 14 4.7079 14H11.9999L10.9999 22L19.9064 11.3121C20.2552 10.8936 20.4296 10.6843 20.4323 10.5075C20.4346 10.3539 20.3661 10.2077 20.2466 10.1111C20.1091 10 19.8367 10 19.2918 10H11.9999L12.9999 2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(rs);const is=new Do({id:"2b588854ea2eb02a33849edc6074ba47",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="2b588854ea2eb02a33849edc6074ba47">\n <path d="M2.667 10s.667-.667 2.667-.667c2 0 3.333 1.333 5.333 1.333S13.334 10 13.334 10V2s-.667.666-2.667.666c-2 0-3.333-1.333-5.333-1.333S2.667 2 2.667 2v12.666" stroke="currentColor" stroke-opacity=".72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 16 16"});Zo.add(is);const os=new Do({id:"e7a5450a50d9dbdceccdc513ec1c2df5",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e7a5450a50d9dbdceccdc513ec1c2df5">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(os);const as=new Do({id:"cf230c9fbe89a2e58d07758cd8433be3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="cf230c9fbe89a2e58d07758cd8433be3">\n <g clip-path="url(#cf230c9fbe89a2e58d07758cd8433be3_a)">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.566 3.1 1.3-1.3a1.607 1.607 0 0 1 2.267 0L14.2 2.867a1.6 1.6 0 0 1 0 2.266l-1.3 1.3m1.766-5.1-1 1m-.333 6.334a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z" />\n </g>\n <defs>\n <clipPath id="cf230c9fbe89a2e58d07758cd8433be3_a">\n <path vector-effect="non-scaling-stroke" fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Zo.add(as);const ss=new Do({id:"74dd05c5f266368b8b6322f3a7323966",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="74dd05c5f266368b8b6322f3a7323966">\n <path vector-effect="non-scaling-stroke" d="M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ss);const ls=new Do({id:"59472a73e3c4c5e34794720bd8f10af7",content:'<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" id="59472a73e3c4c5e34794720bd8f10af7">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1.5" d="M12 3v18M8 3h11l2 2v14l-2 2H5l-2-2V5l2-2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ls);const cs=new Do({id:"a7ec9c9b2ab84be9a85639d7ee018535",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a7ec9c9b2ab84be9a85639d7ee018535">\n <path vector-effect="non-scaling-stroke" d="M3 9H21M7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3Z" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(cs);const us=new Do({id:"217fc04c9aefedce6159f027086c12b3",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="217fc04c9aefedce6159f027086c12b3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m14 10 7-7m0 0h-6m6 0v6m-11 5-7 7m0 0h6m-6 0v-6" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(us);const ds=new Do({id:"dd12d7a14d7b9ccc775f46c10d72715d",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="dd12d7a14d7b9ccc775f46c10d72715d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M4 14h6m0 0v6m0-6-7 7m17-11h-6m0 0V4m0 6 7-7" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ds);const fs=new Do({id:"2cfef4a6ca3bcab80737e78fa35a1e8e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2cfef4a6ca3bcab80737e78fa35a1e8e">\n<path vector-effect="non-scaling-stroke" d="M15 9H15.01M15 15C18.3137 15 21 12.3137 21 9C21 5.68629 18.3137 3 15 3C11.6863 3 9 5.68629 9 9C9 9.27368 9.01832 9.54308 9.05381 9.80704C9.11218 10.2412 9.14136 10.4583 9.12172 10.5956C9.10125 10.7387 9.0752 10.8157 9.00469 10.9419C8.937 11.063 8.81771 11.1823 8.57913 11.4209L3.46863 16.5314C3.29568 16.7043 3.2092 16.7908 3.14736 16.8917C3.09253 16.9812 3.05213 17.0787 3.02763 17.1808C3 17.2959 3 17.4182 3 17.6627V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H6.33726C6.58185 21 6.70414 21 6.81923 20.9724C6.92127 20.9479 7.01881 20.9075 7.10828 20.8526C7.2092 20.7908 7.29568 20.7043 7.46863 20.5314L12.5791 15.4209C12.8177 15.1823 12.937 15.063 13.0581 14.9953C13.1843 14.9248 13.2613 14.8987 13.4044 14.8783C13.5417 14.8586 13.7588 14.8878 14.193 14.9462C14.4569 14.9817 14.7263 15 15 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(fs);const hs=new Do({id:"f5f0f4b804a352ab8e0f24140051bbe3",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f5f0f4b804a352ab8e0f24140051bbe3">\n<path vector-effect="non-scaling-stroke" d="M8.99999 12H12M8.99999 12C8.99999 12.3965 9.07692 12.7751 9.21667 13.1216M8.99999 12C8.99999 11.6224 9.06975 11.2611 9.19707 10.9283M15 12H12M15 12C15 11.6224 14.9303 11.2611 14.8029 10.9283M15 12C15 12.3776 14.9303 12.7389 14.8029 13.0717M12 15V12M12 15C11.6219 15 11.2601 14.93 10.9269 14.8024M12 15C12.4299 15 12.8388 14.9096 13.2085 14.7467M12 9V12M12 9C12.4299 9 12.8388 9.09044 13.2085 9.25334M12 9C11.5908 9 11.2008 9.08191 10.8454 9.23022M12 12L9.82377 9.93503M12 12L14.3085 13.916M12 12L9.94168 14.1825M12 12L14.1762 9.93503M12 12L14.8029 10.9283M12 12L9.21667 13.1216M12 12L10.9269 14.8024M12 12L13.2085 9.25334M12 12L14.8029 13.0717M12 12L13.2085 14.7467M12 12L10.8454 9.23022M12 12L9.19707 10.9283M9.82377 9.93503C10.1094 9.63416 10.4567 9.39246 10.8454 9.23022M9.82377 9.93503C9.55415 10.2191 9.33956 10.5559 9.19707 10.9283M14.3085 13.916C14.5165 13.6657 14.6846 13.381 14.8029 13.0717M14.3085 13.916C14.0131 14.2716 13.6371 14.5578 13.2085 14.7467M9.94168 14.1825C9.62921 13.8877 9.38003 13.5266 9.21667 13.1216M9.94168 14.1825C10.224 14.4488 10.5579 14.661 10.9269 14.8024M14.1762 9.93503C14.4458 10.2191 14.6604 10.5559 14.8029 10.9283M14.1762 9.93503C13.9039 9.64814 13.5755 9.41504 13.2085 9.25334M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(hs);const ps=new Do({id:"b53acf6616bc3217ee53f6fa11e30526",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b53acf6616bc3217ee53f6fa11e30526">\n<path vector-effect="non-scaling-stroke" d="M5.5839 4.7328C6.33209 3.98462 7.17125 3.38527 8.06529 2.9339C7.43285 6.41756 8.46285 10.1468 11.158 12.842C13.8532 15.5372 17.5824 16.5672 21.0661 15.9347C20.6147 16.8288 20.0154 17.6679 19.2672 18.4161C15.4887 22.1946 9.36244 22.1946 5.5839 18.4161C1.80537 14.6376 1.80537 8.51134 5.5839 4.7328Z" stroke="currentColor" stroke-width="1.5" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ps);const gs=new Do({id:"f6726cf2a294337e9b40efc54b12453b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f6726cf2a294337e9b40efc54b12453b">\n<path vector-effect="non-scaling-stroke" d="M22 12H20M19.071 19.0711L17.6567 17.6569M4 12H2M6.34292 6.34317L4.92871 4.92896M12 4V2M17.6567 6.34317L19.071 4.92896M12 22V20M4.92871 19.0711L6.34292 17.6569M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(gs);const ms=new Do({id:"2b3f4c2f95a2713befa37cddaf060a24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2b3f4c2f95a2713befa37cddaf060a24">\n <path stroke="currentColor" stroke-width="1.5" d="M5.508 10.742a6.796 6.796 0 0 0 1.916 5.834 6.795 6.795 0 0 0 5.833 1.915 5.706 5.706 0 1 1-7.749-7.749Z" />\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 8h-1.2m-.557 4.243-.849-.849M11.2 8H10m2.606-3.394-.849-.849M16 3.2V2m3.394 2.606.849-.849M16 14v-1.2m-4.243-.557.849-.849M19.6 8a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0Z" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ms);const vs=new Do({id:"fcf01aebea5d02da45d4b8d3bac62b58",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf01aebea5d02da45d4b8d3bac62b58">\n<path vector-effect="non-scaling-stroke" d="M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(vs);const bs=new Do({id:"ef04c87a5207f2ffaf69e06eb3c4633d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 400 400" id="ef04c87a5207f2ffaf69e06eb3c4633d">\n <path fill="#2D4552" d="M136 222c-12 3-21 10-26 16 5-5 12-9 22-12 10-2 18-2 25-1v-6c-6 0-13 0-21 3Zm-27-46-48 12 3 3 40-10s0 7-5 14c9-7 10-19 10-19Zm40 112C82 306 46 228 35 188a227 227 0 0 1-7-45c-4 1-6 2-5 8 0 9 2 23 7 42 11 40 47 118 114 100 15-4 26-11 34-20-7 7-17 12-29 15Zm13-160v5h26l-2-5h-24Z" />\n <path fill="#2D4552" d="M194 168c12 3 18 11 21 19l14 3s-2-25-25-32c-22-6-36 12-37 14 6-4 15-8 27-4Zm105 19c-21-6-35 12-36 14 6-4 15-8 27-5 12 4 18 12 21 19l14 4s-2-26-26-32Zm-13 68-110-31s1 6 6 14l93 26 11-9Zm-76 66c-87-23-77-134-63-187 6-22 12-38 17-49-3 0-5 1-8 6-5 11-12 28-18 52-14 53-25 164 62 188 41 11 73-6 97-32a90 90 0 0 1-87 22Z" />\n <path fill="#E2574C" d="M162 262v-22l-63 18s5-27 37-36c10-3 19-3 26-2v-92h31l-10-24c-4-9-9-3-19 6-8 6-27 19-55 27-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100 18-4 30-14 39-26h-26ZM61 188l48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#2EAD33" d="M342 129c-13 2-43 5-79-5-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187s134-78 148-131c6-24 9-42 10-54 1-14-9-10-26-7Zm-176 44s14-22 38-15c23 7 25 32 25 32l-63-17Zm57 96c-41-12-47-45-47-45l110 31s-22 26-63 14Zm39-68s14-21 37-14c24 6 26 32 26 32l-63-18Z" />\n <path fill="#D65348" d="m140 246-41 12s5-26 35-36l-23-86-2 1c-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100h2l-11-42Zm-79-58 48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#1D8D22" d="M225 269h-2c-41-12-47-45-47-45l57 16 30-116c-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187l2 1 13-53Zm-59-96s14-22 38-15c23 7 25 32 25 32l-63-17Z" />\n <path fill="#C04B41" d="m142 245-11 4c3 14 7 28 14 40l4-1 9-3c-8-12-13-25-16-40Zm-4-102c-6 21-11 51-10 81l8-2 2-1a273 273 0 0 1 14-103l-8 5-6 20Z" />\n</symbol>',viewBox:"0 0 400 400"});Zo.add(bs);const ys=new Do({id:"4af8011a58a597dd8fd8c52187120c54",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" id="4af8011a58a597dd8fd8c52187120c54">\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_a)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_b)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_c)" fill-rule="evenodd" d="M12.4 3.6A3.6 3.6 0 0 1 16 0c4.4 0 8.4 1.8 11.29 4.66a3.6 3.6 0 0 1-5.06 5.13A8.87 8.87 0 0 0 16 7.2a3.6 3.6 0 0 1-3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_d)" fill-rule="evenodd" d="M0 16A16 16 0 0 1 16 0a3.6 3.6 0 0 1 0 7.2 8.8 8.8 0 0 0-6.21 15.04 3.6 3.6 0 0 1-5.13 5.06A16.08 16.08 0 0 1 0 16Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_e)" fill-rule="evenodd" d="M4.66 22.24a3.6 3.6 0 0 1 5.1-.03 8.87 8.87 0 0 0 6.23 2.59 3.6 3.6 0 0 1 0 7.2c-4.4 0-8.4-1.8-11.3-4.66a3.6 3.6 0 0 1-.03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_f)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6A16 16 0 0 1 16 32a3.6 3.6 0 0 1 0-7.2 8.8 8.8 0 0 0 8.8-8.8 3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_g)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6v12.4a3.6 3.6 0 1 1-7.2 0V16a3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_h)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_i)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n </g>\n </g>\n <defs>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_b" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_c" x1="26.8" x2="17.8" y1="9.4" y2="3.61" gradientUnits="userSpaceOnUse">\n <stop stop-color="#EF4444" />\n <stop offset="1" stop-color="#DC2626" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_d" x1="3.6" x2="5.4" y1="14.01" y2="24.81" gradientUnits="userSpaceOnUse">\n <stop stop-color="#22C55E" />\n <stop offset="1" stop-color="#15803D" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_e" x1="4.8" x2="14.4" y1="22.21" y2="29.21" gradientUnits="userSpaceOnUse">\n <stop stop-color="#94A3B8" />\n <stop offset=".96" stop-color="#64748B" />\n <stop offset="1" stop-color="#64748B" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_f" x1="28.4" x2="22.19" y1="22.18" y2="28.4" gradientUnits="userSpaceOnUse">\n <stop stop-color="#D97706" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_g" x1="29.2" x2="30.63" y1="54.43" y2="54.28" gradientUnits="userSpaceOnUse">\n <stop stop-color="#FBBF24" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_i" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_a">\n <path fill="#fff" d="M0 0h32v32H0z" />\n </clipPath>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_h">\n <path fill="#fff" d="M24.8 12H32v8h-7.2z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 32 32"});Zo.add(ys);const _s=new Do({id:"9a80d543f66830af93634ae4d68aa0b7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9a80d543f66830af93634ae4d68aa0b7">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.01C12.5623 17 13.01 16.5523 13.01 16C13.01 15.4477 12.5623 15 12.01 15H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(_s);const ws=new Do({id:"9fc212651ca048f099abf61155ea3483",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9fc212651ca048f099abf61155ea3483">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L10.5 13.5858L8.20711 11.2929C7.81658 10.9024 7.18342 10.9024 6.79289 11.2929C6.40237 11.6834 6.40237 12.3166 6.79289 12.7071L9.79289 15.7071C10.1834 16.0976 10.8166 16.0976 11.2071 15.7071L17.2071 9.70711Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ws);const xs=new Do({id:"6f69a868093429cca2d18204c014d1de",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6f69a868093429cca2d18204c014d1de">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM10.9066 8.27123C11.3138 8.03191 11.7926 7.94443 12.2581 8.02428C12.7236 8.10413 13.1459 8.34615 13.45 8.70749C13.7542 9.06883 13.9207 9.52615 13.92 9.99847L13.92 9.99996C13.92 10.4691 13.5549 10.9582 12.8653 11.4179C12.5509 11.6275 12.2294 11.7889 11.9826 11.8986C11.8606 11.9529 11.7603 11.9929 11.6929 12.0186C11.663 12.03 11.6329 12.041 11.6027 12.0516C11.0794 12.2267 10.7968 12.7926 10.9713 13.3162C11.146 13.8401 11.7123 14.1233 12.2362 13.9486L12.4049 13.8876C12.5015 13.8508 12.6356 13.7971 12.7949 13.7263C13.1105 13.586 13.5391 13.3724 13.9747 13.082C14.7849 12.5419 15.9195 11.5312 15.92 10.0009C15.9213 9.05644 15.5883 8.14201 14.9801 7.41949C14.3717 6.69682 13.5273 6.21277 12.5962 6.05307C11.6652 5.89337 10.7077 6.06833 9.89327 6.54696C9.07886 7.02559 8.46013 7.77701 8.14666 8.66812C7.96339 9.18911 8.23716 9.76002 8.75815 9.9433C9.27914 10.1266 9.85006 9.85279 10.0333 9.33181C10.1901 8.88625 10.4994 8.51054 10.9066 8.27123ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5522 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5522 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(xs);const ks=new Do({id:"27eb29a1af650efa3c8f236e96fd49b8",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="27eb29a1af650efa3c8f236e96fd49b8">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(ks);const Cs=new Do({id:"84649b25b6ed4f61642b91b506fa7afd",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="84649b25b6ed4f61642b91b506fa7afd">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM11 7C11 6.44772 11.4477 6 12 6C12.5523 6 13 6.44772 13 7V11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V7Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Cs);const Ss=new Do({id:"d37b4d7c76a2a7896f3890561ed86f2d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d37b4d7c76a2a7896f3890561ed86f2d">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ss);const Ms=new Do({id:"eddd9bec4b080bb230775b072a486acc",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="eddd9bec4b080bb230775b072a486acc">\n <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.32" stroke-width="1.5" vector-effect="non-scaling-stroke" />\n <path d="M 15 8 A 7 7 0 0 1 8 15" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" class="allure-spinner" vector-effect="non-scaling-stroke" />\n <style>\n #eddd9bec4b080bb230775b072a486acc .allure-spinner {\n transform-origin: center;\n animation: allure-spinner-spin 0.75s infinite ease-in-out;\n }\n\n @keyframes allure-spinner-spin {\n 100% {\n transform: rotate(360deg);\n }\n }\n </style>\n</symbol>',viewBox:"0 0 16 16"});Zo.add(Ms);const Ts=new Do({id:"52eca3113bd4208c703a4e2a0c10f117",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="52eca3113bd4208c703a4e2a0c10f117">\n<path d="M16 4C16.93 4 17.395 4 17.7765 4.10222C18.8117 4.37962 19.6204 5.18827 19.8978 6.22354C20 6.60504 20 7.07003 20 8V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V8C4 7.07003 4 6.60504 4.10222 6.22354C4.37962 5.18827 5.18827 4.37962 6.22354 4.10222C6.60504 4 7.07003 4 8 4M12 17V11M9 14H15M9.6 6H14.4C14.9601 6 15.2401 6 15.454 5.89101C15.6422 5.79513 15.7951 5.64215 15.891 5.45399C16 5.24008 16 4.96005 16 4.4V3.6C16 3.03995 16 2.75992 15.891 2.54601C15.7951 2.35785 15.6422 2.20487 15.454 2.10899C15.2401 2 14.9601 2 14.4 2H9.6C9.03995 2 8.75992 2 8.54601 2.10899C8.35785 2.20487 8.20487 2.35785 8.10899 2.54601C8 2.75992 8 3.03995 8 3.6V4.4C8 4.96005 8 5.24008 8.10899 5.45399C8.20487 5.64215 8.35785 5.79513 8.54601 5.89101C8.75992 6 9.03995 6 9.6 6Z" stroke="currentColor" stroke-opacity="1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Zo.add(Ts);const As=new Do({id:"baef59387353cd7f2939ebd4ddf30155",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="baef59387353cd7f2939ebd4ddf30155">\n<g clip-path="url(#baef59387353cd7f2939ebd4ddf30155_clip0_428_25)">\n<path d="M5.24 22.51L6.67 21.09C5.10422 19.6841 3.87398 17.9447 3.07 16C5.1 10.93 10.7 7 16 7C17.3639 7.018 18.7154 7.26128 20 7.72L21.55 6.16C19.7927 5.41732 17.9077 5.02335 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C1.94825 18.697 3.38043 20.811 5.24 22.51Z" fill="currentColor" />\n<path d="M12 15.73C12.0695 14.7717 12.4817 13.8705 13.1611 13.1911C13.8405 12.5117 14.7417 12.0995 15.7 12.03L17.51 10.21C16.4958 9.94295 15.4292 9.94642 14.4168 10.2201C13.4043 10.4937 12.4812 11.028 11.7396 11.7696C10.998 12.5112 10.4637 13.4343 10.1901 14.4468C9.91642 15.4592 9.91295 16.5258 10.18 17.54L12 15.73Z" fill="currentColor" />\n<path d="M30.94 15.66C29.7933 12.6732 27.7981 10.087 25.2 8.22L30 3.41L28.59 2L2 28.59L3.41 30L8.51 24.9C10.7839 26.234 13.364 26.9574 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM20 16C19.9958 16.7001 19.8079 17.3868 19.4551 17.9916C19.1023 18.5963 18.597 19.0978 17.9896 19.4461C17.3822 19.7943 16.6941 19.977 15.994 19.9759C15.2939 19.9749 14.6063 19.7901 14 19.44L19.44 14C19.7995 14.6057 19.9927 15.2957 20 16ZM16 25C13.9021 24.9634 11.8439 24.4214 10 23.42L12.54 20.88C13.6953 21.6816 15.0955 22.052 16.4961 21.9265C17.8967 21.8009 19.2087 21.1874 20.2031 20.1931C21.1974 19.1987 21.8109 17.8867 21.9365 16.4861C22.062 15.0855 21.6916 13.6853 20.89 12.53L23.76 9.66C26.0546 11.235 27.849 13.4354 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="baef59387353cd7f2939ebd4ddf30155_clip0_428_25">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Zo.add(As);const Ls=new Do({id:"81703ad6b4eb056b5d8424a52fc8c0e8",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="81703ad6b4eb056b5d8424a52fc8c0e8">\n<g clip-path="url(#81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24)">\n<path d="M30.94 15.66C29.7638 12.6176 27.722 9.98662 25.0668 8.09209C22.4116 6.19756 19.2595 5.12257 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C2.23616 19.3824 4.27802 22.0134 6.9332 23.9079C9.58839 25.8024 12.7405 26.8774 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM16 25C10.7 25 5.1 21.07 3.07 16C5.1 10.93 10.7 7 16 7C21.3 7 26.9 10.93 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9109 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C22 14.4087 21.3679 12.8826 20.2426 11.7574C19.1174 10.6321 17.5913 10 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Zo.add(Ls);var Es={icon:"styles_icon__peopu","size-xs":"styles_size-xs__jr71y","size-s":"styles_size-s__nGH-V","size-m":"styles_size-m__INBNd",inline:"styles_inline__BmJqE"},Ns=0;function Os(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--Ns,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return vr.vnode&&vr.vnode(c),c}const Rs={amazon:ra.id,arrowsChevronDown:ia.id,azure:oa.id,bitbucket:aa.id,circleci:sa.id,draggable:la.id,drone:ca.id,environment:ua.id,github:da.id,gitlab:fa.id,jenkins:ha.id,lineAlertsAlertCircle:pa.id,lineAlertsFixed:ga.id,lineAlertsMalfunctioned:ma.id,lineAlertsNew:va.id,lineAlertsNotificationBox:ba.id,lineAlertsRegressed:ya.id,lineArrowsChevronDown:wa.id,lineArrowsChevronDownDouble:_a.id,lineArrowsChevronRight:xa.id,lineArrowsChevronUp:Ca.id,lineArrowsChevronUpDouble:ka.id,lineArrowsCornerDownRight:Sa.id,lineArrowsExpand3:Ma.id,lineArrowsRefreshCcw1:Ta.id,lineArrowsSortLineAsc:Aa.id,lineArrowsSortLineDesc:La.id,lineArrowsSwitchVertical1:Ea.id,lineChartsBarChartSquare:Na.id,lineChartsTimeline:Oa.id,lineDevBug2:Ra.id,lineDevCodeSquare:Da.id,lineDevDataflow3:Pa.id,lineFilesClipboardCheck:za.id,lineFilesFile2:Ia.id,lineFilesFileAttachment2:ja.id,lineFilesFolder:Ba.id,lineGeneralCheck:Ha.id,lineGeneralCheckCircle:Fa.id,lineGeneralChecklist3:$a.id,lineGeneralCopy3:Ua.id,lineGeneralDownloadCloud:qa.id,lineGeneralEqual:Wa.id,lineGeneralEye:Va.id,lineGeneralHelpCircle:Ga.id,lineGeneralHomeLine:Ya.id,lineGeneralInfoCircle:Xa.id,lineGeneralLink1:Za.id,lineGeneralLinkExternal:Ka.id,lineGeneralMinusCircle:Ja.id,lineGeneralSearchMd:Qa.id,lineGeneralSettings1:es.id,lineGeneralXCircle:ts.id,lineGeneralXClose:ns.id,lineGeneralZap:rs.id,lineHelpersFlag:is.id,lineHelpersPlayCircle:os.id,lineIconBomb2:as.id,lineImagesImage:ss.id,lineLayoutsColumn2:ls.id,lineLayoutsLayoutTop:cs.id,lineLayoutsMaximize2:us.id,lineLayoutsMinimize2:ds.id,lineSecurityKey:fs.id,lineShapesDotCircle:hs.id,lineShapesMoon:ps.id,lineShapesSun:gs.id,lineShapesThemeAuto:ms.id,lineTimeClockStopwatch:vs.id,playwrightLogo:bs.id,reportLogo:ys.id,solidAlertCircle:_s.id,solidCheckCircle:ws.id,solidHelpCircle:xs.id,solidMinusCircle:ks.id,solidPlusCircle:Cs.id,solidXCircle:Ss.id,spinner:Ms.id,testNew:Ts.id,view:Ls.id,viewOff:As.id},Ds=({id:e,size:t="s",inline:n=!1,className:r="","data-testid":i,...o})=>Os("svg",{...o,className:vo(Es.icon,Es[`size-${t}`],n&&Es.inline,r),"data-testid":i,children:Os("use",{xlinkHref:`#${e}`})}),Ps=({size:e})=>Os(Ds,{role:"progressbar",id:Ms.id,size:e}),zs=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?Os(t,{...a,className:vo(`paragraphs-text-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?Os(t,{...a,className:vo(`ui-text-${e}-ui${r?"-bold":""}`,i),children:o}):null,Is=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?Os(t,{...a,className:vo(`paragraphs-code-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?Os(t,{...a,className:vo(`ui-code-${e}-ui${r?"-bold":""}`,i),children:o}):null,js=({size:e="m",tag:t="span",className:n,children:r,...i})=>Os(t,{...i,className:vo(`headings-head-${e}`,n),children:r});var Bs={button:"styles_button__dJOMr",fullWidth:"styles_fullWidth__UvMfL",contentIcon:"styles_contentIcon__WG8cP",leadingIcon:"styles_leadingIcon__YCONr",dropdownIcon:"styles_dropdownIcon__QbL-e",buttonIcon:"styles_buttonIcon__jkuyM",size_l:"styles_size_l__qdpXc",size_m:"styles_size_m__YdAJU",size_s:"styles_size_s__ujh2O",icon_size_xs:"styles_icon_size_xs__I8F1x",style_primary:"styles_style_primary__repZw",active:"styles_active__qHBgG",danger:"styles_danger__ifSNz",positive:"styles_positive__NaE-e",style_outline:"styles_style_outline__UDLGz",style_ghost:"styles_style_ghost__XxqyT",style_flat:"styles_style_flat__tgVZ1",style_raised:"styles_style_raised__Pwwft",text:"styles_text__n3hds",pending:"styles_pending__8GUAj",content:"styles_content__pYX6n",spinner:"styles_spinner__anTET"};const Fs=e=>{const{text:t,type:n="button",icon:r,iconSize:i="m",onClick:o,isPending:a=!1,size:s="m",style:l="primary",action:c="default",fullWidth:u=!1,isDisabled:d=!1,isIconButton:f=!1,isDropdownButton:h=!1,isActive:p=!1,focusable:g=!0,href:m,target:v="_self",className:b,...y}=e,_=d||a,w={...y,tabIndex:g?0:-1,className:vo(Bs.button,f&&Bs.buttonIcon,Bs[`size_${s}`],Bs[`icon_size_${i}`],Bs[`style_${l}`],"danger"===c&&Bs.danger,"positive"===c&&Bs.positive,a&&Bs.pending,u&&Bs.fullWidth,!_&&p&&Bs.active,b),onClick:o},x=Os(zs,{type:"ui",size:"s"===s?"s":"m",bold:!0,className:Bs.content,children:[r&&Os(Ds,{size:"s",className:f?Bs.contentIcon:Bs.leadingIcon,id:r}),!f&&Os("span",{className:Bs.text,children:t}),h&&Os(Ds,{id:Rs.lineArrowsChevronDown,size:"s",className:Bs.dropdownIcon}),Os("span",{className:Bs.spinner,"aria-hidden":!a,children:Os(Ps,{})})]});return m?Os("a",{...w,href:m,target:v,"aria-disabled":_?"true":void 0,style:_?{pointerEvents:"none"}:void 0,children:x}):Os("button",{...w,disabled:_,type:n,children:x})},Hs=e=>Os(Fs,{...e}),$s=e=>Os(Fs,{...e,isIconButton:!0}),Us=e=>Os(Fs,{...e,isDropdownButton:!0,isActive:e.isExpanded}),qs=Math.min,Ws=Math.max,Vs=Math.round,Gs=Math.floor,Ys=e=>({x:e,y:e}),Xs={left:"right",right:"left",bottom:"top",top:"bottom"},Zs={start:"end",end:"start"};function Ks(e,t,n){return Ws(e,qs(t,n))}function Js(e,t){return"function"==typeof e?e(t):e}function Qs(e){return e.split("-")[0]}function el(e){return e.split("-")[1]}function tl(e){return"x"===e?"y":"x"}function nl(e){return"y"===e?"height":"width"}const rl=new Set(["top","bottom"]);function il(e){return rl.has(Qs(e))?"y":"x"}function ol(e){return tl(il(e))}function al(e){return e.replace(/start|end/g,(e=>Zs[e]))}const sl=["left","right"],ll=["right","left"],cl=["top","bottom"],ul=["bottom","top"];function dl(e){return e.replace(/left|right|bottom|top/g,(e=>Xs[e]))}function fl(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function hl(e,t,n){let{reference:r,floating:i}=e;const o=il(t),a=ol(t),s=nl(a),l=Qs(t),c="y"===o,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(el(t)){case"start":h[a]-=f*(n&&c?-1:1);break;case"end":h[a]+=f*(n&&c?-1:1)}return h}async function pl(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=Js(t,e),p=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(h),g=s[f?"floating"===d?"reference":"floating":d],m=fl(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),v="floating"===d?{x:r,y:i,width:a.floating.width,height:a.floating.height}:a.reference,b=await(null==o.getOffsetParent?void 0:o.getOffsetParent(s.floating)),y=await(null==o.isElement?void 0:o.isElement(b))&&await(null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},_=fl(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:b,strategy:l}):v);return{top:(m.top-_.top+p.top)/y.y,bottom:(_.bottom-m.bottom+p.bottom)/y.y,left:(m.left-_.left+p.left)/y.x,right:(_.right-m.right+p.right)/y.x}}const gl=new Set(["left","top"]);function ml(){return"undefined"!=typeof window}function vl(e){return _l(e)?(e.nodeName||"").toLowerCase():"#document"}function bl(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function yl(e){var t;return null==(t=(_l(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function _l(e){return!!ml()&&(e instanceof Node||e instanceof bl(e).Node)}function wl(e){return!!ml()&&(e instanceof Element||e instanceof bl(e).Element)}function xl(e){return!!ml()&&(e instanceof HTMLElement||e instanceof bl(e).HTMLElement)}function kl(e){return!(!ml()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof bl(e).ShadowRoot)}const Cl=new Set(["inline","contents"]);function Sl(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Il(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!Cl.has(i)}const Ml=new Set(["table","td","th"]);function Tl(e){return Ml.has(vl(e))}const Al=[":popover-open",":modal"];function Ll(e){return Al.some((t=>{try{return e.matches(t)}catch(e){return!1}}))}const El=["transform","translate","scale","rotate","perspective"],Nl=["transform","translate","scale","rotate","perspective","filter"],Ol=["paint","layout","strict","content"];function Rl(e){const t=Dl(),n=wl(e)?Il(e):e;return El.some((e=>!!n[e]&&"none"!==n[e]))||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||Nl.some((e=>(n.willChange||"").includes(e)))||Ol.some((e=>(n.contain||"").includes(e)))}function Dl(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Pl=new Set(["html","body","#document"]);function zl(e){return Pl.has(vl(e))}function Il(e){return bl(e).getComputedStyle(e)}function jl(e){return wl(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Bl(e){if("html"===vl(e))return e;const t=e.assignedSlot||e.parentNode||kl(e)&&e.host||yl(e);return kl(t)?t.host:t}function Fl(e){const t=Bl(e);return zl(t)?e.ownerDocument?e.ownerDocument.body:e.body:xl(t)&&Sl(t)?t:Fl(t)}function Hl(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=Fl(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=bl(i);if(o){const e=$l(a);return t.concat(a,a.visualViewport||[],Sl(i)?i:[],e&&n?Hl(e):[])}return t.concat(i,Hl(i,[],n))}function $l(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ul(e){const t=Il(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=xl(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,s=Vs(n)!==o||Vs(r)!==a;return s&&(n=o,r=a),{width:n,height:r,$:s}}function ql(e){return wl(e)?e:e.contextElement}function Wl(e){const t=ql(e);if(!xl(t))return Ys(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=Ul(t);let a=(o?Vs(n.width):n.width)/r,s=(o?Vs(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Vl=Ys(0);function Gl(e){const t=bl(e);return Dl()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Vl}function Yl(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=ql(e);let a=Ys(1);t&&(r?wl(r)&&(a=Wl(r)):a=Wl(e));const s=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==bl(e))&&t}(o,n,r)?Gl(o):Ys(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,u=i.width/a.x,d=i.height/a.y;if(o){const e=bl(o),t=r&&wl(r)?bl(r):r;let n=e,i=$l(n);for(;i&&r&&t!==n;){const e=Wl(i),t=i.getBoundingClientRect(),r=Il(i),o=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,a=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=o,c+=a,n=bl(i),i=$l(n)}}return fl({width:u,height:d,x:l,y:c})}function Xl(e,t){const n=jl(e).scrollLeft;return t?t.left+n:Yl(yl(e)).left+n}function Zl(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Xl(e,n),y:n.top+t.scrollTop}}const Kl=new Set(["absolute","fixed"]);function Jl(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=bl(e),r=yl(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;const e=Dl();(!e||e&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}const c=Xl(r);if(c<=0){const e=r.ownerDocument,t=e.body,n=getComputedStyle(t),i="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(r.clientWidth-t.clientWidth-i);a<=25&&(o-=a)}else c<=25&&(o+=c);return{width:o,height:a,x:s,y:l}}(e,n);else if("document"===t)r=function(e){const t=yl(e),n=jl(e),r=e.ownerDocument.body,i=Ws(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Ws(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+Xl(e);const s=-n.scrollTop;return"rtl"===Il(r).direction&&(a+=Ws(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:s}}(yl(e));else if(wl(t))r=function(e,t){const n=Yl(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=xl(e)?Wl(e):Ys(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=Gl(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return fl(r)}function Ql(e,t){const n=Bl(e);return!(n===t||!wl(n)||zl(n))&&("fixed"===Il(n).position||Ql(n,t))}function ec(e,t,n){const r=xl(t),i=yl(t),o="fixed"===n,a=Yl(e,!0,o,t);let s={scrollLeft:0,scrollTop:0};const l=Ys(0);function c(){l.x=Xl(i)}if(r||!r&&!o)if(("body"!==vl(t)||Sl(i))&&(s=jl(t)),r){const e=Yl(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else i&&c();o&&!r&&i&&c();const u=!i||r||o?Ys(0):Zl(i,s);return{x:a.left+s.scrollLeft-l.x-u.x,y:a.top+s.scrollTop-l.y-u.y,width:a.width,height:a.height}}function tc(e){return"static"===Il(e).position}function nc(e,t){if(!xl(e)||"fixed"===Il(e).position)return null;if(t)return t(e);let n=e.offsetParent;return yl(e)===n&&(n=n.ownerDocument.body),n}function rc(e,t){const n=bl(e);if(Ll(e))return n;if(!xl(e)){let t=Bl(e);for(;t&&!zl(t);){if(wl(t)&&!tc(t))return t;t=Bl(t)}return n}let r=nc(e,t);for(;r&&Tl(r)&&tc(r);)r=nc(r,t);return r&&zl(r)&&tc(r)&&!Rl(r)?n:r||function(e){let t=Bl(e);for(;xl(t)&&!zl(t);){if(Rl(t))return t;if(Ll(t))return null;t=Bl(t)}return null}(e)||n}const ic={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o="fixed"===i,a=yl(r),s=!!t&&Ll(t.floating);if(r===a||s&&o)return n;let l={scrollLeft:0,scrollTop:0},c=Ys(1);const u=Ys(0),d=xl(r);if((d||!d&&!o)&&(("body"!==vl(r)||Sl(a))&&(l=jl(r)),xl(r))){const e=Yl(r);c=Wl(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}const f=!a||d||o?Ys(0):Zl(a,l);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:n.y*c.y-l.scrollTop*c.y+u.y+f.y}},getDocumentElement:yl,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o="clippingAncestors"===n?Ll(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let r=Hl(e,[],!1).filter((e=>wl(e)&&"body"!==vl(e))),i=null;const o="fixed"===Il(e).position;let a=o?Bl(e):e;for(;wl(a)&&!zl(a);){const t=Il(a),n=Rl(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&Kl.has(i.position)||Sl(a)&&!n&&Ql(e,a))?r=r.filter((e=>e!==a)):i=t,a=Bl(a)}return t.set(e,r),r}(t,this._c):[].concat(n),a=[...o,r],s=a[0],l=a.reduce(((e,n)=>{const r=Jl(t,n,i);return e.top=Ws(r.top,e.top),e.right=qs(r.right,e.right),e.bottom=qs(r.bottom,e.bottom),e.left=Ws(r.left,e.left),e}),Jl(t,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:rc,getElementRects:async function(e){const t=this.getOffsetParent||rc,n=this.getDimensions,r=await n(e.floating);return{reference:ec(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=Ul(e);return{width:t,height:n}},getScale:Wl,isElement:wl,isRTL:function(e){return"rtl"===Il(e).direction}};function oc(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function ac(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,c=ql(e),u=i||o?[...c?Hl(c):[],...Hl(t)]:[];u.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const d=c&&s?function(e,t){let n,r=null;const i=yl(e);function o(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),o();const c=e.getBoundingClientRect(),{left:u,top:d,width:f,height:h}=c;if(s||t(),!f||!h)return;const p={rootMargin:-Gs(d)+"px "+-Gs(i.clientWidth-(u+f))+"px "+-Gs(i.clientHeight-(d+h))+"px "+-Gs(u)+"px",threshold:Ws(0,qs(1,l))||1};let g=!0;function m(t){const r=t[0].intersectionRatio;if(r!==l){if(!g)return a();r?a(!1,r):n=setTimeout((()=>{a(!1,1e-7)}),1e3)}1!==r||oc(c,e.getBoundingClientRect())||a(),g=!1}try{r=new IntersectionObserver(m,{...p,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(m,p)}r.observe(e)}(!0),o}(c,n):null;let f,h=-1,p=null;a&&(p=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame((()=>{var e;null==(e=p)||e.observe(t)}))),n()})),c&&!l&&p.observe(c),p.observe(t));let g=l?Yl(e):null;return l&&function t(){const r=Yl(e);g&&!oc(g,r)&&n(),g=r,f=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),null==d||d(),null==(e=p)||e.disconnect(),p=null,l&&cancelAnimationFrame(f)}}const sc=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:a,middlewareData:s}=t,l=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=Qs(n),s=el(n),l="y"===il(n),c=gl.has(a)?-1:1,u=o&&l?-1:1,d=Js(t,e);let{mainAxis:f,crossAxis:h,alignmentAxis:p}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&"number"==typeof p&&(h="end"===s?-1*p:p),l?{x:h*u,y:f*c}:{x:f*c,y:h*u}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},lc=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=Js(e,t),c={x:n,y:r},u=await pl(t,l),d=il(Qs(i)),f=tl(d);let h=c[f],p=c[d];if(o){const e="y"===f?"bottom":"right";h=Ks(h+u["y"===f?"top":"left"],h,h-u[e])}if(a){const e="y"===d?"bottom":"right";p=Ks(p+u["y"===d?"top":"left"],p,p-u[e])}const g=s.fn({...t,[f]:h,[d]:p});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[f]:o,[d]:a}}}}}},cc=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...m}=Js(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const v=Qs(i),b=il(s),y=Qs(s)===s,_=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=f||(y||!g?[dl(s)]:function(e){const t=dl(e);return[al(e),t,al(t)]}(s)),x="none"!==p;!f&&x&&w.push(...function(e,t,n,r){const i=el(e);let o=function(e,t,n){switch(e){case"top":case"bottom":return n?t?ll:sl:t?sl:ll;case"left":case"right":return t?cl:ul;default:return[]}}(Qs(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(al)))),o}(s,g,p,_));const k=[s,...w],C=await pl(t,m),S=[];let M=(null==(r=o.flip)?void 0:r.overflows)||[];if(u&&S.push(C[v]),d){const e=function(e,t,n){void 0===n&&(n=!1);const r=el(e),i=ol(e),o=nl(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=dl(a)),[a,dl(a)]}(i,a,_);S.push(C[e[0]],C[e[1]])}if(M=[...M,{placement:i,overflows:S}],!S.every((e=>e<=0))){var T,A;const e=((null==(T=o.flip)?void 0:T.index)||0)+1,t=k[e];if(t&&("alignment"!==d||b===il(t)||M.every((e=>il(e.placement)!==b||e.overflows[0]>0))))return{data:{index:e,overflows:M},reset:{placement:t}};let n=null==(A=M.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:A.placement;if(!n)switch(h){case"bestFit":{var L;const e=null==(L=M.filter((e=>{if(x){const t=il(e.placement);return t===b||"y"===t}return!0})).map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:L[0];e&&(n=e);break}case"initialPlacement":n=s}if(i!==n)return{reset:{placement:n}}}return{}}}},uc=(e,t,n)=>{const r=new Map,i={platform:ic,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,s=o.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=hl(c,r,l),f=r,h={},p=0;for(let n=0;n<s.length;n++){const{name:o,fn:g}=s[n],{x:m,y:v,data:b,reset:y}=await g({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=m?m:u,d=null!=v?v:d,h={...h,[o]:{...h[o],...b}},y&&p<=50&&(p++,"object"==typeof y&&(y.placement&&(f=y.placement),y.rects&&(c=!0===y.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):y.rects),({x:u,y:d}=hl(c,f,l))),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}})(e,t,{...i,platform:o})};const dc=({children:e,"data-testid":t})=>Os("div",{className:"styles_custom-tooltip__2reCz","data-testid":t,children:Os(zs,{className:"tooltip-content",size:"s",bold:!0,children:e})}),fc=({tooltipText:e,tooltipTextAfterClick:t,tooltipComponent:n,children:r,placement:i="top",triggerMode:o="hover",autoHideDelay:a=600,isTriggerActive:s=!0,"data-testid":l})=>{const c=ki(null),u=ki(null),[d,f]=yi(!1),[h,p]=yi(e),g=ki(null);wi((()=>{p(e);const t=()=>{u.current&&c.current&&uc(u.current,c.current,{placement:i,middleware:[sc(6),cc(),lc({padding:5})]}).then((({x:e,y:t})=>{c.current&&Object.assign(c.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":100})}))};return d&&t(),u.current&&c.current?ac(u.current,c.current,t):()=>{}}),[d,i,e]),wi((()=>()=>{g.current&&clearTimeout(g.current)}),[]);const m=n||Os(dc,{"data-testid":l,children:h});return Os("div",{onMouseEnter:()=>{"hover"===o&&s&&f(!0),"click"===o&&g.current&&clearTimeout(g.current)},onMouseLeave:()=>{"hover"===o?(f(!1),p(e)):"click"===o&&d&&(g.current=window.setTimeout((()=>{f(!1)}),a))},onClick:()=>{"click"===o&&u.current&&s&&(f(!0),g.current&&clearTimeout(g.current)),t&&p(t)},children:[Os("div",{ref:u,children:r}),Os("div",{ref:c,children:d&&m})]})},hc=e=>{const{source:t,transformData:n=e=>e,renderLoader:r=()=>null,renderError:i=e=>Os("div",{children:e}),renderData:o}=e;return t.value.loading?r():t.value.error?i(t.value.error):o(n(t.value.data))};const pc=()=>Os("div",{className:"styles_page-loader__OFuzd",children:Os(Ps,{size:"m"})});const gc=e=>{const{placeholder:t,value:n,onChange:r,changeDebounce:i=300}=e,[o,a]=yi(n),s=((e,t=300)=>{const n=ki(e);return wi((()=>{n.current=e}),[e]),Si(((e,t=300)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout((()=>{e(...r)}),t)}})(((...e)=>n.current(...e)),t),[t])})(r,i),l=!!o;return Os(zs,{className:"styles_inputWrap__96bWy",type:"ui",size:"m",tag:"div",children:[Os(Ds,{id:Qa.id,size:"s",className:"styles_leadingIcon__6Bcbs"}),Os("input",{className:vo("styles_input__ir8z5",l&&"styles_inputClear__R8pU3"),type:"text",placeholder:t,onInput:e=>{const t=e.target.value;a(t),s(t)},value:o,name:"search",autocomplete:"off","data-testid":"search-input"}),l&&Os("div",{className:"styles_clearButton__SR4Dg",children:Os($s,{size:"s",icon:ns.id,onClick:e=>{e.preventDefault(),e.stopPropagation(),a(""),s("")},style:"ghost","data-testid":"clear-button"})})]})};function mc(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function vc(e,t){this.props=e,this.context=t}(vc.prototype=new Ir).isPureReactComponent=!0,vc.prototype.shouldComponentUpdate=function(e,t){return mc(this.props,e)||mc(this.state,t)};var bc=vr.__b;vr.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),bc&&bc(e)};var yc=vr.__e;vr.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);yc(e,t,n,r)};var _c=vr.unmount;function wc(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=function(e,t){for(var n in t)e[n]=t[n];return e}({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return wc(e,t,n)}))),e}function xc(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return xc(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function kc(){this.__u=0,this.t=null,this.__b=null}function Cc(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Sc(){this.u=null,this.o=null}vr.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),_c&&_c(e)},(kc.prototype=new Ir).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=Cc(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=xc(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},kc.prototype.componentWillUnmount=function(){this.t=[]},kc.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=wc(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&Dr(zr,null,e.fallback);return i&&(i.__u&=-33),[Dr(zr,null,t.__a?null:e.children),i]};var Mc=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function Tc(e){return this.getChildContext=function(){return e.context},e.children}function Ac(e){var t=this,n=e.i;t.componentWillUnmount=function(){ni(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],contains:function(){return!0},appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),ni(Dr(Tc,{context:t.context},e.__v),t.l)}function Lc(e,t){var n=Dr(Ac,{__v:e,i:t});return n.containerInfo=t,n}(Sc.prototype=new Ir).__a=function(e){var t=this,n=Cc(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Mc(t,e,r)):i()};n?n(o):o()}},Sc.prototype.render=function(e){this.u=null,this.o=new Map;var t=Wr(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},Sc.prototype.componentDidUpdate=Sc.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){Mc(e,n,t)}))};var Ec="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Nc=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Oc=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Rc=/[A-Z0-9]/g,Dc="undefined"!=typeof document,Pc=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};Ir.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(Ir.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var zc=vr.event;function Ic(){}function jc(){return this.cancelBubble}function Bc(){return this.defaultPrevented}vr.event=function(e){return zc&&(e=zc(e)),e.persist=Ic,e.isPropagationStopped=jc,e.isDefaultPrevented=Bc,e.nativeEvent=e};var Fc={enumerable:!1,configurable:!0,get:function(){return this.class}},Hc=vr.vnode;vr.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||Dc&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||Pc(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":Oc.test(o)&&(o=s):s=o="oninput":i&&Nc.test(o)?o=o.replace(Rc,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=Wr(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=Wr(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",Fc)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Ec,Hc&&Hc(e)};var $c=vr.__r;vr.__r=function(e){$c&&$c(e),e.__c};var Uc=vr.diffed;vr.diffed=function(e){Uc&&Uc(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};var qc={menu:"styles_menu__Y2xWi","size-s":"styles_size-s__phegq","size-m":"styles_size-m__FqoGi","size-l":"styles_size-l__ShSlS","size-xl":"styles_size-xl__Mk5k2",menuListItem:"styles_menuListItem__FHex0",section:"styles_section__gV07b",menuItem:"styles_menuItem__mOGZq",interactive:"styles_interactive__VHNnJ",leadingIcon:"styles_leadingIcon__0ikkr",content:"styles_content__XpstT",right:"styles_right__9xwiq",checkmarkIcon:"styles_checkmarkIcon__SnS-7"};const Wc=ii(null),Vc=e=>{const{children:t,menuTrigger:n,menuTriggerWrapper:r="div",size:i="m",isInitialOpened:o=!1,placement:a="bottom-end",...s}=e,[l,c]=yi(o),u=ki(null),d=ki(null);return wi((()=>{const e=e=>{"Escape"===e.key&&l&&c(!1)};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[l]),wi((()=>{const e=e=>{l&&u.current&&(u.current.contains(e.target)||c(!1))};return l&&document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[l]),wi((()=>{const e=()=>{(u.current||d.current)&&uc(d.current,u.current,{placement:a,middleware:[sc(6),cc(),lc({padding:5})],strategy:"fixed"}).then((({x:e,y:t,strategy:n})=>{u.current&&Object.assign(u.current.style,{left:`${e}px`,top:`${t}px`,position:n,zIndex:1})}))};return e(),ac(d.current,u.current,e)}),[u.current,d.current]),Os(Wc.Provider,{value:{setIsOpened:c},children:Os(zr,{children:["function"==typeof n&&Os(r,{ref:d,children:n({isOpened:l,onClick:()=>{c(!l)},setIsOpened:c})}),Lc(Os("div",{ref:u,...s,children:l&&Os("aside",{className:vo(qc.menu,qc[`size-${i}`]),children:t})}),document.body)]})})};Vc.Section=e=>{const{children:t,...n}=e;return Os("ul",{className:qc.section,...n,children:t})},Vc.Item=e=>{const{setIsOpened:t}=(()=>{const e=Mi(Wc);if(!e)throw new Error("useMenuContext must be used within a Menu");return e})(),{children:n,onClick:r,leadingIcon:i,rightSlot:o,ariaLabel:a,closeMenuOnClick:s=!0,...l}=e,c="function"==typeof r,u="string"==typeof i;return Os("li",{className:qc.menuListItem,...l,children:Os(zs,{"aria-label":a,type:"paragraph",size:"m",tag:c?"button":"div",className:vo(qc.menuItem,c&&qc.interactive),onClick:e=>{c&&s&&(e.stopPropagation(),t(!1)),c&&r?.()},"data-interactive-menu-item":!!c||void 0,children:[u&&Os(Ds,{id:i,className:qc.leadingIcon,size:"m"}),Os("div",{className:qc.content,children:n}),o&&Os("div",{className:qc.right,children:o})]})})},Vc.ItemWithCheckmark=e=>{const{isChecked:t=!1,...n}=e;return Os(Vc.Item,{...n,rightSlot:t&&Os(Ds,{className:qc.checkmarkIcon,id:Ha.id})})};var Gc={"arrow-button":"styles_arrow-button__PtmoB","arrow-button-s":"styles_arrow-button-s__LG1S5","arrow-button-m":"styles_arrow-button-m__i7jQC","icon-size-m":"styles_icon-size-m__cHrQH","arrow-button-icon":"styles_arrow-button-icon__X5gUo","arrow-button-icon--opened":"styles_arrow-button-icon--opened__9AOMd"};const Yc=({isOpened:e,buttonSize:t="m",iconSize:n="xs",tag:r="button",className:i,icon:o=Rs.lineArrowsChevronDown,onClick:a,...s})=>Os(r,{...s,className:vo(Gc["arrow-button"],Gc[`arrow-button-${t}`]),onClick:a,children:Os(Ds,{id:o,size:n,className:vo({[Gc["arrow-button-icon--opened"]]:e},Gc["arrow-button-icon"],Gc[`icon-size-${n}`],i)})}),Xc=async(e,t)=>{const n=await(async(e,t="application/octet-stream")=>{if(globalThis.allureReportData){const[n]=e.split("?");return`data:${t};base64,${await(async e=>(await new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",r=new URL(e,n),i=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return globalThis.allureReportOptions,i&&r.searchParams.set("live_reload_hash",i),r.toString()})(e,t);return globalThis.fetch(n)},Zc=async({id:e,ext:t,contentType:n})=>Xc(`data/attachments/${e||"-"}${t||""}?attachment`,n),Kc=async(e,t,n)=>{const r=await Zc({id:e,ext:t,contentType:n});return await r.blob()},Jc=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"text/json":case"text/yaml":case"text/javascript":case"text/typescript":case"text/ruby":case"text/python":case"text/php":case"text/java":case"text/csharp":case"text/cpp":case"text/c":case"text/go":case"text/rust":case"text/swift":case"text/kotlin":case"text/scala":case"text/perl":case"text/r":case"text/dart":case"text/lua":case"text/haskell":case"text/sql":case"text/x-yaml":case"text/css":case"application/yaml":case"application/x-yaml":case"application/xml":case"application/json":return{type:"code",icon:"file"};case"text/plain":case"text/markdown":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},Qc={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},ua:{short:"Ук",full:"Українська",iso:"uk-UA"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};var eu,tu,nu;function ru(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function iu(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function ou(){}!function(e){e.CurrentStatus="currentStatus",e.StatusDynamics="statusDynamics",e.StatusTransitions="statusTransitions",e.StabilityDistribution="stabilityDistribution",e.TestBaseGrowthDynamics="testBaseGrowthDynamics",e.FBSUAgePyramid="fbsuAgePyramid",e.Durations="durations",e.DurationDynamics="durationDynamics",e.TrSeverities="testResultSeverities",e.TestingPyramid="testingPyramid",e.CoverageDiff="coverageDiff",e.SuccessRateDistribution="successRateDistribution",e.ProblemsDistribution="problemsDistribution"}(eu||(eu={})),function(e){e.Status="status",e.Severity="severity"}(tu||(tu={})),function(e){e.Raw="raw",e.Percent="percent",e.Diverging="diverging"}(nu||(nu={})),eu.CurrentStatus,eu.StatusDynamics,eu.TrSeverities,eu.StatusTransitions,eu.TestBaseGrowthDynamics,eu.CoverageDiff,eu.SuccessRateDistribution,eu.ProblemsDistribution,eu.StabilityDistribution,eu.StabilityDistribution,eu.StabilityDistribution,eu.Durations,eu.Durations,eu.DurationDynamics,eu.FBSUAgePyramid,eu.TestingPyramid;var au=.7,su=1/au,lu="\\s*([+-]?\\d+)\\s*",cu="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",uu="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",du=/^#([0-9a-f]{3,8})$/,fu=new RegExp(`^rgb\\(${lu},${lu},${lu}\\)$`),hu=new RegExp(`^rgb\\(${uu},${uu},${uu}\\)$`),pu=new RegExp(`^rgba\\(${lu},${lu},${lu},${cu}\\)$`),gu=new RegExp(`^rgba\\(${uu},${uu},${uu},${cu}\\)$`),mu=new RegExp(`^hsl\\(${cu},${uu},${uu}\\)$`),vu=new RegExp(`^hsla\\(${cu},${uu},${uu},${cu}\\)$`),bu={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function yu(){return this.rgb().formatHex()}function _u(){return this.rgb().formatRgb()}function wu(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=du.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?xu(t):3===n?new Mu(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?ku(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?ku(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=fu.exec(e))?new Mu(t[1],t[2],t[3],1):(t=hu.exec(e))?new Mu(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=pu.exec(e))?ku(t[1],t[2],t[3],t[4]):(t=gu.exec(e))?ku(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=mu.exec(e))?Ou(t[1],t[2]/100,t[3]/100,1):(t=vu.exec(e))?Ou(t[1],t[2]/100,t[3]/100,t[4]):bu.hasOwnProperty(e)?xu(bu[e]):"transparent"===e?new Mu(NaN,NaN,NaN,0):null}function xu(e){return new Mu(e>>16&255,e>>8&255,255&e,1)}function ku(e,t,n,r){return r<=0&&(e=t=n=NaN),new Mu(e,t,n,r)}function Cu(e){return e instanceof ou||(e=wu(e)),e?new Mu((e=e.rgb()).r,e.g,e.b,e.opacity):new Mu}function Su(e,t,n,r){return 1===arguments.length?Cu(e):new Mu(e,t,n,null==r?1:r)}function Mu(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function Tu(){return`#${Nu(this.r)}${Nu(this.g)}${Nu(this.b)}`}function Au(){const e=Lu(this.opacity);return`${1===e?"rgb(":"rgba("}${Eu(this.r)}, ${Eu(this.g)}, ${Eu(this.b)}${1===e?")":`, ${e})`}`}function Lu(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Eu(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Nu(e){return((e=Eu(e))<16?"0":"")+e.toString(16)}function Ou(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new Du(e,t,n,r)}function Ru(e){if(e instanceof Du)return new Du(e.h,e.s,e.l,e.opacity);if(e instanceof ou||(e=wu(e)),!e)return new Du;if(e instanceof Du)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=t===o?(n-r)/s+6*(n<r):n===o?(r-t)/s+2:(t-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new Du(a,s,l,e.opacity)}function Du(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function Pu(e){return(e=(e||0)%360)<0?e+360:e}function zu(e){return Math.max(0,Math.min(1,e||0))}function Iu(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}ru(ou,wu,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:yu,formatHex:yu,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Ru(this).formatHsl()},formatRgb:_u,toString:_u}),ru(Mu,Su,iu(ou,{brighter(e){return e=null==e?su:Math.pow(su,e),new Mu(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?au:Math.pow(au,e),new Mu(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Mu(Eu(this.r),Eu(this.g),Eu(this.b),Lu(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Tu,formatHex:Tu,formatHex8:function(){return`#${Nu(this.r)}${Nu(this.g)}${Nu(this.b)}${Nu(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Au,toString:Au})),ru(Du,(function(e,t,n,r){return 1===arguments.length?Ru(e):new Du(e,t,n,null==r?1:r)}),iu(ou,{brighter(e){return e=null==e?su:Math.pow(su,e),new Du(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?au:Math.pow(au,e),new Du(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new Mu(Iu(e>=240?e-240:e+120,i,r),Iu(e,i,r),Iu(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new Du(Pu(this.h),zu(this.s),zu(this.l),Lu(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Lu(this.opacity);return`${1===e?"hsl(":"hsla("}${Pu(this.h)}, ${100*zu(this.s)}%, ${100*zu(this.l)}%${1===e?")":`, ${e})`}`}}));const ju=Math.PI/180,Bu=180/Math.PI;var Fu=-.14861,Hu=1.78277,$u=-.29227,Uu=-.90649,qu=1.97294,Wu=qu*Uu,Vu=qu*Hu,Gu=Hu*$u-Uu*Fu;function Yu(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof Xu)return new Xu(e.h,e.s,e.l,e.opacity);e instanceof Mu||(e=Cu(e));var t=e.r/255,n=e.g/255,r=e.b/255,i=(Gu*r+Wu*t-Vu*n)/(Gu+Wu-Vu),o=r-i,a=(qu*(n-i)-$u*o)/Uu,s=Math.sqrt(a*a+o*o)/(qu*i*(1-i)),l=s?Math.atan2(a,o)*Bu-120:NaN;return new Xu(l<0?l+360:l,s,i,e.opacity)}(e):new Xu(e,t,n,null==r?1:r)}function Xu(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}ru(Xu,Yu,iu(ou,{brighter(e){return e=null==e?su:Math.pow(su,e),new Xu(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?au:Math.pow(au,e),new Xu(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*ju,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),i=Math.sin(e);return new Mu(255*(t+n*(Fu*r+Hu*i)),255*(t+n*($u*r+Uu*i)),255*(t+n*(qu*r)),this.opacity)}}));var Zu=e=>()=>e;function Ku(e,t){return function(n){return e+n*t}}function Ju(e,t){var n=t-e;return n?Ku(e,n):Zu(isNaN(e)?t:e)}var Qu,ed=function e(t){var n=function(e){return 1==(e=+e)?Ju:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):Zu(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=Su(e)).r,(t=Su(t)).r),i=n(e.g,t.g),o=n(e.b,t.b),a=Ju(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=i(t),e.b=o(t),e.opacity=a(t),e+""}}return r.gamma=e,r}(1),td=(Qu=function(e){var t=e.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),i=e[r],o=e[r+1],a=r>0?e[r-1]:2*i-o,s=r<t-1?e[r+2]:2*o-i;return function(e,t,n,r,i){var o=e*e,a=o*e;return((1-3*e+3*o-a)*t+(4-6*o+3*a)*n+(1+3*e+3*o-3*a)*r+a*i)/6}((n-r/t)*t,a,i,o,s)}},function(e){var t,n,r=e.length,i=new Array(r),o=new Array(r),a=new Array(r);for(t=0;t<r;++t)n=Su(e[t]),i[t]=n.r||0,o[t]=n.g||0,a[t]=n.b||0;return i=Qu(i),o=Qu(o),a=Qu(a),n.opacity=1,function(e){return n.r=i(e),n.g=o(e),n.b=a(e),n+""}});function nd(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(o){for(n=0;n<r;++n)i[n]=e[n]*(1-o)+t[n]*o;return i}}function rd(e,t){var n,r=t?t.length:0,i=e?Math.min(r,e.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=ud(e[n],t[n]);for(;n<r;++n)a[n]=t[n];return function(e){for(n=0;n<i;++n)a[n]=o[n](e);return a}}function id(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function od(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function ad(e,t){var n,r={},i={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?r[n]=ud(e[n],t[n]):i[n]=t[n];return function(e){for(n in r)i[n]=r[n](e);return i}}var sd=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ld=new RegExp(sd.source,"g");function cd(e,t){var n,r,i,o=sd.lastIndex=ld.lastIndex=0,a=-1,s=[],l=[];for(e+="",t+="";(n=sd.exec(e))&&(r=ld.exec(t));)(i=r.index)>o&&(i=t.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:od(n,r)})),o=ld.lastIndex;return o<t.length&&(i=t.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,r=0;r<t;++r)s[(n=l[r]).i]=n.x(e);return s.join("")})}function ud(e,t){var n,r=typeof t;return null==t||"boolean"===r?Zu(t):("number"===r?od:"string"===r?(n=wu(t))?(t=n,ed):cd:t instanceof wu?ed:t instanceof Date?id:function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}(t)?nd:Array.isArray(t)?rd:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?ad:od)(e,t)}function dd(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var fd,hd=180/Math.PI,pd={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function gd(e,t,n,r,i,o){var a,s,l;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(l=e*n+t*r)&&(n-=e*l,r-=t*l),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,l/=s),e*r<t*n&&(e=-e,t=-t,l=-l,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*hd,skewX:Math.atan(l)*hd,scaleX:a,scaleY:s}}function md(e,t,n,r){function i(e){return e.length?e.pop()+" ":""}return function(o,a){var s=[],l=[];return o=e(o),a=e(a),function(e,r,i,o,a,s){if(e!==i||r!==o){var l=a.push("translate(",null,t,null,n);s.push({i:l-4,x:od(e,i)},{i:l-2,x:od(r,o)})}else(i||o)&&a.push("translate("+i+t+o+n)}(o.translateX,o.translateY,a.translateX,a.translateY,s,l),function(e,t,n,o){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),o.push({i:n.push(i(n)+"rotate(",null,r)-2,x:od(e,t)})):t&&n.push(i(n)+"rotate("+t+r)}(o.rotate,a.rotate,s,l),function(e,t,n,o){e!==t?o.push({i:n.push(i(n)+"skewX(",null,r)-2,x:od(e,t)}):t&&n.push(i(n)+"skewX("+t+r)}(o.skewX,a.skewX,s,l),function(e,t,n,r,o,a){if(e!==n||t!==r){var s=o.push(i(o)+"scale(",null,",",null,")");a.push({i:s-4,x:od(e,n)},{i:s-2,x:od(t,r)})}else 1===n&&1===r||o.push(i(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,s,l),o=a=null,function(e){for(var t,n=-1,r=l.length;++n<r;)s[(t=l[n]).i]=t.x(e);return s.join("")}}}var vd=md((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?pd:gd(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),bd=md((function(e){return null==e?pd:(fd||(fd=document.createElementNS("http://www.w3.org/2000/svg","g")),fd.setAttribute("transform",e),(e=fd.transform.baseVal.consolidate())?gd((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):pd)}),", ",")",")");function yd(e){return function t(n){function r(t,r){var i=e((t=Yu(t)).h,(r=Yu(r)).h),o=Ju(t.s,r.s),a=Ju(t.l,r.l),s=Ju(t.opacity,r.opacity);return function(e){return t.h=i(e),t.s=o(e),t.l=a(Math.pow(e,n)),t.opacity=s(e),t+""}}return n=+n,r.gamma=t,r}(1)}yd((function(e,t){var n=t-e;return n?Ku(e,n>180||n<-180?n-360*Math.round(n/360):n):Zu(isNaN(e)?t:e)}));var _d=yd(Ju);function wd(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function xd(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function kd(e){let t,n,r;function i(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<0?i=t+1:o=t}while(i<o)}return i}return 2!==e.length?(t=wd,n=(t,n)=>wd(e(t),n),r=(t,n)=>e(t)-n):(t=e===wd||e===xd?e:Cd,n=e,r=e),{left:i,center:function(e,t,n=0,o=e.length){const a=i(e,t,n,o-1);return a>n&&r(e[a-1],t)>-r(e[a],t)?a-1:a},right:function(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<=0?i=t+1:o=t}while(i<o)}return i}}}function Cd(){return 0}const Sd=kd(wd).right;kd((function(e){return null===e?NaN:+e})).center;class Md extends Map{constructor(e,t=Ad){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,n]of e)this.set(t,n)}get(e){return super.get(Td(this,e))}has(e){return super.has(Td(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}(this,e))}}function Td({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function Ad(e){return null!==e&&"object"==typeof e?e.valueOf():e}const Ld=Math.sqrt(50),Ed=Math.sqrt(10),Nd=Math.sqrt(2);function Od(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=Ld?10:o>=Ed?5:o>=Nd?2:1;let s,l,c;return i<0?(c=Math.pow(10,-i)/a,s=Math.round(e*c),l=Math.round(t*c),s/c<e&&++s,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,s=Math.round(e/c),l=Math.round(t/c),s*c<e&&++s,l*c>t&&--l),l<s&&.5<=n&&n<2?Od(e,t,2*n):[s,l,c]}function Rd(e,t,n){if(!((n=+n)>0))return[];if((e=+e)==(t=+t))return[e];const r=t<e,[i,o,a]=r?Od(t,e,n):Od(e,t,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let e=0;e<s;++e)l[e]=(o-e)/-a;else for(let e=0;e<s;++e)l[e]=(o-e)*a;else if(a<0)for(let e=0;e<s;++e)l[e]=(i+e)/-a;else for(let e=0;e<s;++e)l[e]=(i+e)*a;return l}function Dd(e,t,n){return Od(e=+e,t=+t,n=+n)[2]}function Pd(e,t,n){n=+n;const r=(t=+t)<(e=+e),i=r?Dd(t,e,n):Dd(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}function zd(e,t){let n;if(void 0===t)for(const t of e)null!=t&&(n<t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n<i||void 0===n&&i>=i)&&(n=i)}return n}function Id(e,t){let n;if(void 0===t)for(const t of e)null!=t&&(n>t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n>i||void 0===n&&i>=i)&&(n=i)}return n}function jd(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}function Bd(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this}const Fd=Symbol("implicit");function Hd(){var e=new Md,t=[],n=[],r=Fd;function i(i){let o=e.get(i);if(void 0===o){if(r!==Fd)return r;e.set(i,o=t.push(i)-1)}return n[o%n.length]}return i.domain=function(n){if(!arguments.length)return t.slice();t=[],e=new Md;for(const r of n)e.has(r)||e.set(r,t.push(r)-1);return i},i.range=function(e){return arguments.length?(n=Array.from(e),i):n.slice()},i.unknown=function(e){return arguments.length?(r=e,i):r},i.copy=function(){return Hd(t,n).unknown(r)},jd.apply(i,arguments),i}function $d(){var e,t,n=Hd().unknown(void 0),r=n.domain,i=n.range,o=0,a=1,s=!1,l=0,c=0,u=.5;function d(){var n=r().length,d=a<o,f=d?a:o,h=d?o:a;e=(h-f)/Math.max(1,n-l+2*c),s&&(e=Math.floor(e)),f+=(h-f-e*(n-l))*u,t=e*(1-l),s&&(f=Math.round(f),t=Math.round(t));var p=function(e,t,n){e=+e,t=+t,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((t-e)/n)),o=new Array(i);++r<i;)o[r]=e+r*n;return o}(n).map((function(t){return f+e*t}));return i(d?p.reverse():p)}return delete n.unknown,n.domain=function(e){return arguments.length?(r(e),d()):r()},n.range=function(e){return arguments.length?([o,a]=e,o=+o,a=+a,d()):[o,a]},n.rangeRound=function(e){return[o,a]=e,o=+o,a=+a,s=!0,d()},n.bandwidth=function(){return t},n.step=function(){return e},n.round=function(e){return arguments.length?(s=!!e,d()):s},n.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),d()):l},n.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),d()):l},n.paddingOuter=function(e){return arguments.length?(c=+e,d()):c},n.align=function(e){return arguments.length?(u=Math.max(0,Math.min(1,e)),d()):u},n.copy=function(){return $d(r(),[o,a]).round(s).paddingInner(l).paddingOuter(c).align(u)},jd.apply(d(),arguments)}function Ud(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return Ud(t())},e}function qd(){return Ud($d.apply(null,arguments).paddingInner(1))}function Wd(e){return+e}var Vd=[0,1];function Gd(e){return e}function Yd(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:function(e){return function(){return e}}(isNaN(t)?NaN:.5)}function Xd(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=Yd(i,r),o=n(a,o)):(r=Yd(r,i),o=n(o,a)),function(e){return o(r(e))}}function Zd(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Yd(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(t){var n=Sd(e,t,1,r)-1;return o[n](i[n](t))}}function Kd(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Jd(){var e,t,n,r,i,o,a=Vd,s=Vd,l=ud,c=Gd;function u(){var e=Math.min(a.length,s.length);return c!==Gd&&(c=function(e,t){var n;return e>t&&(n=e,e=t,t=n),function(n){return Math.max(e,Math.min(t,n))}}(a[0],a[e-1])),r=e>2?Zd:Xd,i=o=null,d}function d(t){return null==t||isNaN(t=+t)?n:(i||(i=r(a.map(e),s,l)))(e(c(t)))}return d.invert=function(n){return c(t((o||(o=r(s,a.map(e),od)))(n)))},d.domain=function(e){return arguments.length?(a=Array.from(e,Wd),u()):a.slice()},d.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},d.rangeRound=function(e){return s=Array.from(e),l=dd,u()},d.clamp=function(e){return arguments.length?(c=!!e||Gd,u()):c!==Gd},d.interpolate=function(e){return arguments.length?(l=e,u()):l},d.unknown=function(e){return arguments.length?(n=e,d):n},function(n,r){return e=n,t=r,u()}}function Qd(){return Jd()(Gd,Gd)}function ef(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function tf(e){return(e=ef(Math.abs(e)))?e[1]:NaN}var nf,rf=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function of(e){if(!(t=rf.exec(e)))throw new Error("invalid format: "+e);var t;return new af({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function af(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function sf(e,t){var n=ef(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}of.prototype=af.prototype,af.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var lf={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>sf(100*e,t),r:sf,s:function(e,t){var n=ef(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(nf=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+ef(e,Math.max(0,t+o-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function cf(e){return e}var uf,df,ff,hf=Array.prototype.map,pf=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function gf(e){var t=e.domain;return e.ticks=function(e){var n=t();return Rd(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return function(e,t,n,r){var i,o=Pd(e,t,n);switch((r=of(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(tf(t)/3)))-tf(Math.abs(e)))}(o,a))||(r.precision=i),ff(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,tf(t)-tf(e))+1}(o,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(e){return Math.max(0,-tf(Math.abs(e)))}(o))||(r.precision=i-2*("%"===r.type))}return df(r)}(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,o=t(),a=0,s=o.length-1,l=o[a],c=o[s],u=10;for(c<l&&(i=l,l=c,c=i,i=a,a=s,s=i);u-- >0;){if((i=Dd(l,c,n))===r)return o[a]=l,o[s]=c,t(o);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function mf(){var e=Qd();return e.copy=function(){return Kd(e,mf())},jd.apply(e,arguments),gf(e)}function vf(e,t){var n,r=0,i=(e=e.slice()).length-1,o=e[r],a=e[i];return a<o&&(n=r,r=i,i=n,n=o,o=a,a=n),e[r]=t.floor(o),e[i]=t.ceil(a),e}function bf(e){return Math.log(e)}function yf(e){return Math.exp(e)}function _f(e){return-Math.log(-e)}function wf(e){return-Math.exp(-e)}function xf(e){return isFinite(e)?+("1e"+e):e<0?0:e}function kf(e){return(t,n)=>-e(-t,n)}function Cf(){const e=function(e){const t=e(bf,yf),n=t.domain;let r,i,o=10;function a(){return r=function(e){return e===Math.E?Math.log:10===e&&Math.log10||2===e&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}(o),i=function(e){return 10===e?xf:e===Math.E?Math.exp:t=>Math.pow(e,t)}(o),n()[0]<0?(r=kf(r),i=kf(i),e(_f,wf)):e(bf,yf),t}return t.base=function(e){return arguments.length?(o=+e,a()):o},t.domain=function(e){return arguments.length?(n(e),a()):n()},t.ticks=e=>{const t=n();let a=t[0],s=t[t.length-1];const l=s<a;l&&([a,s]=[s,a]);let c,u,d=r(a),f=r(s);const h=null==e?10:+e;let p=[];if(!(o%1)&&f-d<h){if(d=Math.floor(d),f=Math.ceil(f),a>0){for(;d<=f;++d)for(c=1;c<o;++c)if(u=d<0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}}else for(;d<=f;++d)for(c=o-1;c>=1;--c)if(u=d>0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}2*p.length<h&&(p=Rd(a,s,h))}else p=Rd(d,f,Math.min(f-d,h)).map(i);return l?p.reverse():p},t.tickFormat=(e,n)=>{if(null==e&&(e=10),null==n&&(n=10===o?"s":","),"function"!=typeof n&&(o%1||null!=(n=of(n)).precision||(n.trim=!0),n=df(n)),e===1/0)return n;const a=Math.max(1,o*e/t.ticks().length);return e=>{let t=e/i(Math.round(r(e)));return t*o<o-.5&&(t*=o),t<=a?n(e):""}},t.nice=()=>n(vf(n(),{floor:e=>i(Math.floor(r(e))),ceil:e=>i(Math.ceil(r(e)))})),t}(Jd()).domain([1,10]);return e.copy=()=>Kd(e,Cf()).base(e.base()),jd.apply(e,arguments),e}function Sf(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function Mf(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function Tf(){var e=function(e){var t=1,n=e(Sf(t),Mf(t));return n.constant=function(n){return arguments.length?e(Sf(t=+n),Mf(t)):t},gf(n)}(Jd());return e.copy=function(){return Kd(e,Tf()).constant(e.constant())},jd.apply(e,arguments)}function Af(){var e,t=0,n=1,r=1,i=[.5],o=[0,1];function a(t){return null!=t&&t<=t?o[Sd(i,t,0,r)]:e}function s(){var e=-1;for(i=new Array(r);++e<r;)i[e]=((e+1)*n-(e-r)*t)/(r+1);return a}return a.domain=function(e){return arguments.length?([t,n]=e,t=+t,n=+n,s()):[t,n]},a.range=function(e){return arguments.length?(r=(o=Array.from(e)).length-1,s()):o.slice()},a.invertExtent=function(e){var a=o.indexOf(e);return a<0?[NaN,NaN]:a<1?[t,i[0]]:a>=r?[i[r-1],n]:[i[a-1],i[a]]},a.unknown=function(t){return arguments.length?(e=t,a):a},a.thresholds=function(){return i.slice()},a.copy=function(){return Af().domain([t,n]).range(o).unknown(e)},jd.apply(gf(a),arguments)}uf=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?cf:(t=hf.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?cf:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(hf.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=of(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):lf[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=lf[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?pf[8+nf/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=of(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(tf(t)/3))),i=Math.pow(10,-r),o=pf[8+r/3];return function(e){return n(i*e)+o}}}}({thousands:",",grouping:[3],currency:["$",""]}),df=uf.format,ff=uf.formatPrefix;const Lf=new Date,Ef=new Date;function Nf(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=t=>(e(t=new Date(+t)),t),i.ceil=n=>(e(n=new Date(n-1)),t(n,1),e(n),n),i.round=e=>{const t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=(e,n)=>(t(e=new Date(+e),null==n?1:Math.floor(n)),e),i.range=(n,r,o)=>{const a=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return a;let s;do{a.push(s=new Date(+n)),t(n,o),e(n)}while(s<n&&n<r);return a},i.filter=n=>Nf((t=>{if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),((e,r)=>{if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););})),n&&(i.count=(t,r)=>(Lf.setTime(+t),Ef.setTime(+r),e(Lf),e(Ef),Math.floor(n(Lf,Ef))),i.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?t=>r(t)%e==0:t=>i.count(0,t)%e==0):i:null)),i}const Of=Nf((()=>{}),((e,t)=>{e.setTime(+e+t)}),((e,t)=>t-e));Of.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?Nf((t=>{t.setTime(Math.floor(t/e)*e)}),((t,n)=>{t.setTime(+t+n*e)}),((t,n)=>(n-t)/e)):Of:null),Of.range;const Rf=1e3,Df=6e4,Pf=36e5,zf=864e5,If=6048e5,jf=31536e6,Bf=Nf((e=>{e.setTime(e-e.getMilliseconds())}),((e,t)=>{e.setTime(+e+t*Rf)}),((e,t)=>(t-e)/Rf),(e=>e.getUTCSeconds()));Bf.range;const Ff=Nf((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Rf)}),((e,t)=>{e.setTime(+e+t*Df)}),((e,t)=>(t-e)/Df),(e=>e.getMinutes()));Ff.range;const Hf=Nf((e=>{e.setUTCSeconds(0,0)}),((e,t)=>{e.setTime(+e+t*Df)}),((e,t)=>(t-e)/Df),(e=>e.getUTCMinutes()));Hf.range;const $f=Nf((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Rf-e.getMinutes()*Df)}),((e,t)=>{e.setTime(+e+t*Pf)}),((e,t)=>(t-e)/Pf),(e=>e.getHours()));$f.range;const Uf=Nf((e=>{e.setUTCMinutes(0,0,0)}),((e,t)=>{e.setTime(+e+t*Pf)}),((e,t)=>(t-e)/Pf),(e=>e.getUTCHours()));Uf.range;const qf=Nf((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Df)/zf),(e=>e.getDate()-1));qf.range;const Wf=Nf((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/zf),(e=>e.getUTCDate()-1));Wf.range;const Vf=Nf((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/zf),(e=>Math.floor(e/zf)));function Gf(e){return Nf((t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),((e,t)=>{e.setDate(e.getDate()+7*t)}),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Df)/If))}Vf.range;const Yf=Gf(0),Xf=Gf(1),Zf=Gf(2),Kf=Gf(3),Jf=Gf(4),Qf=Gf(5),eh=Gf(6);function th(e){return Nf((t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)}),((e,t)=>(t-e)/If))}Yf.range,Xf.range,Zf.range,Kf.range,Jf.range,Qf.range,eh.range;const nh=th(0),rh=th(1),ih=th(2),oh=th(3),ah=th(4),sh=th(5),lh=th(6);nh.range,rh.range,ih.range,oh.range,ah.range,sh.range,lh.range;const ch=Nf((e=>{e.setDate(1),e.setHours(0,0,0,0)}),((e,t)=>{e.setMonth(e.getMonth()+t)}),((e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())),(e=>e.getMonth()));ch.range;const uh=Nf((e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)}),((e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())),(e=>e.getUTCMonth()));uh.range;const dh=Nf((e=>{e.setMonth(0,1),e.setHours(0,0,0,0)}),((e,t)=>{e.setFullYear(e.getFullYear()+t)}),((e,t)=>t.getFullYear()-e.getFullYear()),(e=>e.getFullYear()));dh.every=e=>isFinite(e=Math.floor(e))&&e>0?Nf((t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),((t,n)=>{t.setFullYear(t.getFullYear()+n*e)})):null,dh.range;const fh=Nf((e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)}),((e,t)=>t.getUTCFullYear()-e.getUTCFullYear()),(e=>e.getUTCFullYear()));function hh(e,t,n,r,i,o){const a=[[Bf,1,Rf],[Bf,5,5e3],[Bf,15,15e3],[Bf,30,3e4],[o,1,Df],[o,5,3e5],[o,15,9e5],[o,30,18e5],[i,1,Pf],[i,3,108e5],[i,6,216e5],[i,12,432e5],[r,1,zf],[r,2,1728e5],[n,1,If],[t,1,2592e6],[t,3,7776e6],[e,1,jf]];function s(t,n,r){const i=Math.abs(n-t)/r,o=kd((([,,e])=>e)).right(a,i);if(o===a.length)return e.every(Pd(t/jf,n/jf,r));if(0===o)return Of.every(Math.max(Pd(t,n,r),1));const[s,l]=a[i/a[o-1][2]<a[o][2]/i?o-1:o];return s.every(l)}return[function(e,t,n){const r=t<e;r&&([e,t]=[t,e]);const i=n&&"function"==typeof n.range?n:s(e,t,n),o=i?i.range(e,+t+1):[];return r?o.reverse():o},s]}fh.every=e=>isFinite(e=Math.floor(e))&&e>0?Nf((t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null,fh.range;const[ph,gh]=hh(fh,uh,nh,Vf,Uf,Hf),[mh,vh]=hh(dh,ch,Yf,qf,$f,Ff);function bh(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function yh(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function _h(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}var wh,xh,kh,Ch={"-":"",_:" ",0:"0"},Sh=/^\s*\d+/,Mh=/^%/,Th=/[\\^$*+?|[\]().{}]/g;function Ah(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function Lh(e){return e.replace(Th,"\\$&")}function Eh(e){return new RegExp("^(?:"+e.map(Lh).join("|")+")","i")}function Nh(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function Oh(e,t,n){var r=Sh.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Rh(e,t,n){var r=Sh.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function Dh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function Ph(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function zh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function Ih(e,t,n){var r=Sh.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function jh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function Bh(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function Fh(e,t,n){var r=Sh.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function Hh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function $h(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function Uh(e,t,n){var r=Sh.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function qh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function Wh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function Vh(e,t,n){var r=Sh.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function Gh(e,t,n){var r=Sh.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function Yh(e,t,n){var r=Sh.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function Xh(e,t,n){var r=Mh.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function Zh(e,t,n){var r=Sh.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function Kh(e,t,n){var r=Sh.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function Jh(e,t){return Ah(e.getDate(),t,2)}function Qh(e,t){return Ah(e.getHours(),t,2)}function ep(e,t){return Ah(e.getHours()%12||12,t,2)}function tp(e,t){return Ah(1+qf.count(dh(e),e),t,3)}function np(e,t){return Ah(e.getMilliseconds(),t,3)}function rp(e,t){return np(e,t)+"000"}function ip(e,t){return Ah(e.getMonth()+1,t,2)}function op(e,t){return Ah(e.getMinutes(),t,2)}function ap(e,t){return Ah(e.getSeconds(),t,2)}function sp(e){var t=e.getDay();return 0===t?7:t}function lp(e,t){return Ah(Yf.count(dh(e)-1,e),t,2)}function cp(e){var t=e.getDay();return t>=4||0===t?Jf(e):Jf.ceil(e)}function up(e,t){return e=cp(e),Ah(Jf.count(dh(e),e)+(4===dh(e).getDay()),t,2)}function dp(e){return e.getDay()}function fp(e,t){return Ah(Xf.count(dh(e)-1,e),t,2)}function hp(e,t){return Ah(e.getFullYear()%100,t,2)}function pp(e,t){return Ah((e=cp(e)).getFullYear()%100,t,2)}function gp(e,t){return Ah(e.getFullYear()%1e4,t,4)}function mp(e,t){var n=e.getDay();return Ah((e=n>=4||0===n?Jf(e):Jf.ceil(e)).getFullYear()%1e4,t,4)}function vp(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+Ah(t/60|0,"0",2)+Ah(t%60,"0",2)}function bp(e,t){return Ah(e.getUTCDate(),t,2)}function yp(e,t){return Ah(e.getUTCHours(),t,2)}function _p(e,t){return Ah(e.getUTCHours()%12||12,t,2)}function wp(e,t){return Ah(1+Wf.count(fh(e),e),t,3)}function xp(e,t){return Ah(e.getUTCMilliseconds(),t,3)}function kp(e,t){return xp(e,t)+"000"}function Cp(e,t){return Ah(e.getUTCMonth()+1,t,2)}function Sp(e,t){return Ah(e.getUTCMinutes(),t,2)}function Mp(e,t){return Ah(e.getUTCSeconds(),t,2)}function Tp(e){var t=e.getUTCDay();return 0===t?7:t}function Ap(e,t){return Ah(nh.count(fh(e)-1,e),t,2)}function Lp(e){var t=e.getUTCDay();return t>=4||0===t?ah(e):ah.ceil(e)}function Ep(e,t){return e=Lp(e),Ah(ah.count(fh(e),e)+(4===fh(e).getUTCDay()),t,2)}function Np(e){return e.getUTCDay()}function Op(e,t){return Ah(rh.count(fh(e)-1,e),t,2)}function Rp(e,t){return Ah(e.getUTCFullYear()%100,t,2)}function Dp(e,t){return Ah((e=Lp(e)).getUTCFullYear()%100,t,2)}function Pp(e,t){return Ah(e.getUTCFullYear()%1e4,t,4)}function zp(e,t){var n=e.getUTCDay();return Ah((e=n>=4||0===n?ah(e):ah.ceil(e)).getUTCFullYear()%1e4,t,4)}function Ip(){return"+0000"}function jp(){return"%"}function Bp(e){return+e}function Fp(e){return Math.floor(+e/1e3)}function Hp(e){return new Date(e)}function $p(e){return e instanceof Date?+e:+new Date(+e)}function Up(e,t,n,r,i,o,a,s,l,c){var u=Qd(),d=u.invert,f=u.domain,h=c(".%L"),p=c(":%S"),g=c("%I:%M"),m=c("%I %p"),v=c("%a %d"),b=c("%b %d"),y=c("%B"),_=c("%Y");function w(e){return(l(e)<e?h:s(e)<e?p:a(e)<e?g:o(e)<e?m:r(e)<e?i(e)<e?v:b:n(e)<e?y:_)(e)}return u.invert=function(e){return new Date(d(e))},u.domain=function(e){return arguments.length?f(Array.from(e,$p)):f().map(Hp)},u.ticks=function(t){var n=f();return e(n[0],n[n.length-1],null==t?10:t)},u.tickFormat=function(e,t){return null==t?w:c(t)},u.nice=function(e){var n=f();return e&&"function"==typeof e.range||(e=t(n[0],n[n.length-1],null==e?10:e)),e?f(vf(n,e)):u},u.copy=function(){return Kd(u,Up(e,t,n,r,i,o,a,s,l,c))},u}function qp(){return jd.apply(Up(ph,gh,fh,uh,nh,Wf,Uf,Hf,Bf,kh).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Wp(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Vp(){var e=gf(function(){var e,t,n,r,i,o=0,a=1,s=Gd,l=!1;function c(t){return null==t||isNaN(t=+t)?i:s(0===n?.5:(t=(r(t)-e)*n,l?Math.max(0,Math.min(1,t)):t))}function u(e){return function(t){var n,r;return arguments.length?([n,r]=t,s=e(n,r),c):[s(0),s(1)]}}return c.domain=function(i){return arguments.length?([o,a]=i,e=r(o=+o),t=r(a=+a),n=e===t?0:1/(t-e),c):[o,a]},c.clamp=function(e){return arguments.length?(l=!!e,c):l},c.interpolator=function(e){return arguments.length?(s=e,c):s},c.range=u(ud),c.rangeRound=u(dd),c.unknown=function(e){return arguments.length?(i=e,c):i},function(i){return r=i,e=i(o),t=i(a),n=e===t?0:1/(t-e),c}}()(Gd));return e.copy=function(){return Wp(e,Vp())},Bd.apply(e,arguments)}function Gp(){var e=gf(function(){var e,t,n,r,i,o,a,s=0,l=.5,c=1,u=1,d=Gd,f=!1;function h(e){return isNaN(e=+e)?a:(e=.5+((e=+o(e))-t)*(u*e<u*t?r:i),d(f?Math.max(0,Math.min(1,e)):e))}function p(e){return function(t){var n,r,i;return arguments.length?([n,r,i]=t,d=function(e,t){void 0===t&&(t=e,e=ud);for(var n=0,r=t.length-1,i=t[0],o=new Array(r<0?0:r);n<r;)o[n]=e(i,i=t[++n]);return function(e){var t=Math.max(0,Math.min(r-1,Math.floor(e*=r)));return o[t](e-t)}}(e,[n,r,i]),h):[d(0),d(.5),d(1)]}}return h.domain=function(a){return arguments.length?([s,l,c]=a,e=o(s=+s),t=o(l=+l),n=o(c=+c),r=e===t?0:.5/(t-e),i=t===n?0:.5/(n-t),u=t<e?-1:1,h):[s,l,c]},h.clamp=function(e){return arguments.length?(f=!!e,h):f},h.interpolator=function(e){return arguments.length?(d=e,h):d},h.range=p(ud),h.rangeRound=p(dd),h.unknown=function(e){return arguments.length?(a=e,h):a},function(a){return o=a,e=a(s),t=a(l),n=a(c),r=e===t?0:.5/(t-e),i=t===n?0:.5/(n-t),u=t<e?-1:1,h}}()(Gd));return e.copy=function(){return Wp(e,Gp())},Bd.apply(e,arguments)}wh=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=Eh(i),u=Nh(i),d=Eh(o),f=Nh(o),h=Eh(a),p=Nh(a),g=Eh(s),m=Nh(s),v=Eh(l),b=Nh(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:Jh,e:Jh,f:rp,g:pp,G:mp,H:Qh,I:ep,j:tp,L:np,m:ip,M:op,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:Bp,s:Fp,S:ap,u:sp,U:lp,V:up,w:dp,W:fp,x:null,X:null,y:hp,Y:gp,Z:vp,"%":jp},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:bp,e:bp,f:kp,g:Dp,G:zp,H:yp,I:_p,j:wp,L:xp,m:Cp,M:Sp,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:Bp,s:Fp,S:Mp,u:Tp,U:Ap,V:Ep,w:Np,W:Op,x:null,X:null,y:Rp,Y:Pp,Z:Ip,"%":jp},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:$h,e:$h,f:Yh,g:jh,G:Ih,H:qh,I:qh,j:Uh,L:Gh,m:Hh,M:Wh,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:Fh,Q:Zh,s:Kh,S:Vh,u:Rh,U:Dh,V:Ph,w:Oh,W:zh,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:jh,Y:Ih,Z:Bh,"%":Xh};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=Ch[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=_h(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=yh(_h(o.y,0,1))).getUTCDay(),r=i>4||0===i?rh.ceil(r):rh(r),r=Wf.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=bh(_h(o.y,0,1))).getDay(),r=i>4||0===i?Xf.ceil(r):Xf(r),r=qf.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?yh(_h(o.y,0,1)).getUTCDay():bh(_h(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,yh(o)):bh(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in Ch?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),xh=wh.format,wh.parse,kh=wh.utcFormat,wh.utcParse;const Yp=["failed","broken","passed","skipped","unknown"],Xp=new Set(["failed","broken"]),Zp=new Set(["passed"]),Kp=new Set([...Xp,...Zp]),Jp=e=>{const t=new Set(e);return e=>t.has(e.status)};var Qp;Jp(Zp),Jp(Xp),Jp(Kp),function(e){e.Amazon="amazon",e.Azure="azure",e.Bitbucket="bitbucket",e.Circle="circle",e.Drone="drone",e.Github="github",e.Gitlab="gitlab",e.Jenkins="jenkins",e.Local="local"}(Qp||(Qp={}));const eg=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],tg=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of eg){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")};var ng;function rg(e){return function(){return e}}!function(e){e.TestResults="test-results.json",e.TestCases="test-cases.json",e.Fixtures="fixtures.json",e.GlobalErrors="global-errors.json",e.GlobalAttachments="global-attachments.json",e.Attachments="attachments.json",e.Environments="environments.json",e.ReportVariables="report-variables.json",e.IndexAttachmentsByTestResults="index-attachments-by-test-results.json",e.IndexTestResultsByHistoryId="index-test-results-by-history-id.json",e.IndexTestResultsByTestCase="index-test-results-by-test-case.json",e.IndexLatestEnvTestResultsByHistoryId="index-latest-env-test-results-by-history-id.json",e.IndexAttachmentsByFixture="index-attachments-by-fixture.json",e.IndexFixturesByTestResult="index-fixtures-by-test-result.json",e.IndexKnownByHistoryId="index-known-by-history-id.json",e.QualityGateResultsByRules="quality-gate-results-by-rules.json"}(ng||(ng={}));const ig=Math.abs,og=Math.atan2,ag=Math.cos,sg=Math.max,lg=Math.min,cg=Math.sin,ug=Math.sqrt,dg=1e-12,fg=Math.PI,hg=fg/2,pg=2*fg;function gg(e){return e>=1?hg:e<=-1?-hg:Math.asin(e)}const mg=Math.PI,vg=2*mg,bg=1e-6,yg=vg-bg;function _g(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}let wg=class{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==e?_g:function(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return _g;const n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=Math.round(arguments[t]*n)/n+e[t]}}(e)}moveTo(e,t){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,t){this._append`L${this._x1=+e},${this._y1=+t}`}quadraticCurveTo(e,t,n,r){this._append`Q${+e},${+t},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(e,t,n,r,i,o){this._append`C${+e},${+t},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(e,t,n,r,i){if(e=+e,t=+t,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-e,l=r-t,c=o-e,u=a-t,d=c*c+u*u;if(null===this._x1)this._append`M${this._x1=e},${this._y1=t}`;else if(d>bg)if(Math.abs(u*s-l*c)>bg&&i){let f=n-o,h=r-a,p=s*s+l*l,g=f*f+h*h,m=Math.sqrt(p),v=Math.sqrt(d),b=i*Math.tan((mg-Math.acos((p+d-g)/(2*m*v)))/2),y=b/v,_=b/m;Math.abs(y-1)>bg&&this._append`L${e+y*c},${t+y*u}`,this._append`A${i},${i},0,0,${+(u*f>c*h)},${this._x1=e+_*s},${this._y1=t+_*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,o){if(e=+e,t=+t,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=e+a,c=t+s,u=1^o,d=o?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>bg||Math.abs(this._y1-c)>bg)&&this._append`L${l},${c}`,n&&(d<0&&(d=d%vg+vg),d>yg?this._append`A${n},${n},0,1,${u},${e-a},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:d>bg&&this._append`A${n},${n},0,${+(d>=mg)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}};function xg(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{const e=Math.floor(n);if(!(e>=0))throw new RangeError(`invalid digits: ${n}`);t=e}return e},()=>new wg(t)}function kg(e){return e.innerRadius}function Cg(e){return e.outerRadius}function Sg(e){return e.startAngle}function Mg(e){return e.endAngle}function Tg(e){return e&&e.padAngle}function Ag(e,t,n,r,i,o,a){var s=e-n,l=t-r,c=(a?o:-o)/ug(s*s+l*l),u=c*l,d=-c*s,f=e+u,h=t+d,p=n+u,g=r+d,m=(f+p)/2,v=(h+g)/2,b=p-f,y=g-h,_=b*b+y*y,w=i-o,x=f*g-p*h,k=(y<0?-1:1)*ug(sg(0,w*w*_-x*x)),C=(x*y-b*k)/_,S=(-x*b-y*k)/_,M=(x*y+b*k)/_,T=(-x*b+y*k)/_,A=C-m,L=S-v,E=M-m,N=T-v;return A*A+L*L>E*E+N*N&&(C=M,S=T),{cx:C,cy:S,x01:-u,y01:-d,x11:C*(i/w-1),y11:S*(i/w-1)}}function Lg(){var e=kg,t=Cg,n=rg(0),r=null,i=Sg,o=Mg,a=Tg,s=null,l=xg(c);function c(){var c,u,d=+e.apply(this,arguments),f=+t.apply(this,arguments),h=i.apply(this,arguments)-hg,p=o.apply(this,arguments)-hg,g=ig(p-h),m=p>h;if(s||(s=c=l()),f<d&&(u=f,f=d,d=u),f>dg)if(g>pg-dg)s.moveTo(f*ag(h),f*cg(h)),s.arc(0,0,f,h,p,!m),d>dg&&(s.moveTo(d*ag(p),d*cg(p)),s.arc(0,0,d,p,h,m));else{var v,b,y=h,_=p,w=h,x=p,k=g,C=g,S=a.apply(this,arguments)/2,M=S>dg&&(r?+r.apply(this,arguments):ug(d*d+f*f)),T=lg(ig(f-d)/2,+n.apply(this,arguments)),A=T,L=T;if(M>dg){var E=gg(M/d*cg(S)),N=gg(M/f*cg(S));(k-=2*E)>dg?(w+=E*=m?1:-1,x-=E):(k=0,w=x=(h+p)/2),(C-=2*N)>dg?(y+=N*=m?1:-1,_-=N):(C=0,y=_=(h+p)/2)}var O=f*ag(y),R=f*cg(y),D=d*ag(x),P=d*cg(x);if(T>dg){var z,I=f*ag(_),j=f*cg(_),B=d*ag(w),F=d*cg(w);if(g<fg)if(z=function(e,t,n,r,i,o,a,s){var l=n-e,c=r-t,u=a-i,d=s-o,f=d*l-u*c;if(!(f*f<dg))return[e+(f=(u*(t-o)-d*(e-i))/f)*l,t+f*c]}(O,R,B,F,I,j,D,P)){var H=O-z[0],$=R-z[1],U=I-z[0],q=j-z[1],W=1/cg(function(e){return e>1?0:e<-1?fg:Math.acos(e)}((H*U+$*q)/(ug(H*H+$*$)*ug(U*U+q*q)))/2),V=ug(z[0]*z[0]+z[1]*z[1]);A=lg(T,(d-V)/(W-1)),L=lg(T,(f-V)/(W+1))}else A=L=0}C>dg?L>dg?(v=Ag(B,F,O,R,f,L,m),b=Ag(I,j,D,P,f,L,m),s.moveTo(v.cx+v.x01,v.cy+v.y01),L<T?s.arc(v.cx,v.cy,L,og(v.y01,v.x01),og(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,L,og(v.y01,v.x01),og(v.y11,v.x11),!m),s.arc(0,0,f,og(v.cy+v.y11,v.cx+v.x11),og(b.cy+b.y11,b.cx+b.x11),!m),s.arc(b.cx,b.cy,L,og(b.y11,b.x11),og(b.y01,b.x01),!m))):(s.moveTo(O,R),s.arc(0,0,f,y,_,!m)):s.moveTo(O,R),d>dg&&k>dg?A>dg?(v=Ag(D,P,I,j,d,-A,m),b=Ag(O,R,B,F,d,-A,m),s.lineTo(v.cx+v.x01,v.cy+v.y01),A<T?s.arc(v.cx,v.cy,A,og(v.y01,v.x01),og(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,A,og(v.y01,v.x01),og(v.y11,v.x11),!m),s.arc(0,0,d,og(v.cy+v.y11,v.cx+v.x11),og(b.cy+b.y11,b.cx+b.x11),m),s.arc(b.cx,b.cy,A,og(b.y11,b.x11),og(b.y01,b.x01),!m))):s.arc(0,0,d,x,w,m):s.lineTo(D,P)}else s.moveTo(0,0);if(s.closePath(),c)return s=null,c+""||null}return c.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-fg/2;return[ag(r)*n,cg(r)*n]},c.innerRadius=function(t){return arguments.length?(e="function"==typeof t?t:rg(+t),c):e},c.outerRadius=function(e){return arguments.length?(t="function"==typeof e?e:rg(+e),c):t},c.cornerRadius=function(e){return arguments.length?(n="function"==typeof e?e:rg(+e),c):n},c.padRadius=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:rg(+e),c):r},c.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:rg(+e),c):i},c.endAngle=function(e){return arguments.length?(o="function"==typeof e?e:rg(+e),c):o},c.padAngle=function(e){return arguments.length?(a="function"==typeof e?e:rg(+e),c):a},c.context=function(e){return arguments.length?(s=null==e?null:e,c):s},c}function Eg(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Ng(e){this._context=e}function Og(e){return new Ng(e)}function Rg(e){return e[0]}function Dg(e){return e[1]}function Pg(e,t){var n=rg(!0),r=null,i=Og,o=null,a=xg(s);function s(s){var l,c,u,d=(s=Eg(s)).length,f=!1;for(null==r&&(o=i(u=a())),l=0;l<=d;++l)!(l<d&&n(c=s[l],l,s))===f&&((f=!f)?o.lineStart():o.lineEnd()),f&&o.point(+e(c,l,s),+t(c,l,s));if(u)return o=null,u+""||null}return e="function"==typeof e?e:void 0===e?Rg:rg(e),t="function"==typeof t?t:void 0===t?Dg:rg(t),s.x=function(t){return arguments.length?(e="function"==typeof t?t:rg(+t),s):e},s.y=function(e){return arguments.length?(t="function"==typeof e?e:rg(+e),s):t},s.defined=function(e){return arguments.length?(n="function"==typeof e?e:rg(!!e),s):n},s.curve=function(e){return arguments.length?(i=e,null!=r&&(o=i(r)),s):i},s.context=function(e){return arguments.length?(null==e?r=o=null:o=i(r=e),s):r},s}function zg(e,t,n){var r=null,i=rg(!0),o=null,a=Og,s=null,l=xg(c);function c(c){var u,d,f,h,p,g=(c=Eg(c)).length,m=!1,v=new Array(g),b=new Array(g);for(null==o&&(s=a(p=l())),u=0;u<=g;++u){if(!(u<g&&i(h=c[u],u,c))===m)if(m=!m)d=u,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),f=u-1;f>=d;--f)s.point(v[f],b[f]);s.lineEnd(),s.areaEnd()}m&&(v[u]=+e(h,u,c),b[u]=+t(h,u,c),s.point(r?+r(h,u,c):v[u],n?+n(h,u,c):b[u]))}if(p)return s=null,p+""||null}function u(){return Pg().defined(i).curve(a).context(o)}return e="function"==typeof e?e:void 0===e?Rg:rg(+e),t="function"==typeof t?t:rg(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?Dg:rg(+n),c.x=function(t){return arguments.length?(e="function"==typeof t?t:rg(+t),r=null,c):e},c.x0=function(t){return arguments.length?(e="function"==typeof t?t:rg(+t),c):e},c.x1=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:rg(+e),c):r},c.y=function(e){return arguments.length?(t="function"==typeof e?e:rg(+e),n=null,c):t},c.y0=function(e){return arguments.length?(t="function"==typeof e?e:rg(+e),c):t},c.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:rg(+e),c):n},c.lineX0=c.lineY0=function(){return u().x(e).y(t)},c.lineY1=function(){return u().x(e).y(n)},c.lineX1=function(){return u().x(r).y(t)},c.defined=function(e){return arguments.length?(i="function"==typeof e?e:rg(!!e),c):i},c.curve=function(e){return arguments.length?(a=e,null!=o&&(s=a(o)),c):a},c.context=function(e){return arguments.length?(null==e?o=s=null:s=a(o=e),c):o},c}function Ig(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function jg(e){return e}function Bg(){var e=jg,t=Ig,n=null,r=rg(0),i=rg(pg),o=rg(0);function a(a){var s,l,c,u,d,f=(a=Eg(a)).length,h=0,p=new Array(f),g=new Array(f),m=+r.apply(this,arguments),v=Math.min(pg,Math.max(-pg,i.apply(this,arguments)-m)),b=Math.min(Math.abs(v)/f,o.apply(this,arguments)),y=b*(v<0?-1:1);for(s=0;s<f;++s)(d=g[p[s]=s]=+e(a[s],s,a))>0&&(h+=d);for(null!=t?p.sort((function(e,n){return t(g[e],g[n])})):null!=n&&p.sort((function(e,t){return n(a[e],a[t])})),s=0,c=h?(v-f*y)/h:0;s<f;++s,m=u)l=p[s],u=m+((d=g[l])>0?d*c:0)+y,g[l]={data:a[l],index:s,value:d,startAngle:m,endAngle:u,padAngle:b};return g}return a.value=function(t){return arguments.length?(e="function"==typeof t?t:rg(+t),a):e},a.sortValues=function(e){return arguments.length?(t=e,n=null,a):t},a.sort=function(e){return arguments.length?(n=e,t=null,a):n},a.startAngle=function(e){return arguments.length?(r="function"==typeof e?e:rg(+e),a):r},a.endAngle=function(e){return arguments.length?(i="function"==typeof e?e:rg(+e),a):i},a.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:rg(+e),a):o},a}function Fg(){}function Hg(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function $g(e){this._context=e}function Ug(e){return new $g(e)}function qg(e){this._context=e}function Wg(e){this._context=e}function Vg(e,t){this._basis=new $g(e),this._beta=t}Ng.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}},$g.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Hg(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Hg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},qg.prototype={areaStart:Fg,areaEnd:Fg,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Hg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Wg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:Hg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Vg.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],o=t[0],a=e[n]-i,s=t[n]-o,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*a),this._beta*t[l]+(1-this._beta)*(o+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};var Gg=function e(t){function n(e){return 1===t?new $g(e):new Vg(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function Yg(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function Xg(e,t){this._context=e,this._k=(1-t)/6}Xg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Yg(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:Yg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Zg=function e(t){function n(e){return new Xg(e,t)}return n.tension=function(t){return e(+t)},n}(0);function Kg(e,t){this._context=e,this._k=(1-t)/6}Kg.prototype={areaStart:Fg,areaEnd:Fg,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Yg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Jg=function e(t){function n(e){return new Kg(e,t)}return n.tension=function(t){return e(+t)},n}(0);function Qg(e,t){this._context=e,this._k=(1-t)/6}Qg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Yg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var em=function e(t){function n(e){return new Qg(e,t)}return n.tension=function(t){return e(+t)},n}(0);function tm(e,t,n){var r=e._x1,i=e._y1,o=e._x2,a=e._y2;if(e._l01_a>dg){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>dg){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);o=(o*c+e._x1*e._l23_2a-t*e._l12_2a)/u,a=(a*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,o,a,e._x2,e._y2)}function nm(e,t){this._context=e,this._alpha=t}nm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:tm(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var rm=function e(t){function n(e){return t?new nm(e,t):new Xg(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function im(e,t){this._context=e,this._alpha=t}im.prototype={areaStart:Fg,areaEnd:Fg,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:tm(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var om=function e(t){function n(e){return t?new im(e,t):new Kg(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function am(e,t){this._context=e,this._alpha=t}am.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:tm(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var sm=function e(t){function n(e){return t?new am(e,t):new Qg(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function lm(e){this._context=e}function cm(e){return e<0?-1:1}function um(e,t,n){var r=e._x1-e._x0,i=t-e._x1,o=(e._y1-e._y0)/(r||i<0&&-0),a=(n-e._y1)/(i||r<0&&-0),s=(o*i+a*r)/(r+i);return(cm(o)+cm(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(s))||0}function dm(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function fm(e,t,n){var r=e._x0,i=e._y0,o=e._x1,a=e._y1,s=(o-r)/3;e._context.bezierCurveTo(r+s,i+s*t,o-s,a-s*n,o,a)}function hm(e){this._context=e}function pm(e){this._context=new gm(e)}function gm(e){this._context=e}function mm(e){this._context=e}function vm(e){var t,n,r=e.length-1,i=new Array(r),o=new Array(r),a=new Array(r);for(i[0]=0,o[0]=2,a[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,o[t]=4,a[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,o[r-1]=7,a[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/o[t-1],o[t]-=n,a[t]-=n*a[t-1];for(i[r-1]=a[r-1]/o[r-1],t=r-2;t>=0;--t)i[t]=(a[t]-i[t+1])/o[t];for(o[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)o[t]=2*e[t+1]-i[t+1];return[i,o]}function bm(e,t){this._context=e,this._t=t}function ym(e,t){if((i=e.length)>1)for(var n,r,i,o=1,a=e[t[0]],s=a.length;o<i;++o)for(r=a,a=e[t[o]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(r[n][1])?r[n][0]:r[n][1]}function _m(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function wm(e,t){return e[t]}function xm(e){const t=[];return t.key=e,t}function km(e,t){if((s=e.length)>0)for(var n,r,i,o,a,s,l=0,c=e[t[0]].length;l<c;++l)for(o=a=0,n=0;n<s;++n)(i=(r=e[t[n]][l])[1]-r[0])>0?(r[0]=o,r[1]=o+=i):i<0?(r[1]=a,r[0]=a+=i):(r[0]=0,r[1]=i)}lm.prototype={areaStart:Fg,areaEnd:Fg,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}},hm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:fm(this,this._t0,dm(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(t=+t,(e=+e)!==this._x1||t!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,fm(this,dm(this,n=um(this,e,t)),n);break;default:fm(this,this._t0,n=um(this,e,t))}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}},(pm.prototype=Object.create(hm.prototype)).point=function(e,t){hm.prototype.point.call(this,t,e)},gm.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,o){this._context.bezierCurveTo(t,e,r,n,o,i)}},mm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),2===n)this._context.lineTo(e[1],t[1]);else for(var r=vm(e),i=vm(t),o=0,a=1;a<n;++o,++a)this._context.bezierCurveTo(r[0][o],i[0][o],r[1][o],i[1][o],e[a],t[a]);(this._line||0!==this._line&&1===n)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}},bm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&2===this._point&&this._context.lineTo(this._x,this._y),(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}};const Cm=()=>Lg().innerRadius(40).outerRadius(50).cornerRadius(2).padAngle(.03);Bg().value((e=>e.count)).padAngle(.03).sortValues(((e,t)=>e-t)),Cm(),Cm().padAngle(0).cornerRadius(0);new class extends Array{constructor(){super()}includes(){return!0}};var Sm="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:"undefined"!=typeof self?self:{};function Mm(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Tm,Am,Lm={},Em={},Nm={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""},Om={Aacute:"Á",aacute:"á",Acirc:"Â",acirc:"â",acute:"´",AElig:"Æ",aelig:"æ",Agrave:"À",agrave:"à",amp:"&",AMP:"&",Aring:"Å",aring:"å",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",brvbar:"¦",Ccedil:"Ç",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",Eacute:"É",eacute:"é",Ecirc:"Ê",ecirc:"ê",Egrave:"È",egrave:"è",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",Iacute:"Í",iacute:"í",Icirc:"Î",icirc:"î",iexcl:"¡",Igrave:"Ì",igrave:"ì",iquest:"¿",Iuml:"Ï",iuml:"ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",Ntilde:"Ñ",ntilde:"ñ",Oacute:"Ó",oacute:"ó",Ocirc:"Ô",ocirc:"ô",Ograve:"Ò",ograve:"ò",ordf:"ª",ordm:"º",Oslash:"Ø",oslash:"ø",Otilde:"Õ",otilde:"õ",Ouml:"Ö",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",THORN:"Þ",thorn:"þ",times:"×",Uacute:"Ú",uacute:"ú",Ucirc:"Û",ucirc:"û",Ugrave:"Ù",ugrave:"ù",uml:"¨",Uuml:"Ü",uuml:"ü",Yacute:"Ý",yacute:"ý",yen:"¥",yuml:"ÿ"},Rm={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'},Dm={},Pm={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};function zm(){if(Am)return Em;Am=1;var e=Em&&Em.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Em,"__esModule",{value:!0}),Em.decodeHTML=Em.decodeHTMLStrict=Em.decodeXML=void 0;var t=e(Nm),n=e(Om),r=e(Rm),i=e(function(){if(Tm)return Dm;Tm=1;var e=Dm&&Dm.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Dm,"__esModule",{value:!0});var t=e(Pm),n=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)};return Dm.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in t.default&&(e=t.default[e]),n(e))},Dm}()),o=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function a(e){var t=l(e);return function(e){return String(e).replace(o,t)}}Em.decodeXML=a(r.default),Em.decodeHTMLStrict=a(t.default);var s=function(e,t){return e<t?1:-1};function l(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?i.default(parseInt(t.substr(3),16)):i.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}return Em.decodeHTML=function(){for(var e=Object.keys(n.default).sort(s),r=Object.keys(t.default).sort(s),i=0,o=0;i<r.length;i++)e[o]===r[i]?(r[i]+=";?",o++):r[i]+=";";var a=new RegExp("&(?:"+r.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),c=l(t.default);function u(e){return";"!==e.substr(-1)&&(e+=";"),c(e)}return function(e){return String(e).replace(a,u)}}(),Em}var Im,jm,Bm,Fm,Hm={};function $m(){if(Im)return Hm;Im=1;var e=Hm&&Hm.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Hm,"__esModule",{value:!0}),Hm.escapeUTF8=Hm.escape=Hm.encodeNonAsciiHTML=Hm.encodeHTML=Hm.encodeXML=void 0;var t=o(e(Rm).default),n=a(t);Hm.encodeXML=d(t);var r=o(e(Nm).default),i=a(r);function o(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function a(e){for(var t=[],n=[],r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];1===o.length?t.push("\\"+o):n.push(o)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var l=1+s-a;l<3||t.splice(a,l,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}Hm.encodeHTML=function(e,t){return function(n){return n.replace(t,(function(t){return e[t]})).replace(s,c)}}(r,i),Hm.encodeNonAsciiHTML=d(r);var s=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,l=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function c(e){return"&#x"+(e.length>1?l(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var u=new RegExp(n.source+"|"+s.source,"g");function d(e){return function(t){return t.replace(u,(function(t){return e[t]||c(t)}))}}return Hm.escape=function(e){return e.replace(u,c)},Hm.escapeUTF8=function(e){return e.replace(n,c)},Hm}var Um=function(){if(Fm)return Bm;function e(e,n){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(e))||n){r&&(e=r);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw a}}}}function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}Fm=1;var n=(jm||(jm=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.encodeHTML5=e.encodeHTML4=e.escapeUTF8=e.escape=e.encodeNonAsciiHTML=e.encodeHTML=e.encodeXML=e.encode=e.decodeStrict=e.decode=void 0;var t=zm(),n=$m();e.decode=function(e,n){return(!n||n<=0?t.decodeXML:t.decodeHTML)(e)},e.decodeStrict=function(e,n){return(!n||n<=0?t.decodeXML:t.decodeHTMLStrict)(e)},e.encode=function(e,t){return(!t||t<=0?n.encodeXML:n.encodeHTML)(e)};var r=$m();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return r.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return r.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return r.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return r.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return r.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return r.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return r.encodeHTML}});var i=zm();Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return i.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return i.decodeXML}})}(Lm)),Lm),r={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:function(){var t={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"};return s(0,5).forEach((function(n){s(0,5).forEach((function(r){s(0,5).forEach((function(o){return function(t,n,r,o){var a=t>0?40*t+55:0,s=n>0?40*n+55:0,l=r>0?40*r+55:0;o[16+36*t+6*n+r]=function(t){var n,r=[],o=e(t);try{for(o.s();!(n=o.n()).done;){var a=n.value;r.push(i(a))}}catch(t){o.e(t)}finally{o.f()}return"#"+r.join("")}([a,s,l])}(n,r,o,t)}))}))})),s(0,23).forEach((function(e){var n=e+232,r=i(10*e+8);t[n]="#"+r+r+r})),t}()};function i(e){for(var t=e.toString(16);t.length<2;)t="0"+t;return t}function o(e,t,r,i){var o;return"text"===t?o=function(e,t){return t.escapeXML?n.encodeXML(e):e}(r,i):"display"===t?o=function(e,t,n){var r,i={"-1":function(){return"<br/>"},0:function(){return e.length&&a(e)},1:function(){return c(e,"b")},3:function(){return c(e,"i")},4:function(){return c(e,"u")},8:function(){return u(e,"display:none")},9:function(){return c(e,"strike")},22:function(){return u(e,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return h(e,"i")},24:function(){return h(e,"u")},39:function(){return d(e,n.fg)},49:function(){return f(e,n.bg)},53:function(){return u(e,"text-decoration:overline")}};return i[t=parseInt(t,10)]?r=i[t]():4<t&&t<7?r=c(e,"blink"):29<t&&t<38?r=d(e,n.colors[t-30]):39<t&&t<48?r=f(e,n.colors[t-40]):89<t&&t<98?r=d(e,n.colors[t-90+8]):99<t&&t<108&&(r=f(e,n.colors[t-100+8])),r}(e,r,i):"xterm256Foreground"===t?o=d(e,i.colors[r]):"xterm256Background"===t?o=f(e,i.colors[r]):"rgb"===t&&(o=function(e,t){var n=+(t=t.substring(2).slice(0,-1)).substr(0,2),r=t.substring(5).split(";").map((function(e){return("0"+Number(e).toString(16)).substr(-2)})).join("");return u(e,(38===n?"color:#":"background-color:#")+r)}(e,r)),o}function a(e){var t=e.slice(0);return e.length=0,t.reverse().map((function(e){return"</"+e+">"})).join("")}function s(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n}function l(e){var t=null;return 0===(e=parseInt(e,10))?t="all":1===e?t="bold":2<e&&e<5?t="underline":4<e&&e<7?t="blink":8===e?t="hide":9===e?t="strike":29<e&&e<38||39===e||89<e&&e<98?t="foreground-color":(39<e&&e<48||49===e||99<e&&e<108)&&(t="background-color"),t}function c(e,t,n){return n||(n=""),e.push(t),"<".concat(t).concat(n?' style="'.concat(n,'"'):"",">")}function u(e,t){return c(e,"span",t)}function d(e,t){return c(e,"span","color:"+t)}function f(e,t){return c(e,"span","background-color:"+t)}function h(e,t){var n;if(e.slice(-1)[0]===t&&(n=e.pop()),n)return"</"+t+">"}var p=function(){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(e=e||{}).colors&&(e.colors=Object.assign({},r.colors,e.colors)),this.options=Object.assign({},r,e),this.stack=[],this.stickyStack=[]}return function(e,t){t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t)}(t,[{key:"toHtml",value:function(t){var n=this;t="string"==typeof t?[t]:t;var r=this.stack,i=this.options,s=[];return this.stickyStack.forEach((function(e){var t=o(r,e.token,e.data,i);t&&s.push(t)})),function(t,n,r){var i=!1;function o(){return""}function a(e){return n.newline?r("display",-1):r("text",e),""}var s=[{pattern:/^\x08+/,sub:o},{pattern:/^\x1b\[[012]?K/,sub:o},{pattern:/^\x1b\[\(B/,sub:o},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:function(e){return r("rgb",e),""}},{pattern:/^\x1b\[38;5;(\d+)m/,sub:function(e,t){return r("xterm256Foreground",t),""}},{pattern:/^\x1b\[48;5;(\d+)m/,sub:function(e,t){return r("xterm256Background",t),""}},{pattern:/^\n/,sub:a},{pattern:/^\r+\n/,sub:a},{pattern:/^\r/,sub:a},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:function(t,n){i=!0,0===n.trim().length&&(n="0");var o,a=e(n=n.trimRight(";").split(";"));try{for(a.s();!(o=a.n()).done;){var s=o.value;r("display",s)}}catch(t){a.e(t)}finally{a.f()}return""}},{pattern:/^\x1b\[\d?J/,sub:o},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:o},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:o},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:function(e){return r("text",e),""}}];function l(e,n){n>3&&i||(i=!1,t=t.replace(e.pattern,e.sub))}var c=[],u=t.length;e:for(;u>0;){for(var d=0,f=0,h=s.length;f<h;d=++f)if(l(s[d],d),t.length!==u){u=t.length;continue e}if(t.length===u)break;c.push(0),u=t.length}}(t.join(""),i,(function(e,t){var a=o(r,e,t,i);a&&s.push(a),i.stream&&(n.stickyStack=function(e,t,n){var r;return"text"!==t&&(e=e.filter((r=l(n),function(e){return(null===r||e.category!==r)&&"all"!==r}))).push({token:t,data:n,category:l(n)}),e}(n.stickyStack,e,t))})),r.length&&s.push(a(r)),s.join("")}}]),t}();return Bm=p}(),qm=Mm(Um);const Wm=/\x1B\[[0-9;?]*[ -/]*[@-~]/g,{entries:Vm,setPrototypeOf:Gm,isFrozen:Ym,getPrototypeOf:Xm,getOwnPropertyDescriptor:Zm}=Object;let{freeze:Km,seal:Jm,create:Qm}=Object,{apply:ev,construct:tv}="undefined"!=typeof Reflect&&Reflect;Km||(Km=function(e){return e}),Jm||(Jm=function(e){return e}),ev||(ev=function(e,t,n){return e.apply(t,n)}),tv||(tv=function(e,t){return new e(...t)});const nv=vv(Array.prototype.forEach),rv=vv(Array.prototype.lastIndexOf),iv=vv(Array.prototype.pop),ov=vv(Array.prototype.push),av=vv(Array.prototype.splice),sv=vv(String.prototype.toLowerCase),lv=vv(String.prototype.toString),cv=vv(String.prototype.match),uv=vv(String.prototype.replace),dv=vv(String.prototype.indexOf),fv=vv(String.prototype.trim),hv=vv(Object.prototype.hasOwnProperty),pv=vv(RegExp.prototype.test),gv=(mv=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return tv(mv,t)});var mv;function vv(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return ev(e,t,r)}}function bv(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:sv;Gm&&Gm(e,null);let r=t.length;for(;r--;){let i=t[r];if("string"==typeof i){const e=n(i);e!==i&&(Ym(t)||(t[r]=e),i=e)}e[i]=!0}return e}function yv(e){for(let t=0;t<e.length;t++)hv(e,t)||(e[t]=null);return e}function _v(e){const t=Qm(null);for(const[n,r]of Vm(e))hv(e,n)&&(Array.isArray(r)?t[n]=yv(r):r&&"object"==typeof r&&r.constructor===Object?t[n]=_v(r):t[n]=r);return t}function wv(e,t){for(;null!==e;){const n=Zm(e,t);if(n){if(n.get)return vv(n.get);if("function"==typeof n.value)return vv(n.value)}e=Xm(e)}return function(){return null}}const xv=Km(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),kv=Km(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Cv=Km(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Sv=Km(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Mv=Km(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Tv=Km(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Av=Km(["#text"]),Lv=Km(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ev=Km(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Nv=Km(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Ov=Km(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Rv=Jm(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Dv=Jm(/<%[\w\W]*|[\w\W]*%>/gm),Pv=Jm(/\$\{[\w\W]*/gm),zv=Jm(/^data-[\-\w.\u00B7-\uFFFF]+$/),Iv=Jm(/^aria-[\-\w]+$/),jv=Jm(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Bv=Jm(/^(?:\w+script|data):/i),Fv=Jm(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Hv=Jm(/^html$/i),$v=Jm(/^[a-z][.\w]*(-[.\w]+)+$/i);var Uv=Object.freeze({__proto__:null,ARIA_ATTR:Iv,ATTR_WHITESPACE:Fv,CUSTOM_ELEMENT:$v,DATA_ATTR:zv,DOCTYPE_NAME:Hv,ERB_EXPR:Dv,IS_ALLOWED_URI:jv,IS_SCRIPT_OR_DATA:Bv,MUSTACHE_EXPR:Rv,TMPLIT_EXPR:Pv});var qv,Wv,Vv,Gv,Yv,Xv,Zv,Kv,Jv,Qv=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof window?null:window;const n=t=>e(t);if(n.version="3.2.6",n.removed=[],!t||!t.document||9!==t.document.nodeType||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const i=r,o=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:l,Element:c,NodeFilter:u,NamedNodeMap:d=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:f,DOMParser:h,trustedTypes:p}=t,g=c.prototype,m=wv(g,"cloneNode"),v=wv(g,"remove"),b=wv(g,"nextSibling"),y=wv(g,"childNodes"),_=wv(g,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let w,x="";const{implementation:k,createNodeIterator:C,createDocumentFragment:S,getElementsByTagName:M}=r,{importNode:T}=i;let A={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof Vm&&"function"==typeof _&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:L,ERB_EXPR:E,TMPLIT_EXPR:N,DATA_ATTR:O,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:D,ATTR_WHITESPACE:P,CUSTOM_ELEMENT:z}=Uv;let{IS_ALLOWED_URI:I}=Uv,j=null;const B=bv({},[...xv,...kv,...Cv,...Mv,...Av]);let F=null;const H=bv({},[...Lv,...Ev,...Nv,...Ov]);let $=Object.seal(Qm(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),U=null,q=null,W=!0,V=!0,G=!1,Y=!0,X=!1,Z=!0,K=!1,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!0,ie=!1,oe=!0,ae=!1,se={},le=null;const ce=bv({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const de=bv({},["audio","video","img","source","image","track"]);let fe=null;const he=bv({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),pe="http://www.w3.org/1998/Math/MathML",ge="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml";let ve=me,be=!1,ye=null;const _e=bv({},[pe,ge,me],lv);let we=bv({},["mi","mo","mn","ms","mtext"]),xe=bv({},["annotation-xml"]);const ke=bv({},["title","style","font","a","script"]);let Ce=null;const Se=["application/xhtml+xml","text/html"];let Me=null,Te=null;const Ae=r.createElement("form"),Le=function(e){return e instanceof RegExp||e instanceof Function},Ee=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Te||Te!==e){if(e&&"object"==typeof e||(e={}),e=_v(e),Ce=-1===Se.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Me="application/xhtml+xml"===Ce?lv:sv,j=hv(e,"ALLOWED_TAGS")?bv({},e.ALLOWED_TAGS,Me):B,F=hv(e,"ALLOWED_ATTR")?bv({},e.ALLOWED_ATTR,Me):H,ye=hv(e,"ALLOWED_NAMESPACES")?bv({},e.ALLOWED_NAMESPACES,lv):_e,fe=hv(e,"ADD_URI_SAFE_ATTR")?bv(_v(he),e.ADD_URI_SAFE_ATTR,Me):he,ue=hv(e,"ADD_DATA_URI_TAGS")?bv(_v(de),e.ADD_DATA_URI_TAGS,Me):de,le=hv(e,"FORBID_CONTENTS")?bv({},e.FORBID_CONTENTS,Me):ce,U=hv(e,"FORBID_TAGS")?bv({},e.FORBID_TAGS,Me):_v({}),q=hv(e,"FORBID_ATTR")?bv({},e.FORBID_ATTR,Me):_v({}),se=!!hv(e,"USE_PROFILES")&&e.USE_PROFILES,W=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,G=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Y=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,X=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,K=e.WHOLE_DOCUMENT||!1,ee=e.RETURN_DOM||!1,te=e.RETURN_DOM_FRAGMENT||!1,ne=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,re=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,oe=!1!==e.KEEP_CONTENT,ae=e.IN_PLACE||!1,I=e.ALLOWED_URI_REGEXP||jv,ve=e.NAMESPACE||me,we=e.MATHML_TEXT_INTEGRATION_POINTS||we,xe=e.HTML_INTEGRATION_POINTS||xe,$=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&($.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),X&&(V=!1),te&&(ee=!0),se&&(j=bv({},Av),F=[],!0===se.html&&(bv(j,xv),bv(F,Lv)),!0===se.svg&&(bv(j,kv),bv(F,Ev),bv(F,Ov)),!0===se.svgFilters&&(bv(j,Cv),bv(F,Ev),bv(F,Ov)),!0===se.mathMl&&(bv(j,Mv),bv(F,Nv),bv(F,Ov))),e.ADD_TAGS&&(j===B&&(j=_v(j)),bv(j,e.ADD_TAGS,Me)),e.ADD_ATTR&&(F===H&&(F=_v(F)),bv(F,e.ADD_ATTR,Me)),e.ADD_URI_SAFE_ATTR&&bv(fe,e.ADD_URI_SAFE_ATTR,Me),e.FORBID_CONTENTS&&(le===ce&&(le=_v(le)),bv(le,e.FORBID_CONTENTS,Me)),oe&&(j["#text"]=!0),K&&bv(j,["html","head","body"]),j.table&&(bv(j,["tbody"]),delete U.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw gv('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw gv('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=e.TRUSTED_TYPES_POLICY,x=w.createHTML("")}else void 0===w&&(w=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(p,o)),null!==w&&"string"==typeof x&&(x=w.createHTML(""));Km&&Km(e),Te=e}},Ne=bv({},[...kv,...Cv,...Sv]),Oe=bv({},[...Mv,...Tv]),Re=function(e){ov(n.removed,{element:e});try{_(e).removeChild(e)}catch(t){v(e)}},De=function(e,t){try{ov(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){ov(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(ee||te)try{Re(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Pe=function(e){let t=null,n=null;if(Q)e="<remove></remove>"+e;else{const t=cv(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Ce&&ve===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const i=w?w.createHTML(e):e;if(ve===me)try{t=(new h).parseFromString(i,Ce)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(ve,"template",null);try{t.documentElement.innerHTML=be?x:i}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),ve===me?M.call(t,K?"html":"body")[0]:K?t.documentElement:o},ze=function(e){return C.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Ie=function(e){return e instanceof f&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},je=function(e){return"function"==typeof l&&e instanceof l};function Be(e,t,r){nv(e,(e=>{e.call(n,t,r,Te)}))}const Fe=function(e){let t=null;if(Be(A.beforeSanitizeElements,e,null),Ie(e))return Re(e),!0;const r=Me(e.nodeName);if(Be(A.uponSanitizeElement,e,{tagName:r,allowedTags:j}),Z&&e.hasChildNodes()&&!je(e.firstElementChild)&&pv(/<[/\w!]/g,e.innerHTML)&&pv(/<[/\w!]/g,e.textContent))return Re(e),!0;if(7===e.nodeType)return Re(e),!0;if(Z&&8===e.nodeType&&pv(/<[/\w]/g,e.data))return Re(e),!0;if(!j[r]||U[r]){if(!U[r]&&$e(r)){if($.tagNameCheck instanceof RegExp&&pv($.tagNameCheck,r))return!1;if($.tagNameCheck instanceof Function&&$.tagNameCheck(r))return!1}if(oe&&!le[r]){const t=_(e)||e.parentNode,n=y(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const i=m(n[r],!0);i.__removalCount=(e.__removalCount||0)+1,t.insertBefore(i,b(e))}}return Re(e),!0}return e instanceof c&&!function(e){let t=_(e);t&&t.tagName||(t={namespaceURI:ve,tagName:"template"});const n=sv(e.tagName),r=sv(t.tagName);return!!ye[e.namespaceURI]&&(e.namespaceURI===ge?t.namespaceURI===me?"svg"===n:t.namespaceURI===pe?"svg"===n&&("annotation-xml"===r||we[r]):Boolean(Ne[n]):e.namespaceURI===pe?t.namespaceURI===me?"math"===n:t.namespaceURI===ge?"math"===n&&xe[r]:Boolean(Oe[n]):e.namespaceURI===me?!(t.namespaceURI===ge&&!xe[r])&&!(t.namespaceURI===pe&&!we[r])&&!Oe[n]&&(ke[n]||!Ne[n]):!("application/xhtml+xml"!==Ce||!ye[e.namespaceURI]))}(e)?(Re(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!pv(/<\/no(script|embed|frames)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,nv([L,E,N],(e=>{t=uv(t,e," ")})),e.textContent!==t&&(ov(n.removed,{element:e.cloneNode()}),e.textContent=t)),Be(A.afterSanitizeElements,e,null),!1):(Re(e),!0)},He=function(e,t,n){if(re&&("id"===t||"name"===t)&&(n in r||n in Ae))return!1;if(V&&!q[t]&&pv(O,t));else if(W&&pv(R,t));else if(!F[t]||q[t]){if(!($e(e)&&($.tagNameCheck instanceof RegExp&&pv($.tagNameCheck,e)||$.tagNameCheck instanceof Function&&$.tagNameCheck(e))&&($.attributeNameCheck instanceof RegExp&&pv($.attributeNameCheck,t)||$.attributeNameCheck instanceof Function&&$.attributeNameCheck(t))||"is"===t&&$.allowCustomizedBuiltInElements&&($.tagNameCheck instanceof RegExp&&pv($.tagNameCheck,n)||$.tagNameCheck instanceof Function&&$.tagNameCheck(n))))return!1}else if(fe[t]);else if(pv(I,uv(n,P,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==dv(n,"data:")||!ue[e])if(G&&!pv(D,uv(n,P,"")));else if(n)return!1;return!0},$e=function(e){return"annotation-xml"!==e&&cv(e,z)},Ue=function(e){Be(A.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Ie(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:F,forceKeepAttr:void 0};let i=t.length;for(;i--;){const o=t[i],{name:a,namespaceURI:s,value:l}=o,c=Me(a),u=l;let d="value"===a?u:fv(u);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,Be(A.uponSanitizeAttribute,e,r),d=r.attrValue,!ie||"id"!==c&&"name"!==c||(De(a,e),d="user-content-"+d),Z&&pv(/((--!?|])>)|<\/(style|title)/i,d)){De(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,e);continue}if(!Y&&pv(/\/>/i,d)){De(a,e);continue}X&&nv([L,E,N],(e=>{d=uv(d,e," ")}));const f=Me(e.nodeName);if(He(f,c,d)){if(w&&"object"==typeof p&&"function"==typeof p.getAttributeType)if(s);else switch(p.getAttributeType(f,c)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?e.setAttributeNS(s,a,d):e.setAttribute(a,d),Ie(e)?Re(e):iv(n.removed)}catch(t){De(a,e)}}else De(a,e)}Be(A.afterSanitizeAttributes,e,null)},qe=function e(t){let n=null;const r=ze(t);for(Be(A.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)Be(A.uponSanitizeShadowNode,n,null),Fe(n),Ue(n),n.content instanceof a&&e(n.content);Be(A.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,s=null,c=null;if(be=!e,be&&(e="\x3c!--\x3e"),"string"!=typeof e&&!je(e)){if("function"!=typeof e.toString)throw gv("toString is not a function");if("string"!=typeof(e=e.toString()))throw gv("dirty is not a string, aborting")}if(!n.isSupported)return e;if(J||Ee(t),n.removed=[],"string"==typeof e&&(ae=!1),ae){if(e.nodeName){const t=Me(e.nodeName);if(!j[t]||U[t])throw gv("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof l)r=Pe("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!ee&&!X&&!K&&-1===e.indexOf("<"))return w&&ne?w.createHTML(e):e;if(r=Pe(e),!r)return ee?null:ne?x:""}r&&Q&&Re(r.firstChild);const u=ze(ae?e:r);for(;s=u.nextNode();)Fe(s),Ue(s),s.content instanceof a&&qe(s.content);if(ae)return e;if(ee){if(te)for(c=S.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return(F.shadowroot||F.shadowrootmode)&&(c=T.call(i,c,!0)),c}let d=K?r.outerHTML:r.innerHTML;return K&&j["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&pv(Hv,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),X&&nv([L,E,N],(e=>{d=uv(d,e," ")})),w&&ne?w.createHTML(d):d},n.setConfig=function(){Ee(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),J=!0},n.clearConfig=function(){Te=null,J=!1},n.isValidAttribute=function(e,t,n){Te||Ee({});const r=Me(e),i=Me(t);return He(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&ov(A[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=rv(A[e],t);return-1===n?void 0:av(A[e],n,1)[0]}return iv(A[e])},n.removeHooks=function(e){A[e]=[]},n.removeAllHooks=function(){A={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n}(),eb={exports:{}},tb=(qv||(qv=1,function(e){var t=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,o;switch(n=n||{},i.util.type(t)){case"Object":if(o=i.util.objId(t),n[o])return n[o];for(var a in r={},n[o]=r,t)t.hasOwnProperty(a)&&(r[a]=e(t[a],n));return r;case"Array":return o=i.util.objId(t),n[o]?n[o]:(r=[],n[o]=r,t.forEach((function(t,i){r[i]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e;){var n=t.exec(e.className);if(n)return n[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,n){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+n)},currentScript:function(){if("undefined"==typeof document)return null;if(document.currentScript&&"SCRIPT"===document.currentScript.tagName)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var i=e.classList;if(i.contains(t))return!0;if(i.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=i.util.clone(i.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var o=(r=r||i.languages)[e],a={};for(var s in o)if(o.hasOwnProperty(s)){if(s==t)for(var l in n)n.hasOwnProperty(l)&&(a[l]=n[l]);n.hasOwnProperty(s)||(a[s]=o[s])}var c=r[e];return r[e]=a,i.languages.DFS(i.languages,(function(t,n){n===c&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,r,o){o=o||{};var a=i.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var l=t[s],c=i.util.type(l);"Object"!==c||o[a(l)]?"Array"!==c||o[a(l)]||(o[a(l)]=!0,e(l,n,s,o)):(o[a(l)]=!0,e(l,n,null,o))}}},plugins:{},highlightAll:function(e,t){i.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),i.hooks.run("before-all-elements-highlight",r);for(var o,a=0;o=r.elements[a++];)i.highlightElement(o,!0===t,r.callback)},highlightElement:function(t,n,r){var o=i.util.getLanguage(t),a=i.languages[o];i.util.setLanguage(t,o);var s=t.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&i.util.setLanguage(s,o);var l={element:t,language:o,grammar:a,code:t.textContent};function c(e){l.highlightedCode=e,i.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i.hooks.run("after-highlight",l),i.hooks.run("complete",l),r&&r.call(l.element)}if(i.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return i.hooks.run("complete",l),void(r&&r.call(l.element));if(i.hooks.run("before-highlight",l),l.grammar)if(n&&e.Worker){var u=new Worker(i.filename);u.onmessage=function(e){c(e.data)},u.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else c(i.highlight(l.code,l.grammar,l.language));else c(i.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(i.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=i.tokenize(r.code,r.grammar),i.hooks.run("after-tokenize",r),o.stringify(i.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var i=new l;return c(i,i.head,e),s(e,i,t,i.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(i)},hooks:{all:{},add:function(e,t){var n=i.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=i.hooks.all[e];if(n&&n.length)for(var r,o=0;r=n[o++];)r(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var i=e.exec(n);if(i&&r&&i[1]){var o=i[1].length;i.index+=o,i[0]=i[0].slice(o)}return i}function s(e,t,n,r,l,d){for(var f in n)if(n.hasOwnProperty(f)&&n[f]){var h=n[f];h=Array.isArray(h)?h:[h];for(var p=0;p<h.length;++p){if(d&&d.cause==f+","+p)return;var g=h[p],m=g.inside,v=!!g.lookbehind,b=!!g.greedy,y=g.alias;if(b&&!g.pattern.global){var _=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,_+"g")}for(var w=g.pattern||g,x=r.next,k=l;x!==t.tail&&!(d&&k>=d.reach);k+=x.value.length,x=x.next){var C=x.value;if(t.length>e.length)return;if(!(C instanceof o)){var S,M=1;if(b){if(!(S=a(w,k,e,v))||S.index>=e.length)break;var T=S.index,A=S.index+S[0].length,L=k;for(L+=x.value.length;T>=L;)L+=(x=x.next).value.length;if(k=L-=x.value.length,x.value instanceof o)continue;for(var E=x;E!==t.tail&&(L<A||"string"==typeof E.value);E=E.next)M++,L+=E.value.length;M--,C=e.slice(k,L),S.index-=k}else if(!(S=a(w,0,C,v)))continue;T=S.index;var N=S[0],O=C.slice(0,T),R=C.slice(T+N.length),D=k+C.length;d&&D>d.reach&&(d.reach=D);var P=x.prev;if(O&&(P=c(t,P,O),k+=O.length),u(t,P,M),x=c(t,P,new o(f,m?i.tokenize(N,m):N,y,N)),R&&c(t,x,R),M>1){var z={cause:f+","+p,reach:D};s(e,t,n,x.prev,k,z),d&&z.reach>d.reach&&(d.reach=z.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,n){var r=t.next,i={value:n,prev:t,next:r};return t.next=i,r.prev=i,e.length++,i}function u(e,t,n){for(var r=t.next,i=0;i<n&&r!==e.tail;i++)r=r.next;t.next=r,r.prev=t,e.length-=i}if(e.Prism=i,o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var o={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(o.classes,a):o.classes.push(a)),i.hooks.run("wrap",o);var s="";for(var l in o.attributes)s+=" "+l+'="'+(o.attributes[l]||"").replace(/"/g,""")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'"'+s+">"+o.content+"</"+o.tag+">"},!e.document)return e.addEventListener?(i.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,o=n.code,a=n.immediateClose;e.postMessage(i.highlight(o,i.languages[r],r)),a&&e.close()}),!1),i):i;var d=i.util.currentScript();function f(){i.manual||i.highlightAll()}if(d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0)),!i.manual){var h=document.readyState;"loading"===h||"interactive"===h&&d&&d.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return i}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=t),void 0!==Sm&&(Sm.Prism=t)}(eb)),eb.exports),nb=Mm(tb);Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Prism.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml,Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Prism),Wv||(Wv=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Prism.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/},Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json,Vv||(Vv=1,function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)),Gv||(Gv=1,function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,n){return"(?:"+t[+n]+")"}))}function n(e,n,r){return RegExp(t(e,n),"")}function r(e,t){for(var n=0;n<t;n++)e=e.replace(/<<self>>/g,(function(){return"(?:"+e+")"}));return e.replace(/<<self>>/g,"[^\\s\\S]")}var i="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",o="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",s="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function l(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var c=l(o),u=RegExp(l(i+" "+o+" "+a+" "+s)),d=l(o+" "+a+" "+s),f=l(i+" "+o+" "+s),h=r(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),p=r(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,m=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),v=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,m]),b=/\[\s*(?:,\s*)*\]/.source,y=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[v,b]),_=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,p,b]),w=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[_]),x=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[w,v,b]),k={keyword:u,punctuation:/[<>()?,.:[\]]/},C=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,S=/"(?:\\.|[^\\"\r\n])*"/.source,M=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[M]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[S]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[v]),lookbehind:!0,inside:k},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,x]),lookbehind:!0,inside:k},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[c,m]),lookbehind:!0,inside:k},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[v]),lookbehind:!0,inside:k},{pattern:n(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[y]),lookbehind:!0,inside:k},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[x,f,g]),inside:k}],keyword:u,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[p]),lookbehind:!0,alias:"class-name",inside:k},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[x,v]),inside:k,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[x]),lookbehind:!0,inside:k,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:n(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:k}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[c,m,g,x,u.source,p,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[m,p]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:u,"class-name":{pattern:RegExp(x),greedy:!0,inside:k},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var T=S+"|"+C,A=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[T]),L=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[A]),2),E=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,N=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[v,L]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[E,N]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[E]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[L]),inside:e.languages.csharp},"class-name":{pattern:RegExp(v),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var O=/:[^}\r\n]+/.source,R=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[A]),2),D=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[R,O]),P=r(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[T]),2),z=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,O]);function I(t,r){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[r,O]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[D]),lookbehind:!0,greedy:!0,inside:I(D,R)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[z]),lookbehind:!0,greedy:!0,inside:I(z,P)}],char:{pattern:RegExp(C),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)),function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Prism),Yv||(Yv=1,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python),Xv||(Xv=1,function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)),function(e){var t=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source;e.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},tag:{pattern:/(^[ \t]*)@\S*/m,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristica|Característica|Egenskab|Egenskap|Eiginleiki|Feature|Fīča|Fitur|Fonctionnalité|Fonksyonalite|Funcionalidade|Funcionalitat|Functionalitate|Funcţionalitate|Funcționalitate|Functionaliteit|Fungsi|Funkcia|Funkcija|Funkcionalitāte|Funkcionalnost|Funkcja|Funksie|Funktionalität|Funktionalitéit|Funzionalità|Hwaet|Hwæt|Jellemző|Karakteristik|Lastnost|Mak|Mogucnost|laH|Mogućnost|Moznosti|Možnosti|OH HAI|Omadus|Ominaisuus|Osobina|Özellik|Potrzeba biznesowa|perbogh|poQbogh malja'|Požadavek|Požiadavka|Pretty much|Qap|Qu'meH 'ut|Savybė|Tính năng|Trajto|Vermoë|Vlastnosť|Właściwość|Značilnost|Δυνατότητα|Λειτουργία|Могућност|Мөмкинлек|Особина|Свойство|Үзенчәлеклелек|Функционал|Функционалност|Функция|Функціонал|תכונה|خاصية|خصوصیت|صلاحیت|کاروبار کی ضرورت|وِیژگی|रूप लेख|ਖਾਸੀਅਤ|ਨਕਸ਼ ਨੁਹਾਰ|ਮੁਹਾਂਦਰਾ|గుణము|ಹೆಚ್ಚಳ|ความต้องการทางธุรกิจ|ความสามารถ|โครงหลัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Background|Baggrund|Bakgrund|Bakgrunn|Bakgrunnur|Beispiele|Beispiller|Bối cảnh|Cefndir|Cenario|Cenário|Cenario de Fundo|Cenário de Fundo|Cenarios|Cenários|Contesto|Context|Contexte|Contexto|Conto|Contoh|Contone|Dæmi|Dasar|Dead men tell no tales|Delineacao do Cenario|Delineação do Cenário|Dis is what went down|Dữ liệu|Dyagram Senaryo|Dyagram senaryo|Egzanp|Ejemplos|Eksempler|Ekzemploj|Enghreifftiau|Esbozo do escenario|Escenari|Escenario|Esempi|Esquema de l'escenari|Esquema del escenario|Esquema do Cenario|Esquema do Cenário|EXAMPLZ|Examples|Exempel|Exemple|Exemples|Exemplos|First off|Fono|Forgatókönyv|Forgatókönyv vázlat|Fundo|Geçmiş|Grundlage|Hannergrond|ghantoH|Háttér|Heave to|Istorik|Juhtumid|Keadaan|Khung kịch bản|Khung tình huống|Kịch bản|Koncept|Konsep skenario|Kontèks|Kontekst|Kontekstas|Konteksts|Kontext|Konturo de la scenaro|Latar Belakang|lut chovnatlh|lut|lutmey|Lýsing Atburðarásar|Lýsing Dæma|MISHUN SRSLY|MISHUN|Menggariskan Senario|mo'|Náčrt Scenára|Náčrt Scénáře|Náčrt Scenáru|Oris scenarija|Örnekler|Osnova|Osnova Scenára|Osnova scénáře|Osnutek|Ozadje|Paraugs|Pavyzdžiai|Példák|Piemēri|Plan du scénario|Plan du Scénario|Plan Senaryo|Plan senaryo|Plang vum Szenario|Pozadí|Pozadie|Pozadina|Príklady|Příklady|Primer|Primeri|Primjeri|Przykłady|Raamstsenaarium|Reckon it's like|Rerefons|Scenár|Scénář|Scenarie|Scenarij|Scenarijai|Scenarijaus šablonas|Scenariji|Scenārijs|Scenārijs pēc parauga|Scenarijus|Scenario|Scénario|Scenario Amlinellol|Scenario Outline|Scenario Template|Scenariomal|Scenariomall|Scenarios|Scenariu|Scenariusz|Scenaro|Schema dello scenario|Se ðe|Se the|Se þe|Senario|Senaryo Deskripsyon|Senaryo deskripsyon|Senaryo|Senaryo taslağı|Shiver me timbers|Situācija|Situai|Situasie Uiteensetting|Situasie|Skenario konsep|Skenario|Skica|Structura scenariu|Structură scenariu|Struktura scenarija|Stsenaarium|Swa hwaer swa|Swa|Swa hwær swa|Szablon scenariusza|Szenario|Szenariogrundriss|Tapaukset|Tapaus|Tapausaihio|Taust|Tausta|Template Keadaan|Template Senario|Template Situai|The thing of it is|Tình huống|Variantai|Voorbeelde|Voorbeelden|Wharrimean is|Yo-ho-ho|You'll wanna|Założenia|Παραδείγματα|Περιγραφή Σεναρίου|Σενάρια|Σενάριο|Υπόβαθρο|Кереш|Контекст|Концепт|Мисаллар|Мисоллар|Основа|Передумова|Позадина|Предистория|Предыстория|Приклади|Пример|Примери|Примеры|Рамка на сценарий|Скица|Структура сценарија|Структура сценария|Структура сценарію|Сценарий|Сценарий структураси|Сценарийның төзелеше|Сценарији|Сценарио|Сценарій|Тарих|Үрнәкләр|דוגמאות|רקע|תבנית תרחיש|תרחיש|الخلفية|الگوی سناریو|امثلة|پس منظر|زمینه|سناریو|سيناريو|سيناريو مخطط|مثالیں|منظر نامے کا خاکہ|منظرنامہ|نمونه ها|उदाहरण|परिदृश्य|परिदृश्य रूपरेखा|पृष्ठभूमि|ਉਦਾਹਰਨਾਂ|ਪਟਕਥਾ|ਪਟਕਥਾ ਢਾਂਚਾ|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਿਛੋਕੜ|ఉదాహరణలు|కథనం|నేపథ్యం|సన్నివేశం|ಉದಾಹರಣೆಗಳು|ಕಥಾಸಾರಾಂಶ|ವಿವರಣೆ|ಹಿನ್ನೆಲೆ|โครงสร้างของเหตุการณ์|ชุดของตัวอย่าง|ชุดของเหตุการณ์|แนวคิด|สรุปเหตุการณ์|เหตุการณ์|배경|시나리오|시나리오 개요|예|サンプル|シナリオ|シナリオアウトライン|シナリオテンプレ|シナリオテンプレート|テンプレ|例|例子|剧本|剧本大纲|劇本|劇本大綱|场景|场景大纲|場景|場景大綱|背景):[^:\r\n]*/m,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]*/,lookbehind:!0},keyword:/[^:\r\n]+:/}},"table-body":{pattern:RegExp("("+t+")(?:"+t+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(t),inside:{th:{pattern:/\s*[^\s|][^|]*/,alias:"variable"},punctuation:/\|/}},atrule:{pattern:/(^[ \t]+)(?:'a|'ach|'ej|7|a|A také|A taktiež|A tiež|A zároveň|Aber|Ac|Adott|Akkor|Ak|Aleshores|Ale|Ali|Allora|Alors|Als|Ama|Amennyiben|Amikor|Ampak|an|AN|Ananging|And y'all|And|Angenommen|Anrhegedig a|An|Apabila|Atès|Atesa|Atunci|Avast!|Aye|A|awer|Bagi|Banjur|Bet|Biết|Blimey!|Buh|But at the end of the day I reckon|But y'all|But|BUT|Cal|Când|Cand|Cando|Ce|Cuando|Če|Ða ðe|Ða|Dadas|Dada|Dados|Dado|DaH ghu' bejlu'|dann|Dann|Dano|Dan|Dar|Dat fiind|Data|Date fiind|Date|Dati fiind|Dati|Daţi fiind|Dați fiind|DEN|Dato|De|Den youse gotta|Dengan|Diberi|Diyelim ki|Donada|Donat|Donitaĵo|Do|Dun|Duota|Ðurh|Eeldades|Ef|Eğer ki|Entao|Então|Entón|E|En|Entonces|Epi|És|Etant donnée|Etant donné|Et|Étant données|Étant donnée|Étant donné|Etant données|Etant donnés|Étant donnés|Fakat|Gangway!|Gdy|Gegeben seien|Gegeben sei|Gegeven|Gegewe|ghu' noblu'|Gitt|Given y'all|Given|Givet|Givun|Ha|Cho|I CAN HAZ|In|Ir|It's just unbelievable|I|Ja|Jeśli|Jeżeli|Kad|Kada|Kadar|Kai|Kaj|Když|Keď|Kemudian|Ketika|Khi|Kiedy|Ko|Kuid|Kui|Kun|Lan|latlh|Le sa a|Let go and haul|Le|Lè sa a|Lè|Logo|Lorsqu'<|Lorsque|mä|Maar|Mais|Mając|Ma|Majd|Maka|Manawa|Mas|Men|Menawa|Mutta|Nalika|Nalikaning|Nanging|Når|När|Nato|Nhưng|Niin|Njuk|O zaman|Och|Og|Oletetaan|Ond|Onda|Oraz|Pak|Pero|Però|Podano|Pokiaľ|Pokud|Potem|Potom|Privzeto|Pryd|Quan|Quand|Quando|qaSDI'|Så|Sed|Se|Siis|Sipoze ke|Sipoze Ke|Sipoze|Si|Şi|Și|Soit|Stel|Tada|Tad|Takrat|Tak|Tapi|Ter|Tetapi|Tha the|Tha|Then y'all|Then|Thì|Thurh|Toda|Too right|Un|Und|ugeholl|Và|vaj|Vendar|Ve|wann|Wanneer|WEN|Wenn|When y'all|When|Wtedy|Wun|Y'know|Yeah nah|Yna|Youse know like when|Youse know when youse got|Y|Za predpokladu|Za předpokladu|Zadan|Zadani|Zadano|Zadate|Zadato|Zakładając|Zaradi|Zatati|Þa þe|Þa|Þá|Þegar|Þurh|Αλλά|Δεδομένου|Και|Όταν|Τότε|А також|Агар|Але|Али|Аммо|А|Әгәр|Әйтик|Әмма|Бирок|Ва|Вә|Дадено|Дано|Допустим|Если|Задате|Задати|Задато|И|І|К тому же|Када|Кад|Когато|Когда|Коли|Ләкин|Лекин|Нәтиҗәдә|Нехай|Но|Онда|Припустимо, що|Припустимо|Пусть|Также|Та|Тогда|Тоді|То|Унда|Һәм|Якщо|אבל|אזי|אז|בהינתן|וגם|כאשר|آنگاه|اذاً|اگر|اما|اور|با فرض|بالفرض|بفرض|پھر|تب|ثم|جب|عندما|فرض کیا|لكن|لیکن|متى|هنگامی|و|अगर|और|कदा|किन्तु|चूंकि|जब|तथा|तदा|तब|परन्तु|पर|यदि|ਅਤੇ|ਜਦੋਂ|ਜਿਵੇਂ ਕਿ|ਜੇਕਰ|ਤਦ|ਪਰ|అప్పుడు|ఈ పరిస్థితిలో|కాని|చెప్పబడినది|మరియు|ಆದರೆ|ನಂತರ|ನೀಡಿದ|ಮತ್ತು|ಸ್ಥಿತಿಯನ್ನು|กำหนดให้|ดังนั้น|แต่|เมื่อ|และ|그러면<|그리고<|단<|만약<|만일<|먼저<|조건<|하지만<|かつ<|しかし<|ただし<|ならば<|もし<|並且<|但し<|但是<|假如<|假定<|假設<|假设<|前提<|同时<|同時<|并且<|当<|當<|而且<|那么<|那麼<)(?=[ \t])/m,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"}}},outline:{pattern:/<[^>]+>/,alias:"variable"}}}(Prism),Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,i,o){if(n.language===r){var a=n.tokenStack=[];n.code=n.code.replace(i,(function(e){if("function"==typeof o&&!o(e))return e;for(var i,s=a.length;-1!==n.code.indexOf(i=t(r,s));)++s;return a[s]=e,i})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var i=0,o=Object.keys(n.tokenStack);!function a(s){for(var l=0;l<s.length&&!(i>=o.length);l++){var c=s[l];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=o[i],d=n.tokenStack[u],f="string"==typeof c?c:c.content,h=t(r,u),p=f.indexOf(h);if(p>-1){++i;var g=f.substring(0,p),m=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),v=f.substring(p+h.length),b=[];g&&b.push.apply(b,a([g])),b.push(m),v&&b.push.apply(b,a([v])),"string"==typeof c?s.splice.apply(s,[l,1].concat(b)):c.content=b}}else c.content&&a(c.content)}return s}(n.tokens)}}}})}(Prism),Zv||(Zv=1,function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,i=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,o=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:i,punctuation:o};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},s=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:s,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:s,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:i,punctuation:o}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(Prism)),Kv||(Kv=1,function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(t,n){if("PRE"===t.tagName&&t.classList.contains(e)){var r=t.querySelector(".line-numbers-rows");if(r){var i=parseInt(t.getAttribute("data-start"),10)||1,o=i+(r.children.length-1);n<i&&(n=i),n>o&&(n=o);var a=n-i;return r.children[a]}}},resize:function(e){i([e])},assumeViewportIndependence:!0},r=void 0;window.addEventListener("resize",(function(){n.assumeViewportIndependence&&r===window.innerWidth||(r=window.innerWidth,i(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))})),Prism.hooks.add("complete",(function(n){if(n.code){var r=n.element,o=r.parentNode;if(o&&/pre/i.test(o.nodeName)&&!r.querySelector(".line-numbers-rows")&&Prism.util.isActive(r,e)){r.classList.remove(e),o.classList.add(e);var a,s=n.code.match(t),l=s?s.length+1:1,c=new Array(l+1).join("<span></span>");(a=document.createElement("span")).setAttribute("aria-hidden","true"),a.className="line-numbers-rows",a.innerHTML=c,o.hasAttribute("data-start")&&(o.style.counterReset="linenumber "+(parseInt(o.getAttribute("data-start"),10)-1)),n.element.appendChild(a),i([o]),Prism.hooks.run("line-numbers",n)}}})),Prism.hooks.add("line-numbers",(function(e){e.plugins=e.plugins||{},e.plugins.lineNumbers=!0}))}function i(e){if(e=e.filter((function(e){var t,n=(t=e,t?window.getComputedStyle?getComputedStyle(t):t.currentStyle||null:null)["white-space"];return"pre-wrap"===n||"pre-line"===n})),0!=e.length){var n=e.map((function(e){var n=e.querySelector("code"),r=e.querySelector(".line-numbers-rows");if(n&&r){var i=e.querySelector(".line-numbers-sizer"),o=n.textContent.split(t);i||((i=document.createElement("span")).className="line-numbers-sizer",n.appendChild(i)),i.innerHTML="0",i.style.display="block";var a=i.getBoundingClientRect().height;return i.innerHTML="",{element:e,lines:o,lineHeights:[],oneLinerHeight:a,sizer:i}}})).filter(Boolean);n.forEach((function(e){var t=e.sizer,n=e.lines,r=e.lineHeights,i=e.oneLinerHeight;r[n.length-1]=void 0,n.forEach((function(e,n){if(e&&e.length>1){var o=t.appendChild(document.createElement("span"));o.style.display="block",o.textContent=e}else r[n]=i}))})),n.forEach((function(e){for(var t=e.sizer,n=e.lineHeights,r=0,i=0;i<n.length;i++)void 0===n[i]&&(n[i]=t.children[r++].getBoundingClientRect().height)})),n.forEach((function(e){var t=e.sizer,n=e.element.querySelector(".line-numbers-rows");t.style.display="none",t.innerHTML="",e.lineHeights.forEach((function(e,t){n.children[t].style.height=e+"px"}))}))}}}()),function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e=[],t={},n=function(){};Prism.plugins.toolbar={};var r=Prism.plugins.toolbar.registerButton=function(n,r){var i;i="function"==typeof r?r:function(e){var t;return"function"==typeof r.onClick?((t=document.createElement("button")).type="button",t.addEventListener("click",(function(){r.onClick.call(this,e)}))):"string"==typeof r.url?(t=document.createElement("a")).href=r.url:t=document.createElement("span"),r.className&&t.classList.add(r.className),t.textContent=r.text,t},n in t?console.warn('There is a button with the key "'+n+'" registered already.'):e.push(t[n]=i)},i=Prism.plugins.toolbar.hook=function(r){var i=r.element.parentNode;if(i&&/pre/i.test(i.nodeName)&&!i.parentNode.classList.contains("code-toolbar")){var o=document.createElement("div");o.classList.add("code-toolbar"),i.parentNode.insertBefore(o,i),o.appendChild(i);var a=document.createElement("div");a.classList.add("toolbar");var s=e,l=function(e){for(;e;){var t=e.getAttribute("data-toolbar-order");if(null!=t)return(t=t.trim()).length?t.split(/\s*,\s*/g):[];e=e.parentElement}}(r.element);l&&(s=l.map((function(e){return t[e]||n}))),s.forEach((function(e){var t=e(r);if(t){var n=document.createElement("div");n.classList.add("toolbar-item"),n.appendChild(t),a.appendChild(n)}})),o.appendChild(a)}};r("label",(function(e){var t=e.element.parentNode;if(t&&/pre/i.test(t.nodeName)&&t.hasAttribute("data-label")){var n,r,i=t.getAttribute("data-label");try{r=document.querySelector("template#"+i)}catch(e){}return r?n=r.content:(t.hasAttribute("data-url")?(n=document.createElement("a")).href=t.getAttribute("data-url"):n=document.createElement("span"),n.textContent=i),n}})),Prism.hooks.add("complete",i)}}(),Jv||(Jv=1,function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document)if(Prism.plugins.toolbar){var e={none:"Plain text",plain:"Plain text",plaintext:"Plain text",text:"Plain text",txt:"Plain text",html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",rss:"RSS",css:"CSS",clike:"C-like",js:"JavaScript",abap:"ABAP",abnf:"ABNF",al:"AL",antlr4:"ANTLR4",g4:"ANTLR4",apacheconf:"Apache Configuration",apl:"APL",aql:"AQL",ino:"Arduino",arff:"ARFF",armasm:"ARM Assembly","arm-asm":"ARM Assembly",art:"Arturo",asciidoc:"AsciiDoc",adoc:"AsciiDoc",aspnet:"ASP.NET (C#)",asm6502:"6502 Assembly",asmatmel:"Atmel AVR Assembly",autohotkey:"AutoHotkey",autoit:"AutoIt",avisynth:"AviSynth",avs:"AviSynth","avro-idl":"Avro IDL",avdl:"Avro IDL",awk:"AWK",gawk:"GAWK",sh:"Shell",basic:"BASIC",bbcode:"BBcode",bbj:"BBj",bnf:"BNF",rbnf:"RBNF",bqn:"BQN",bsl:"BSL (1C:Enterprise)",oscript:"OneScript",csharp:"C#",cs:"C#",dotnet:"C#",cpp:"C++",cfscript:"CFScript",cfc:"CFScript",cil:"CIL",cilkc:"Cilk/C","cilk-c":"Cilk/C",cilkcpp:"Cilk/C++","cilk-cpp":"Cilk/C++",cilk:"Cilk/C++",cmake:"CMake",cobol:"COBOL",coffee:"CoffeeScript",conc:"Concurnas",csp:"Content-Security-Policy","css-extras":"CSS Extras",csv:"CSV",cue:"CUE",dataweave:"DataWeave",dax:"DAX",django:"Django/Jinja2",jinja2:"Django/Jinja2","dns-zone-file":"DNS zone file","dns-zone":"DNS zone file",dockerfile:"Docker",dot:"DOT (Graphviz)",gv:"DOT (Graphviz)",ebnf:"EBNF",editorconfig:"EditorConfig",ejs:"EJS",etlua:"Embedded Lua templating",erb:"ERB","excel-formula":"Excel Formula",xlsx:"Excel Formula",xls:"Excel Formula",fsharp:"F#","firestore-security-rules":"Firestore security rules",ftl:"FreeMarker Template Language",gml:"GameMaker Language",gamemakerlanguage:"GameMaker Language",gap:"GAP (CAS)",gcode:"G-code",gdscript:"GDScript",gedcom:"GEDCOM",gettext:"gettext",po:"gettext",glsl:"GLSL",gn:"GN",gni:"GN","linker-script":"GNU Linker Script",ld:"GNU Linker Script","go-module":"Go module","go-mod":"Go module",graphql:"GraphQL",hbs:"Handlebars",hs:"Haskell",hcl:"HCL",hlsl:"HLSL",http:"HTTP",hpkp:"HTTP Public-Key-Pins",hsts:"HTTP Strict-Transport-Security",ichigojam:"IchigoJam","icu-message-format":"ICU Message Format",idr:"Idris",ignore:".ignore",gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore",inform7:"Inform 7",javadoc:"JavaDoc",javadoclike:"JavaDoc-like",javastacktrace:"Java stack trace",jq:"JQ",jsdoc:"JSDoc","js-extras":"JS Extras",json:"JSON",webmanifest:"Web App Manifest",json5:"JSON5",jsonp:"JSONP",jsstacktrace:"JS stack trace","js-templates":"JS Templates",keepalived:"Keepalived Configure",kts:"Kotlin Script",kt:"Kotlin",kumir:"KuMir (КуМир)",kum:"KuMir (КуМир)",latex:"LaTeX",tex:"TeX",context:"ConTeXt",lilypond:"LilyPond",ly:"LilyPond",emacs:"Lisp",elisp:"Lisp","emacs-lisp":"Lisp",llvm:"LLVM IR",log:"Log file",lolcode:"LOLCODE",magma:"Magma (CAS)",md:"Markdown","markup-templating":"Markup templating",matlab:"MATLAB",maxscript:"MAXScript",mel:"MEL",metafont:"METAFONT",mongodb:"MongoDB",moon:"MoonScript",n1ql:"N1QL",n4js:"N4JS",n4jsd:"N4JS","nand2tetris-hdl":"Nand To Tetris HDL",naniscript:"Naninovel Script",nani:"Naninovel Script",nasm:"NASM",neon:"NEON",nginx:"nginx",nsis:"NSIS",objectivec:"Objective-C",objc:"Objective-C",ocaml:"OCaml",opencl:"OpenCL",openqasm:"OpenQasm",qasm:"OpenQasm",parigp:"PARI/GP",objectpascal:"Object Pascal",psl:"PATROL Scripting Language",pcaxis:"PC-Axis",px:"PC-Axis",peoplecode:"PeopleCode",pcode:"PeopleCode",php:"PHP",phpdoc:"PHPDoc","php-extras":"PHP Extras","plant-uml":"PlantUML",plantuml:"PlantUML",plsql:"PL/SQL",powerquery:"PowerQuery",pq:"PowerQuery",mscript:"PowerQuery",powershell:"PowerShell",promql:"PromQL",properties:".properties",protobuf:"Protocol Buffers",purebasic:"PureBasic",pbfasm:"PureBasic",purs:"PureScript",py:"Python",qsharp:"Q#",qs:"Q#",q:"Q (kdb+ database)",qml:"QML",rkt:"Racket",cshtml:"Razor C#",razor:"Razor C#",jsx:"React JSX",tsx:"React TSX",renpy:"Ren'py",rpy:"Ren'py",res:"ReScript",rest:"reST (reStructuredText)",robotframework:"Robot Framework",robot:"Robot Framework",rb:"Ruby",sas:"SAS",sass:"Sass (Sass)",scss:"Sass (SCSS)","shell-session":"Shell session","sh-session":"Shell session",shellsession:"Shell session",sml:"SML",smlnj:"SML/NJ",solidity:"Solidity (Ethereum)",sol:"Solidity (Ethereum)","solution-file":"Solution file",sln:"Solution file",soy:"Soy (Closure Template)",sparql:"SPARQL",rq:"SPARQL","splunk-spl":"Splunk SPL",sqf:"SQF: Status Quo Function (Arma 3)",sql:"SQL",stata:"Stata Ado",iecst:"Structured Text (IEC 61131-3)",supercollider:"SuperCollider",sclang:"SuperCollider",systemd:"Systemd configuration file","t4-templating":"T4 templating","t4-cs":"T4 Text Templates (C#)",t4:"T4 Text Templates (C#)","t4-vb":"T4 Text Templates (VB)",tap:"TAP",tt2:"Template Toolkit 2",toml:"TOML",trickle:"trickle",troy:"troy",trig:"TriG",ts:"TypeScript",tsconfig:"TSConfig",uscript:"UnrealScript",uc:"UnrealScript",uorazor:"UO Razor Script",uri:"URI",url:"URL",vbnet:"VB.Net",vhdl:"VHDL",vim:"vim","visual-basic":"Visual Basic",vba:"VBA",vb:"Visual Basic",wasm:"WebAssembly","web-idl":"Web IDL",webidl:"Web IDL",wgsl:"WGSL",wiki:"Wiki markup",wolfram:"Wolfram language",nb:"Mathematica Notebook",wl:"Wolfram language",xeoracube:"XeoraCube","xml-doc":"XML doc (.net)",xojo:"Xojo (REALbasic)",xquery:"XQuery",yaml:"YAML",yml:"YAML",yang:"YANG"};Prism.plugins.toolbar.registerButton("show-language",(function(t){var n=t.element.parentNode;if(n&&/pre/i.test(n.nodeName)){var r=n.getAttribute("data-language")||e[t.language]||function(e){return e?(e.substring(0,1).toUpperCase()+e.substring(1)).replace(/s(?=cript)/,"S"):e}(t.language);if(r){var i=document.createElement("span");return i.textContent=r,i}}}))}else console.warn("Show Languages plugin loaded before Toolbar plugin.")}());const rb=({attachment:e,item:t})=>{wi((()=>{nb.highlightAll()}),[e]);const n=t?.link?.ext?.replace(".","")??"plaintext",r=e.text??"";if((e=>"string"==typeof e&&new RegExp(Wm).test(e))(r)&&r.length>0){return Os("pre",{"data-testid":"code-attachment-content",className:`language-${n} line-numbers`,dangerouslySetInnerHTML:{__html:(e=>new qm({escapeXML:!0,fg:"var(--on-text-primary)"}).toHtml(e))(r)}},t?.link?.id)}return Os("pre",{"data-testid":"code-attachment-content",className:`language-${t?.link?.ext?.replace(".","")} line-numbers`,children:Os("code",{className:`language-${n}`,children:r})},t?.link?.id)};const ib=({attachment:e})=>{const[t,n]=yi(!0);return wi((()=>{if(e?.img){const t=new Image;t.onload=()=>n(!0),t.onerror=()=>n(!1),t.src=e.img}}),[e?.img]),Os("div",e?.img&&t?{"data-testid":"image-attachment-content",className:"styles_test-result-attachment-image__sJpWk",children:e?.img&&Os("img",{src:e.img,alt:e.originalFileName})}:{className:"styles_test-result-attachment-error__od2Zn",children:"something went wrong"})},ob={image:ib,svg:ib,json:rb,code:rb,uri:rb,css:rb,table:rb,html:rb,text:rb,video:({attachment:e})=>e?Os("video",{"data-testid":"video-attachment-content",class:"styles_test-result-attachment-video__251vv",controls:!0,loop:!0,muted:!0,children:Os("source",{src:e?.src,type:e?.contentType})}):Os(Ps,{})},ab={html:({attachment:e})=>{const[t,n]=yi(""),r=e.text??"",i=r.length>0?(e=>Qv.sanitize(e,void 0))(r):"";return wi((()=>{if(i){const e=new Blob([i],{type:"text/html"}),t=URL.createObjectURL(e);return n(t),()=>{URL.revokeObjectURL(t)}}}),[i]),i?Os("div",{className:"styles_html-attachment-preview__0-kmL",children:Os("iframe",{src:t,width:"100%",height:"100%",frameBorder:"0",sandbox:"allow-same-origin"})}):null}},sb=({item:e,previewable:t})=>{const{link:{contentType:n,id:r,ext:i}}=e,[o,a]=yi(null),[s,l]=yi(!1),c=Jc(n),u=ob[c.type],d=ab[c.type];return wi((()=>{(async()=>{const e=await(async(e,t,n)=>{if(!e&&!t)return null;const r=await Zc({id:e,ext:t,contentType:n});switch(Jc(n).type){case"svg":case"image":{const t=await r.blob();return{img:URL.createObjectURL(t),id:e}}case"uri":case"code":case"html":case"table":case"text":return{text:await r.text()};case"video":{const t=await r.blob();return{src:URL.createObjectURL(t),id:e,contentType:n}}default:return null}})(r,i,n)||null;l(!0),a(e)})()}),[n,r,i]),s?d&&t?Os(d,{attachment:o,item:e}):u?Os(u,{attachment:o,item:e}):null:Os("div",{className:"styles_test-result-spinner__B3aF3",children:Os(Ps,{})})},lb=({code:e,children:t,className:n})=>(wi((()=>{nb.highlightAll()}),[]),Os("pre",{className:vo("language-text line-numbers language-diff",n),children:[e&&Os("code",{children:e}),t]}));var cb="styles_modal-wrapper-fullscreen__11W3U",ub="styles_active__YdnV4";const db=({changeThumb:e,children:t,isActiveThumb:n})=>Os("div",{className:vo("styles_modal-thumb__O5sLe",{[ub]:n}),onClick:()=>()=>e?.(),children:t}),fb=({attachments:e=[]})=>{const t=e?.filter((({link:{contentType:e}})=>{const t=Jc(e).type;return!["archive",null].includes(t)}));return Os("div",{className:"styles_modal-gallery__w0J0I",children:t?.map((e=>Os(db,{item:e,children:Os(sb,{item:e})},e?.link?.id)))})},hb=({data:e,isModalOpen:t,preview:n,component:r,attachments:i,closeModal:o,translations:a,title:s})=>{const{tooltipPreview:l,tooltipDownload:c,openInNewTabButton:u}=a,{link:d}=e||{},[f,h]=yi(!1),p=d?.contentType?.startsWith("image"),g="text/html"===d?.contentType,m=d?.id&&d?.ext&&d?.contentType,v=d?.name||d?.id&&d?.ext&&`${d.id}${d.ext}`||"",b=s||v,y=Ci((()=>r&&function(e){return function(e){return!!e&&e.$$typeof===Ec}(e)?ri.apply(null,arguments):e}(r,{data:e,isFullScreen:f})),[r,e,f]);wi((()=>{nb.highlightAll()}),[]),wi((()=>(document.body.style.overflow=t?"hidden":"",()=>{document.body.style.overflow=""})),[t]);return t?Os("div",{className:"styles_modal-overlay__xdM2o",onClick:o,children:Os("div",{className:vo("styles_modal-content__2yYdb"),onClick:e=>e.stopPropagation(),children:[Os("div",{className:vo("styles_modal-wrapper__KacuO",{[cb]:f}),children:[Os("div",{className:"styles_modal-header__IcCg9",children:[Os(js,{size:"s",children:b}),Os("div",{className:"styles_modal-buttons__OBqaM",children:[p&&Os(Hs,{style:"outline",onClick:async()=>{const{id:e,ext:t,contentType:n}=d||{};await(async(e,t,n)=>{if(!e&&!t)return;const r=await Kc(e,t,n),i=URL.createObjectURL(r);globalThis.open(i,"_blank")})(e,t,n)},icon:Rs.lineGeneralLinkExternal,text:u}),g&&Os(fc,{tooltipText:l,children:Os($s,{style:"outline",size:"m",iconSize:"s",icon:n?Rs.viewOff:Rs.view})}),m&&Os(fc,{tooltipText:c,children:Os($s,{style:"outline",size:"m",iconSize:"s",icon:Rs.lineGeneralDownloadCloud,onClick:e=>(async e=>{e.stopPropagation();const{id:t,ext:n,contentType:r}=d||{};t&&n&&r&&await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await Kc(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(t,n,r)})(e)})}),Os($s,{iconSize:"m",style:"ghost",onClick:()=>h(!f),icon:f?Rs.lineLayoutsMinimize2:Rs.lineLayoutsMaximize2}),Os($s,{iconSize:"m",style:"ghost",onClick:o,icon:Rs.lineGeneralXClose})]})]}),Os("div",{className:"styles_modal-data__tEK64",children:Os("div",{className:"styles_modal-data-component__3HBgz",children:y},e?.link?.id)})]}),i?.length&&Os(fb,{attachments:i})]})}):null};var pb={tree:"styles_tree__fG6jK","tree-list":"styles_tree-list__3q7eT","tree-section":"styles_tree-section__iV9nA","tree-section-title":"styles_tree-section-title__3v2nF","tree-count":"styles_tree-count__RjQCr","tree-item":"styles_tree-item__-43NH","item-title":"styles_item-title__ip78x","test-count":"styles_test-count__ynxa4","tree-content":"styles_tree-content__RqVeR",root:"styles_root__gLSTv","tree-item-icon":"styles_tree-item-icon__pSBl5","status-passed":"styles_status-passed__kTMq4","status-failed":"styles_status-failed__2uYs3","status-broken":"styles_status-broken__34I8R","status-skipped":"styles_status-skipped__MEGGW","status-unknown":"styles_status-unknown__p2KHg","tree-status-bar":"styles_tree-status-bar__LJ7Y1","tree-status-bar-item":"styles_tree-status-bar-item__Yofv2",passed:"styles_passed__SeJia",failed:"styles_failed__-3jyb",broken:"styles_broken__g7-KJ",skipped:"styles_skipped__RfV4j",unknown:"styles_unknown__hkDQ1","tree-empty-results":"styles_tree-empty-results__4EWH4","tree-empty-results-title":"styles_tree-empty-results-title__hGsAb","tree-empty-results-clear-button":"styles_tree-empty-results-clear-button__9nCUy",order:"styles_order__-yTyr","tree-item-marked":"styles_tree-item-marked__TW7os"};const{solidAlertCircle:gb,solidCheckCircle:mb,solidHelpCircle:vb,solidMinusCircle:bb,solidXCircle:yb}=Rs,_b={failed:yb,broken:gb,passed:mb,skipped:bb,unknown:vb},wb=({status:e="unknown",className:t,classNameIcon:n})=>{const r=vo(pb[`status-${e}`],n);return Os("div",{"data-testid":`tree-leaf-status-${e}`,className:vo(pb["tree-item-icon"],t),children:Os(Ds,{className:r,id:_b[e]})})};var xb={"tree-item-retries":"styles_tree-item-retries__dhixw"};const kb=({retriesCount:e=0})=>e>0?Os("div",{"data-testid":"tree-leaf-retries",className:xb["tree-item-retries"],children:[Os(Ds,{className:xb["tree-leaf-retries-icon"],id:Rs.lineArrowsRefreshCcw1}),Os(zs,{type:"ui",size:"m",children:e})]}):null;var Cb={"item-info":"styles_item-info__ELNw-","item-info-time":"styles_item-info-time__fWpPK"};const Sb=e=>{switch(e){case"new":return Rs.lineAlertsNew;case"fixed":return Rs.lineAlertsFixed;case"regressed":return Rs.lineAlertsRegressed;case"malfunctioned":return Rs.lineAlertsMalfunctioned;default:return Rs.lineAlertsAlertCircle}},Mb=({duration:e,retriesCount:t,flaky:n,transition:r,transitionTooltip:i})=>{const o=tg(e);return Os("div",{className:Cb["item-info"],children:[n&&Os(Ds,{"data-testid":"tree-leaf-flaky",id:Rs.lineIconBomb2}),Os(kb,{retriesCount:t}),r&&Os(fc,{"data-testid":"tree-leaf-transition-tooltip",tooltipText:i,children:Os(Ds,{"data-testid":`tree-leaf-transition-${r}`,id:Sb(r),className:Cb["item-info-transition"]})}),Os(zs,{"data-testid":"tree-leaf-duration",type:"ui",size:"m",className:Cb["item-info-time"],children:o})]})},Tb=({name:e,groupOrder:t,status:n,duration:r,retriesCount:i,flaky:o,transition:a,transitionTooltip:s,id:l,marked:c,navigateTo:u,...d})=>Os("div",{...d,className:vo(pb["tree-item"],c?pb["tree-item-marked"]:""),onClick:()=>u(l),id:l,children:[Os(wb,{status:n}),Os(Is,{"data-testid":"tree-leaf-order",size:"s",className:pb.order,children:t}),Os(zs,{"data-testid":"tree-leaf-title",className:pb["item-title"],children:e}),Os(Mb,{"data-testid":"tree-leaf-info",duration:r,flaky:o,retriesCount:i,transition:a,transitionTooltip:s})]}),Ab=({title:e,icon:t,isOpened:n,toggleTree:r,children:i,...o})=>Os("div",{"data-testid":"tree-section",...o,className:pb["tree-section"],onClick:r,children:[Os(Yc,{"data-testid":"tree-arrow",isOpened:n}),t&&Os(Ds,{id:t,size:"xs"}),Os(zs,{"data-testid":"tree-section-title",size:"m",bold:!0,className:pb["tree-section-title"],children:e}),i]}),Lb=({statistic:e,statusFilter:t,reportStatistic:n,maxWidth:r=140,minWidth:i=46,offset:o=10})=>{const a=Math.floor(((e,t)=>{const n=Math.log(o);return(Math.log(e+o)-n)/(Math.log(t+o)-n)})(e?.total??0,n?.total??0)*(r-i)+i);return e?Os("div",{className:pb["tree-status-bar"],style:{width:`${a}px`},children:Yp.map((t=>({status:t,value:e[t]}))).filter((({status:e,value:n})=>void 0!==n&&("total"===t||t===e&&n>0))).map((({status:e,value:t})=>Os("div",{className:vo(pb["tree-status-bar-item"],pb[e]),style:{flexGrow:t},children:t},e)))}):null},Eb=({categoryTitle:e,isOpened:t,toggleTree:n,statistic:r,reportStatistic:i,statusFilter:o,...a})=>Os(Ab,{...a,title:e,isOpened:t,toggleTree:n,children:Os(Lb,{reportStatistic:i,statusFilter:o,statistic:r})}),Nb=({tree:e,statusFilter:t,root:n,name:r,statistic:i,reportStatistic:o,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c})=>{const u=a.has(e.nodeId),d=void 0===i||!!i?.failed||!!i?.broken,[f,h]=yi((()=>n||(u?!d:d)));if(!e?.trees?.length&&!e?.leaves?.length)return null;const p=f&&Os("div",{"data-testid":"tree-content",className:vo({[pb["tree-content"]]:!0,[pb.root]:n}),children:[e?.trees?.map?.((e=>Os(Nb,{name:e.name,tree:e,statistic:e.statistic,reportStatistic:o,statusFilter:t,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c},e.nodeId))),e?.leaves?.map?.((e=>Os(Tb,{"data-testid":"tree-leaf",id:e.nodeId,name:e.name,status:e.status,groupOrder:e.groupOrder,duration:e.duration,retriesCount:e.retriesCount,transition:e.transition,transitionTooltip:e.transitionTooltip,flaky:e.flaky,marked:e.nodeId===l,navigateTo:c},e.nodeId)))]});return Os("div",{className:pb.tree,children:[r&&Os(Eb,{statusFilter:t,categoryTitle:r,isOpened:f,toggleTree:()=>{h(!f),s(e.nodeId)},statistic:i,reportStatistic:o}),p]})};var Ob={counter:"styles_counter__chRZ-","status-passed":"styles_status-passed__fOOfy","status-failed":"styles_status-failed__CIBqD","status-broken":"styles_status-broken__caix7","status-skipped":"styles_status-skipped__FrjS4","status-unknown":"styles_status-unknown__wxCbv","size-s":"styles_size-s__MzJcz","size-m":"styles_size-m__zaoMz","size-l":"styles_size-l__foUrC"};const Rb=e=>{const{count:t,size:n="s",truncateCount:r=!1,status:i}=e,o=r&&t>99?"99+":t;return Os(zs,{tag:"small",size:"l"===n?"m":"s",type:"ui",bold:!0,className:vo(Ob.counter,Ob[`size-${n}`],i&&Ob[`status-${i}`]),"data-testid":"counter",children:o})};const Db=e=>{const{value:t,label:n,onChange:r,focusable:i=!0,...o}=e;return Os("input",{...o,tabIndex:i?0:-1,className:"styles_toggle__aBRpI",role:"switch",type:"checkbox",checked:t,"aria-label":n,onToggle:e=>{const t=!e.target.checked;r(t)}})};const Pb=e=>{const{children:t,onClick:n,href:r}=e;return Os(void 0===r?"button":"a",{href:r,onClick:n,className:"styles_link__BC-2O",children:t})};const zb=e=>{const{className:t}=e;return Os(zs,{type:"paragraph",size:"m",bold:!0,className:vo("styles_text__BcILe",t),children:[Os(Ds,{id:Rs.reportLogo,size:"m",inline:!0,className:"styles_logo__jHlBl"}),Os("span",{children:"Allure Report"})]})};const Ib=e=>{const{className:t,logo:n}=e;return Os("div",{className:vo("styles_report-logo__OOEnL",t),children:n?Os("img",{src:n,alt:"report logo"}):Os(Ds,{id:Rs.reportLogo,inline:!0})})};const jb=({children:e,title:t,centerContent:n,dropShadow:r=!0})=>Os("div",{className:"styles_widget__JLpmE","data-drop-shadow":r||void 0,children:[t&&Os("div",{className:"styles_header__yKZiz",children:Os(js,{size:"s",children:t})}),Os("div",{className:"styles_content__zvonT","data-center-content":n,children:e})]});function Bb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Fb(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Bb(Object(n),!0).forEach((function(t){$b(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Bb(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Hb(e){return Hb="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Hb(e)}function $b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ub(){return Ub=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ub.apply(this,arguments)}function qb(e){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(e)}var Wb=qb(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Vb=qb(/Edge/i),Gb=qb(/firefox/i),Yb=qb(/safari/i)&&!qb(/chrome/i)&&!qb(/android/i),Xb=qb(/iP(ad|od|hone)/i),Zb=qb(/chrome/i)&&qb(/android/i),Kb={capture:!1,passive:!1};function Jb(e,t,n){e.addEventListener(t,n,!Wb&&Kb)}function Qb(e,t,n){e.removeEventListener(t,n,!Wb&&Kb)}function ey(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function ty(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function ny(e,t,n,r){if(e){n=n||document;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&ey(e,t):ey(e,t))||r&&e===n)return e;if(e===n)break}while(e=ty(e))}return null}var ry,iy=/\s+/g;function oy(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(iy," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(iy," ")}}function ay(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"==typeof n?"":"px")}}function sy(e,t){var n="";if("string"==typeof e)n=e;else do{var r=ay(e,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!t&&(e=e.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function ly(e,t,n){if(e){var r=e.getElementsByTagName(t),i=0,o=r.length;if(n)for(;i<o;i++)n(r[i],i);return r}return[]}function cy(){return document.scrollingElement||document.documentElement}function uy(e,t,n,r,i){if(e.getBoundingClientRect||e===window){var o,a,s,l,c,u,d;if(e!==window&&e.parentNode&&e!==cy()?(a=(o=e.getBoundingClientRect()).top,s=o.left,l=o.bottom,c=o.right,u=o.height,d=o.width):(a=0,s=0,l=window.innerHeight,c=window.innerWidth,u=window.innerHeight,d=window.innerWidth),(t||n)&&e!==window&&(i=i||e.parentNode,!Wb))do{if(i&&i.getBoundingClientRect&&("none"!==ay(i,"transform")||n&&"static"!==ay(i,"position"))){var f=i.getBoundingClientRect();a-=f.top+parseInt(ay(i,"border-top-width")),s-=f.left+parseInt(ay(i,"border-left-width")),l=a+o.height,c=s+o.width;break}}while(i=i.parentNode);if(r&&e!==window){var h=sy(i||e),p=h&&h.a,g=h&&h.d;h&&(l=(a/=g)+(u/=g),c=(s/=p)+(d/=p))}return{top:a,left:s,bottom:l,right:c,width:d,height:u}}}function dy(e,t,n){for(var r=my(e,!0),i=uy(e)[t];r;){if(!(i>=uy(r)[n]))return r;if(r===cy())break;r=my(r,!1)}return!1}function fy(e,t,n,r){for(var i=0,o=0,a=e.children;o<a.length;){if("none"!==a[o].style.display&&a[o]!==y_.ghost&&(r||a[o]!==y_.dragged)&&ny(a[o],n.draggable,e,!1)){if(i===t)return a[o];i++}o++}return null}function hy(e,t){for(var n=e.lastElementChild;n&&(n===y_.ghost||"none"===ay(n,"display")||t&&!ey(n,t));)n=n.previousElementSibling;return n||null}function py(e,t){var n=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)"TEMPLATE"===e.nodeName.toUpperCase()||e===y_.clone||t&&!ey(e,t)||n++;return n}function gy(e){var t=0,n=0,r=cy();if(e)do{var i=sy(e),o=i.a,a=i.d;t+=e.scrollLeft*o,n+=e.scrollTop*a}while(e!==r&&(e=e.parentNode));return[t,n]}function my(e,t){if(!e||!e.getBoundingClientRect)return cy();var n=e,r=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=ay(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n.getBoundingClientRect||n===document.body)return cy();if(r||t)return n;r=!0}}}while(n=n.parentNode);return cy()}function vy(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}function by(e,t){return function(){if(!ry){var n=arguments;1===n.length?e.call(this,n[0]):e.apply(this,n),ry=setTimeout((function(){ry=void 0}),t)}}}function yy(e,t,n){e.scrollLeft+=t,e.scrollTop+=n}function _y(e){var t=window.Polymer,n=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):n?n(e).clone(!0)[0]:e.cloneNode(!0)}function wy(e,t,n){var r={};return Array.from(e.children).forEach((function(i){var o,a,s,l;if(ny(i,t.draggable,e,!1)&&!i.animated&&i!==n){var c=uy(i);r.left=Math.min(null!==(o=r.left)&&void 0!==o?o:1/0,c.left),r.top=Math.min(null!==(a=r.top)&&void 0!==a?a:1/0,c.top),r.right=Math.max(null!==(s=r.right)&&void 0!==s?s:-1/0,c.right),r.bottom=Math.max(null!==(l=r.bottom)&&void 0!==l?l:-1/0,c.bottom)}})),r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}var xy="Sortable"+(new Date).getTime();var ky=[],Cy={initializeByDefault:!0},Sy={mount:function(e){for(var t in Cy)Cy.hasOwnProperty(t)&&!(t in e)&&(e[t]=Cy[t]);ky.forEach((function(t){if(t.pluginName===e.pluginName)throw"Sortable: Cannot mount plugin ".concat(e.pluginName," more than once")})),ky.push(e)},pluginEvent:function(e,t,n){var r=this;this.eventCanceled=!1,n.cancel=function(){r.eventCanceled=!0};var i=e+"Global";ky.forEach((function(r){t[r.pluginName]&&(t[r.pluginName][i]&&t[r.pluginName][i](Fb({sortable:t},n)),t.options[r.pluginName]&&t[r.pluginName][e]&&t[r.pluginName][e](Fb({sortable:t},n)))}))},initializePlugins:function(e,t,n,r){for(var i in ky.forEach((function(r){var i=r.pluginName;if(e.options[i]||r.initializeByDefault){var o=new r(e,t,e.options);o.sortable=e,o.options=e.options,e[i]=o,Ub(n,o.defaults)}})),e.options)if(e.options.hasOwnProperty(i)){var o=this.modifyOption(e,i,e.options[i]);void 0!==o&&(e.options[i]=o)}},getEventProperties:function(e,t){var n={};return ky.forEach((function(r){"function"==typeof r.eventProperties&&Ub(n,r.eventProperties.call(t[r.pluginName],e))})),n},modifyOption:function(e,t,n){var r;return ky.forEach((function(i){e[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[t]&&(r=i.optionListeners[t].call(e[i.pluginName],n))})),r}},My=["evt"],Ty=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,i=function(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}(n,My);Sy.pluginEvent.bind(y_)(e,t,Fb({dragEl:Ly,parentEl:Ey,ghostEl:Ny,rootEl:Oy,nextEl:Ry,lastDownEl:Dy,cloneEl:Py,cloneHidden:zy,dragStarted:Xy,putSortable:$y,activeSortable:y_.active,originalEvent:r,oldIndex:Iy,oldDraggableIndex:By,newIndex:jy,newDraggableIndex:Fy,hideGhostForTarget:g_,unhideGhostForTarget:m_,cloneNowHidden:function(){zy=!0},cloneNowShown:function(){zy=!1},dispatchSortableEvent:function(e){Ay({sortable:t,name:e,originalEvent:r})}},i))};function Ay(e){!function(e){var t=e.sortable,n=e.rootEl,r=e.name,i=e.targetEl,o=e.cloneEl,a=e.toEl,s=e.fromEl,l=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,d=e.newDraggableIndex,f=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;if(t=t||n&&n[xy]){var g,m=t.options,v="on"+r.charAt(0).toUpperCase()+r.substr(1);!window.CustomEvent||Wb||Vb?(g=document.createEvent("Event")).initEvent(r,!0,!0):g=new CustomEvent(r,{bubbles:!0,cancelable:!0}),g.to=a||n,g.from=s||n,g.item=i||n,g.clone=o,g.oldIndex=l,g.newIndex=c,g.oldDraggableIndex=u,g.newDraggableIndex=d,g.originalEvent=f,g.pullMode=h?h.lastPutMode:void 0;var b=Fb(Fb({},p),Sy.getEventProperties(r,t));for(var y in b)g[y]=b[y];n&&n.dispatchEvent(g),m[v]&&m[v].call(t,g)}}(Fb({putSortable:$y,cloneEl:Py,targetEl:Ly,rootEl:Oy,oldIndex:Iy,oldDraggableIndex:By,newIndex:jy,newDraggableIndex:Fy},e))}var Ly,Ey,Ny,Oy,Ry,Dy,Py,zy,Iy,jy,By,Fy,Hy,$y,Uy,qy,Wy,Vy,Gy,Yy,Xy,Zy,Ky,Jy,Qy,e_=!1,t_=!1,n_=[],r_=!1,i_=!1,o_=[],a_=!1,s_=[],l_="undefined"!=typeof document,c_=Xb,u_=Vb||Wb?"cssFloat":"float",d_=l_&&!Zb&&!Xb&&"draggable"in document.createElement("div"),f_=function(){if(l_){if(Wb)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),h_=function(e,t){var n=ay(e),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=fy(e,0,t),o=fy(e,1,t),a=i&&ay(i),s=o&&ay(o),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+uy(i).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+uy(o).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&a.float&&"none"!==a.float){var u="left"===a.float?"left":"right";return!o||"both"!==s.clear&&s.clear!==u?"horizontal":"vertical"}return i&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=r&&"none"===n[u_]||o&&"none"===n[u_]&&l+c>r)?"vertical":"horizontal"},p_=function(e){function t(e,n){return function(r,i,o,a){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"==typeof e)return t(e(r,i,o,a),n)(r,i,o,a);var l=(n?r:i).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var n={},r=e.group;r&&"object"==Hb(r)||(r={name:r}),n.name=r.name,n.checkPull=t(r.pull,!0),n.checkPut=t(r.put),n.revertClone=r.revertClone,e.group=n},g_=function(){!f_&&Ny&&ay(Ny,"display","none")},m_=function(){!f_&&Ny&&ay(Ny,"display","")};l_&&!Zb&&document.addEventListener("click",(function(e){if(t_)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),t_=!1,!1}),!0);var v_=function(e){if(Ly){var t=function(e,t){var n;return n_.some((function(r){var i=r[xy].options.emptyInsertThreshold;if(i&&!hy(r)){var o=uy(r),a=e>=o.left-i&&e<=o.right+i,s=t>=o.top-i&&t<=o.bottom+i;return a&&s?n=r:void 0}})),n}((e=e.touches?e.touches[0]:e).clientX,e.clientY);if(t){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[xy]._onDragOver(n)}}},b_=function(e){Ly&&Ly.parentNode[xy]._isOutsideThisEl(e.target)};function y_(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=Ub({},t),e[xy]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return h_(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==y_.supportPointer&&"PointerEvent"in window&&(!Yb||Xb),emptyInsertThreshold:5};for(var r in Sy.initializePlugins(this,e,n),n)!(r in t)&&(t[r]=n[r]);for(var i in p_(t),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&d_,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?Jb(e,"pointerdown",this._onTapStart):(Jb(e,"mousedown",this._onTapStart),Jb(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(Jb(e,"dragover",this),Jb(e,"dragenter",this)),n_.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),Ub(this,function(){var e,t=[];return{captureAnimationState:function(){t=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(e){if("none"!==ay(e,"display")&&e!==y_.ghost){t.push({target:e,rect:uy(e)});var n=Fb({},t[t.length-1].rect);if(e.thisAnimationDuration){var r=sy(e,!0);r&&(n.top-=r.f,n.left-=r.e)}e.fromRect=n}}))},addAnimationState:function(e){t.push(e)},removeAnimationState:function(e){t.splice(function(e,t){for(var n in e)if(e.hasOwnProperty(n))for(var r in t)if(t.hasOwnProperty(r)&&t[r]===e[n][r])return Number(n);return-1}(t,{target:e}),1)},animateAll:function(n){var r=this;if(!this.options.animation)return clearTimeout(e),void("function"==typeof n&&n());var i=!1,o=0;t.forEach((function(e){var t=0,n=e.target,a=n.fromRect,s=uy(n),l=n.prevFromRect,c=n.prevToRect,u=e.rect,d=sy(n,!0);d&&(s.top-=d.f,s.left-=d.e),n.toRect=s,n.thisAnimationDuration&&vy(l,s)&&!vy(a,s)&&(u.top-s.top)/(u.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(t=function(e,t,n,r){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*r.animation}(u,l,c,r.options)),vy(s,a)||(n.prevFromRect=a,n.prevToRect=s,t||(t=r.options.animation),r.animate(n,u,s,t)),t&&(i=!0,o=Math.max(o,t),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),t),n.thisAnimationDuration=t)})),clearTimeout(e),i?e=setTimeout((function(){"function"==typeof n&&n()}),o):"function"==typeof n&&n(),t=[]},animate:function(e,t,n,r){if(r){ay(e,"transition",""),ay(e,"transform","");var i=sy(this.el),o=i&&i.a,a=i&&i.d,s=(t.left-n.left)/(o||1),l=(t.top-n.top)/(a||1);e.animatingX=!!s,e.animatingY=!!l,ay(e,"transform","translate3d("+s+"px,"+l+"px,0)"),this.forRepaintDummy=function(e){return e.offsetWidth}(e),ay(e,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:"")),ay(e,"transform","translate3d(0,0,0)"),"number"==typeof e.animated&&clearTimeout(e.animated),e.animated=setTimeout((function(){ay(e,"transition",""),ay(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1}),r)}}}}())}function __(e,t,n,r,i,o,a,s){var l,c,u=e[xy],d=u.options.onMove;return!window.CustomEvent||Wb||Vb?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=n,l.draggedRect=r,l.related=i||t,l.relatedRect=o||uy(t),l.willInsertAfter=s,l.originalEvent=a,e.dispatchEvent(l),d&&(c=d.call(u,l,a)),c}function w_(e){e.draggable=!1}function x_(){a_=!1}function k_(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,r=0;n--;)r+=t.charCodeAt(n);return r.toString(36)}function C_(e){return setTimeout(e,0)}function S_(e){return clearTimeout(e)}y_.prototype={constructor:y_,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(Zy=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,Ly):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,n=this.el,r=this.options,i=r.preventOnFilter,o=e.type,a=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,s=(a||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||s,c=r.filter;if(function(e){s_.length=0;for(var t=e.getElementsByTagName("input"),n=t.length;n--;){var r=t[n];r.checked&&s_.push(r)}}(n),!Ly&&!(/mousedown|pointerdown/.test(o)&&0!==e.button||r.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Yb||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=ny(s,r.draggable,n,!1))&&s.animated||Dy===s)){if(Iy=py(s),By=py(s,r.draggable),"function"==typeof c){if(c.call(this,e,s,this))return Ay({sortable:t,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),Ty("filter",t,{evt:e}),void(i&&e.preventDefault())}else if(c&&(c=c.split(",").some((function(r){if(r=ny(l,r.trim(),n,!1))return Ay({sortable:t,rootEl:r,name:"filter",targetEl:s,fromEl:n,toEl:n}),Ty("filter",t,{evt:e}),!0}))))return void(i&&e.preventDefault());r.handle&&!ny(l,r.handle,n,!1)||this._prepareDragStart(e,a,s)}}},_prepareDragStart:function(e,t,n){var r,i=this,o=i.el,a=i.options,s=o.ownerDocument;if(n&&!Ly&&n.parentNode===o){var l=uy(n);if(Oy=o,Ey=(Ly=n).parentNode,Ry=Ly.nextSibling,Dy=n,Hy=a.group,y_.dragged=Ly,Uy={target:Ly,clientX:(t||e).clientX,clientY:(t||e).clientY},Gy=Uy.clientX-l.left,Yy=Uy.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,Ly.style["will-change"]="all",r=function(){Ty("delayEnded",i,{evt:e}),y_.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!Gb&&i.nativeDraggable&&(Ly.draggable=!0),i._triggerDragStart(e,t),Ay({sortable:i,name:"choose",originalEvent:e}),oy(Ly,a.chosenClass,!0))},a.ignore.split(",").forEach((function(e){ly(Ly,e.trim(),w_)})),Jb(s,"dragover",v_),Jb(s,"mousemove",v_),Jb(s,"touchmove",v_),a.supportPointer?(Jb(s,"pointerup",i._onDrop),!this.nativeDraggable&&Jb(s,"pointercancel",i._onDrop)):(Jb(s,"mouseup",i._onDrop),Jb(s,"touchend",i._onDrop),Jb(s,"touchcancel",i._onDrop)),Gb&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Ly.draggable=!0),Ty("delayStart",this,{evt:e}),!a.delay||a.delayOnTouchOnly&&!t||this.nativeDraggable&&(Vb||Wb))r();else{if(y_.eventCanceled)return void this._onDrop();a.supportPointer?(Jb(s,"pointerup",i._disableDelayedDrag),Jb(s,"pointercancel",i._disableDelayedDrag)):(Jb(s,"mouseup",i._disableDelayedDrag),Jb(s,"touchend",i._disableDelayedDrag),Jb(s,"touchcancel",i._disableDelayedDrag)),Jb(s,"mousemove",i._delayedDragTouchMoveHandler),Jb(s,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&Jb(s,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(r,a.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Ly&&w_(Ly),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;Qb(e,"mouseup",this._disableDelayedDrag),Qb(e,"touchend",this._disableDelayedDrag),Qb(e,"touchcancel",this._disableDelayedDrag),Qb(e,"pointerup",this._disableDelayedDrag),Qb(e,"pointercancel",this._disableDelayedDrag),Qb(e,"mousemove",this._delayedDragTouchMoveHandler),Qb(e,"touchmove",this._delayedDragTouchMoveHandler),Qb(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?Jb(document,"pointermove",this._onTouchMove):Jb(document,t?"touchmove":"mousemove",this._onTouchMove):(Jb(Ly,"dragend",this),Jb(Oy,"dragstart",this._onDragStart));try{document.selection?C_((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(e_=!1,Oy&&Ly){Ty("dragStarted",this,{evt:t}),this.nativeDraggable&&Jb(document,"dragover",b_);var n=this.options;!e&&oy(Ly,n.dragClass,!1),oy(Ly,n.ghostClass,!0),y_.active=this,e&&this._appendGhost(),Ay({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(qy){this._lastX=qy.clientX,this._lastY=qy.clientY,g_();for(var e=document.elementFromPoint(qy.clientX,qy.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(qy.clientX,qy.clientY))!==t;)t=e;if(Ly.parentNode[xy]._isOutsideThisEl(e),t)do{if(t[xy]&&t[xy]._onDragOver({clientX:qy.clientX,clientY:qy.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break;e=t}while(t=ty(t));m_()}},_onTouchMove:function(e){if(Uy){var t=this.options,n=t.fallbackTolerance,r=t.fallbackOffset,i=e.touches?e.touches[0]:e,o=Ny&&sy(Ny,!0),a=Ny&&o&&o.a,s=Ny&&o&&o.d,l=c_&&Qy&&gy(Qy),c=(i.clientX-Uy.clientX+r.x)/(a||1)+(l?l[0]-o_[0]:0)/(a||1),u=(i.clientY-Uy.clientY+r.y)/(s||1)+(l?l[1]-o_[1]:0)/(s||1);if(!y_.active&&!e_){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<n)return;this._onDragStart(e,!0)}if(Ny){o?(o.e+=c-(Wy||0),o.f+=u-(Vy||0)):o={a:1,b:0,c:0,d:1,e:c,f:u};var d="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");ay(Ny,"webkitTransform",d),ay(Ny,"mozTransform",d),ay(Ny,"msTransform",d),ay(Ny,"transform",d),Wy=c,Vy=u,qy=i}e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!Ny){var e=this.options.fallbackOnBody?document.body:Oy,t=uy(Ly,!0,c_,!0,e),n=this.options;if(c_){for(Qy=e;"static"===ay(Qy,"position")&&"none"===ay(Qy,"transform")&&Qy!==document;)Qy=Qy.parentNode;Qy!==document.body&&Qy!==document.documentElement?(Qy===document&&(Qy=cy()),t.top+=Qy.scrollTop,t.left+=Qy.scrollLeft):Qy=cy(),o_=gy(Qy)}oy(Ny=Ly.cloneNode(!0),n.ghostClass,!1),oy(Ny,n.fallbackClass,!0),oy(Ny,n.dragClass,!0),ay(Ny,"transition",""),ay(Ny,"transform",""),ay(Ny,"box-sizing","border-box"),ay(Ny,"margin",0),ay(Ny,"top",t.top),ay(Ny,"left",t.left),ay(Ny,"width",t.width),ay(Ny,"height",t.height),ay(Ny,"opacity","0.8"),ay(Ny,"position",c_?"absolute":"fixed"),ay(Ny,"zIndex","100000"),ay(Ny,"pointerEvents","none"),y_.ghost=Ny,e.appendChild(Ny),ay(Ny,"transform-origin",Gy/parseInt(Ny.style.width)*100+"% "+Yy/parseInt(Ny.style.height)*100+"%")}},_onDragStart:function(e,t){var n=this,r=e.dataTransfer,i=n.options;Ty("dragStart",this,{evt:e}),y_.eventCanceled?this._onDrop():(Ty("setupClone",this),y_.eventCanceled||((Py=_y(Ly)).removeAttribute("id"),Py.draggable=!1,Py.style["will-change"]="",this._hideClone(),oy(Py,this.options.chosenClass,!1),y_.clone=Py),n.cloneId=C_((function(){Ty("clone",n),y_.eventCanceled||(n.options.removeCloneOnHide||Oy.insertBefore(Py,Ly),n._hideClone(),Ay({sortable:n,name:"clone"}))})),!t&&oy(Ly,i.dragClass,!0),t?(t_=!0,n._loopId=setInterval(n._emulateDragOver,50)):(Qb(document,"mouseup",n._onDrop),Qb(document,"touchend",n._onDrop),Qb(document,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",i.setData&&i.setData.call(n,r,Ly)),Jb(document,"drop",n),ay(Ly,"transform","translateZ(0)")),e_=!0,n._dragStartId=C_(n._dragStarted.bind(n,t,e)),Jb(document,"selectstart",n),Xy=!0,window.getSelection().removeAllRanges(),Yb&&ay(document.body,"user-select","none"))},_onDragOver:function(e){var t,n,r,i,o=this.el,a=e.target,s=this.options,l=s.group,c=y_.active,u=Hy===l,d=s.sort,f=$y||c,h=this,p=!1;if(!a_){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),a=ny(a,s.draggable,o,!0),L("dragOver"),y_.eventCanceled)return p;if(Ly.contains(e.target)||a.animated&&a.animatingX&&a.animatingY||h._ignoreWhileAnimating===a)return N(!1);if(t_=!1,c&&!s.disabled&&(u?d||(r=Ey!==Oy):$y===this||(this.lastPutMode=Hy.checkPull(this,c,Ly,e))&&l.checkPut(this,c,Ly,e))){if(i="vertical"===this._getDirection(e,a),t=uy(Ly),L("dragOverValid"),y_.eventCanceled)return p;if(r)return Ey=Oy,E(),this._hideClone(),L("revert"),y_.eventCanceled||(Ry?Oy.insertBefore(Ly,Ry):Oy.appendChild(Ly)),N(!0);var g=hy(o,s.draggable);if(!g||function(e,t,n){var r=uy(hy(n.el,n.options.draggable)),i=wy(n.el,n.options,Ny);return t?e.clientX>i.right+10||e.clientY>r.bottom&&e.clientX>r.left:e.clientY>i.bottom+10||e.clientX>r.right&&e.clientY>r.top}(e,i,this)&&!g.animated){if(g===Ly)return N(!1);if(g&&o===e.target&&(a=g),a&&(n=uy(a)),!1!==__(Oy,o,Ly,t,a,n,e,!!a))return E(),g&&g.nextSibling?o.insertBefore(Ly,g.nextSibling):o.appendChild(Ly),Ey=o,O(),N(!0)}else if(g&&function(e,t,n){var r=uy(fy(n.el,0,n.options,!0)),i=wy(n.el,n.options,Ny);return t?e.clientX<i.left-10||e.clientY<r.top&&e.clientX<r.right:e.clientY<i.top-10||e.clientY<r.bottom&&e.clientX<r.left}(e,i,this)){var m=fy(o,0,s,!0);if(m===Ly)return N(!1);if(n=uy(a=m),!1!==__(Oy,o,Ly,t,a,n,e,!1))return E(),o.insertBefore(Ly,m),Ey=o,O(),N(!0)}else if(a.parentNode===o){n=uy(a);var v,b,y,_=Ly.parentNode!==o,w=!function(e,t,n){var r=n?e.left:e.top,i=n?e.right:e.bottom,o=n?e.width:e.height,a=n?t.left:t.top,s=n?t.right:t.bottom,l=n?t.width:t.height;return r===a||i===s||r+o/2===a+l/2}(Ly.animated&&Ly.toRect||t,a.animated&&a.toRect||n,i),x=i?"top":"left",k=dy(a,"top","top")||dy(Ly,"top","top"),C=k?k.scrollTop:void 0;if(Zy!==a&&(b=n[x],r_=!1,i_=!w&&s.invertSwap||_),v=function(e,t,n,r,i,o,a,s){var l=r?e.clientY:e.clientX,c=r?n.height:n.width,u=r?n.top:n.left,d=r?n.bottom:n.right,f=!1;if(!a)if(s&&Jy<c*i){if(!r_&&(1===Ky?l>u+c*o/2:l<d-c*o/2)&&(r_=!0),r_)f=!0;else if(1===Ky?l<u+Jy:l>d-Jy)return-Ky}else if(l>u+c*(1-i)/2&&l<d-c*(1-i)/2)return function(e){return py(Ly)<py(e)?1:-1}(t);return(f=f||a)&&(l<u+c*o/2||l>d-c*o/2)?l>u+c/2?1:-1:0}(e,a,n,i,w?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,i_,Zy===a),0!==v){var S=py(Ly);do{S-=v,y=Ey.children[S]}while(y&&("none"===ay(y,"display")||y===Ny))}if(0===v||y===a)return N(!1);Zy=a,Ky=v;var M=a.nextElementSibling,T=!1,A=__(Oy,o,Ly,t,a,n,e,T=1===v);if(!1!==A)return 1!==A&&-1!==A||(T=1===A),a_=!0,setTimeout(x_,30),E(),T&&!M?o.appendChild(Ly):a.parentNode.insertBefore(Ly,T?M:a),k&&yy(k,0,C-k.scrollTop),Ey=Ly.parentNode,void 0===b||i_||(Jy=Math.abs(b-uy(a)[x])),O(),N(!0)}if(o.contains(Ly))return N(!1)}return!1}function L(s,l){Ty(s,h,Fb({evt:e,isOwner:u,axis:i?"vertical":"horizontal",revert:r,dragRect:t,targetRect:n,canSort:d,fromSortable:f,target:a,completed:N,onMove:function(n,r){return __(Oy,o,Ly,t,n,uy(n),e,r)},changed:O},l))}function E(){L("dragOverAnimationCapture"),h.captureAnimationState(),h!==f&&f.captureAnimationState()}function N(t){return L("dragOverCompleted",{insertion:t}),t&&(u?c._hideClone():c._showClone(h),h!==f&&(oy(Ly,$y?$y.options.ghostClass:c.options.ghostClass,!1),oy(Ly,s.ghostClass,!0)),$y!==h&&h!==y_.active?$y=h:h===y_.active&&$y&&($y=null),f===h&&(h._ignoreWhileAnimating=a),h.animateAll((function(){L("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(a===Ly&&!Ly.animated||a===o&&!a.animated)&&(Zy=null),s.dragoverBubble||e.rootEl||a===document||(Ly.parentNode[xy]._isOutsideThisEl(e.target),!t&&v_(e)),!s.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),p=!0}function O(){jy=py(Ly),Fy=py(Ly,s.draggable),Ay({sortable:h,name:"change",toEl:o,newIndex:jy,newDraggableIndex:Fy,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){Qb(document,"mousemove",this._onTouchMove),Qb(document,"touchmove",this._onTouchMove),Qb(document,"pointermove",this._onTouchMove),Qb(document,"dragover",v_),Qb(document,"mousemove",v_),Qb(document,"touchmove",v_)},_offUpEvents:function(){var e=this.el.ownerDocument;Qb(e,"mouseup",this._onDrop),Qb(e,"touchend",this._onDrop),Qb(e,"pointerup",this._onDrop),Qb(e,"pointercancel",this._onDrop),Qb(e,"touchcancel",this._onDrop),Qb(document,"selectstart",this)},_onDrop:function(e){var t=this.el,n=this.options;jy=py(Ly),Fy=py(Ly,n.draggable),Ty("drop",this,{evt:e}),Ey=Ly&&Ly.parentNode,jy=py(Ly),Fy=py(Ly,n.draggable),y_.eventCanceled||(e_=!1,i_=!1,r_=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),S_(this.cloneId),S_(this._dragStartId),this.nativeDraggable&&(Qb(document,"drop",this),Qb(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Yb&&ay(document.body,"user-select",""),ay(Ly,"transform",""),e&&(Xy&&(e.cancelable&&e.preventDefault(),!n.dropBubble&&e.stopPropagation()),Ny&&Ny.parentNode&&Ny.parentNode.removeChild(Ny),(Oy===Ey||$y&&"clone"!==$y.lastPutMode)&&Py&&Py.parentNode&&Py.parentNode.removeChild(Py),Ly&&(this.nativeDraggable&&Qb(Ly,"dragend",this),w_(Ly),Ly.style["will-change"]="",Xy&&!e_&&oy(Ly,$y?$y.options.ghostClass:this.options.ghostClass,!1),oy(Ly,this.options.chosenClass,!1),Ay({sortable:this,name:"unchoose",toEl:Ey,newIndex:null,newDraggableIndex:null,originalEvent:e}),Oy!==Ey?(jy>=0&&(Ay({rootEl:Ey,name:"add",toEl:Ey,fromEl:Oy,originalEvent:e}),Ay({sortable:this,name:"remove",toEl:Ey,originalEvent:e}),Ay({rootEl:Ey,name:"sort",toEl:Ey,fromEl:Oy,originalEvent:e}),Ay({sortable:this,name:"sort",toEl:Ey,originalEvent:e})),$y&&$y.save()):jy!==Iy&&jy>=0&&(Ay({sortable:this,name:"update",toEl:Ey,originalEvent:e}),Ay({sortable:this,name:"sort",toEl:Ey,originalEvent:e})),y_.active&&(null!=jy&&-1!==jy||(jy=Iy,Fy=By),Ay({sortable:this,name:"end",toEl:Ey,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){Ty("nulling",this),Oy=Ly=Ey=Ny=Ry=Py=Dy=zy=Uy=qy=Xy=jy=Fy=Iy=By=Zy=Ky=$y=Hy=y_.dragged=y_.ghost=y_.clone=y_.active=null,s_.forEach((function(e){e.checked=!0})),s_.length=Wy=Vy=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":Ly&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,i=n.length,o=this.options;r<i;r++)ny(e=n[r],o.draggable,this.el,!1)&&t.push(e.getAttribute(o.dataIdAttr)||k_(e));return t},sort:function(e,t){var n={},r=this.el;this.toArray().forEach((function(e,t){var i=r.children[t];ny(i,this.options.draggable,r,!1)&&(n[e]=i)}),this),t&&this.captureAnimationState(),e.forEach((function(e){n[e]&&(r.removeChild(n[e]),r.appendChild(n[e]))})),t&&this.animateAll()},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return ny(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var n=this.options;if(void 0===t)return n[e];var r=Sy.modifyOption(this,e,t);n[e]=void 0!==r?r:t,"group"===e&&p_(n)},destroy:function(){Ty("destroy",this);var e=this.el;e[xy]=null,Qb(e,"mousedown",this._onTapStart),Qb(e,"touchstart",this._onTapStart),Qb(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(Qb(e,"dragover",this),Qb(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),n_.splice(n_.indexOf(this.el),1),this.el=e=null},_hideClone:function(){if(!zy){if(Ty("hideClone",this),y_.eventCanceled)return;ay(Py,"display","none"),this.options.removeCloneOnHide&&Py.parentNode&&Py.parentNode.removeChild(Py),zy=!0}},_showClone:function(e){if("clone"===e.lastPutMode){if(zy){if(Ty("showClone",this),y_.eventCanceled)return;Ly.parentNode!=Oy||this.options.group.revertClone?Ry?Oy.insertBefore(Py,Ry):Oy.appendChild(Py):Oy.insertBefore(Py,Ly),this.options.group.revertClone&&this.animate(Ly,Py),ay(Py,"display",""),zy=!1}}else this._hideClone()}},l_&&Jb(document,"touchmove",(function(e){(y_.active||e_)&&e.cancelable&&e.preventDefault()})),y_.utils={on:Jb,off:Qb,css:ay,find:ly,is:function(e,t){return!!ny(e,t,e,!1)},extend:function(e,t){if(e&&t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e},throttle:by,closest:ny,toggleClass:oy,clone:_y,index:py,nextTick:C_,cancelNextTick:S_,detectDirection:h_,getChild:fy,expando:xy},y_.get=function(e){return e[xy]},y_.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t[0].constructor===Array&&(t=t[0]),t.forEach((function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(y_.utils=Fb(Fb({},y_.utils),e.utils)),Sy.mount(e)}))},y_.create=function(e,t){return new y_(e,t)},y_.version="1.15.6";var M_,T_,A_,L_,E_,N_,O_=[],R_=!1;function D_(){O_.forEach((function(e){clearInterval(e.pid)})),O_=[]}function P_(){clearInterval(N_)}var z_,I_=by((function(e,t,n,r){if(t.scroll){var i,o=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,l=t.scrollSpeed,c=cy(),u=!1;T_!==n&&(T_=n,D_(),M_=t.scroll,i=t.scrollFn,!0===M_&&(M_=my(n,!0)));var d=0,f=M_;do{var h=f,p=uy(h),g=p.top,m=p.bottom,v=p.left,b=p.right,y=p.width,_=p.height,w=void 0,x=void 0,k=h.scrollWidth,C=h.scrollHeight,S=ay(h),M=h.scrollLeft,T=h.scrollTop;h===c?(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX||"visible"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY||"visible"===S.overflowY)):(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY));var A=w&&(Math.abs(b-o)<=s&&M+y<k)-(Math.abs(v-o)<=s&&!!M),L=x&&(Math.abs(m-a)<=s&&T+_<C)-(Math.abs(g-a)<=s&&!!T);if(!O_[d])for(var E=0;E<=d;E++)O_[E]||(O_[E]={});O_[d].vx==A&&O_[d].vy==L&&O_[d].el===h||(O_[d].el=h,O_[d].vx=A,O_[d].vy=L,clearInterval(O_[d].pid),0==A&&0==L||(u=!0,O_[d].pid=setInterval(function(){r&&0===this.layer&&y_.active._onTouchMove(E_);var t=O_[this.layer].vy?O_[this.layer].vy*l:0,n=O_[this.layer].vx?O_[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(y_.dragged.parentNode[xy],n,t,e,E_,O_[this.layer].el)||yy(O_[this.layer].el,n,t)}.bind({layer:d}),24))),d++}while(t.bubbleScroll&&f!==c&&(f=my(f,!1)));R_=u}}),30),j_=function(e){var t=e.originalEvent,n=e.putSortable,r=e.dragEl,i=e.activeSortable,o=e.dispatchSortableEvent,a=e.hideGhostForTarget,s=e.unhideGhostForTarget;if(t){var l=n||i;a();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,u=document.elementFromPoint(c.clientX,c.clientY);s(),l&&!l.el.contains(u)&&(o("spill"),this.onSpill({dragEl:r,putSortable:n}))}};function B_(){}function F_(){}B_.prototype={startIndex:null,dragStart:function(e){var t=e.oldDraggableIndex;this.startIndex=t},onSpill:function(e){var t=e.dragEl,n=e.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var r=fy(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(t,r):this.sortable.el.appendChild(t),this.sortable.animateAll(),n&&n.animateAll()},drop:j_},Ub(B_,{pluginName:"revertOnSpill"}),F_.prototype={onSpill:function(e){var t=e.dragEl,n=e.putSortable||this.sortable;n.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),n.animateAll()},drop:j_},Ub(F_,{pluginName:"removeOnSpill"}),y_.mount(new function(){function e(){for(var e in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this))}return e.prototype={dragStarted:function(e){var t=e.originalEvent;this.sortable.nativeDraggable?Jb(document,"dragover",this._handleAutoScroll):this.options.supportPointer?Jb(document,"pointermove",this._handleFallbackAutoScroll):t.touches?Jb(document,"touchmove",this._handleFallbackAutoScroll):Jb(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var t=e.originalEvent;this.options.dragOverBubble||t.rootEl||this._handleAutoScroll(t)},drop:function(){this.sortable.nativeDraggable?Qb(document,"dragover",this._handleAutoScroll):(Qb(document,"pointermove",this._handleFallbackAutoScroll),Qb(document,"touchmove",this._handleFallbackAutoScroll),Qb(document,"mousemove",this._handleFallbackAutoScroll)),P_(),D_(),clearTimeout(ry),ry=void 0},nulling:function(){E_=T_=M_=R_=N_=A_=L_=null,O_.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,t){var n=this,r=(e.touches?e.touches[0]:e).clientX,i=(e.touches?e.touches[0]:e).clientY,o=document.elementFromPoint(r,i);if(E_=e,t||this.options.forceAutoScrollFallback||Vb||Wb||Yb){I_(e,this.options,o,t);var a=my(o,!0);!R_||N_&&r===A_&&i===L_||(N_&&P_(),N_=setInterval((function(){var o=my(document.elementFromPoint(r,i),!0);o!==a&&(a=o,D_()),I_(e,n.options,o,t)}),10),A_=r,L_=i)}else{if(!this.options.bubbleScroll||my(o,!0)===cy())return void D_();I_(e,this.options,my(o,!1),!1)}}},Ub(e,{pluginName:"scroll",initializeByDefault:!0})}),y_.mount(F_,B_);const H_="dnd-drag-handle",$_="dnd-drag-enabled";y_.mount(new function(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(e){var t=e.dragEl;z_=t},dragOverValid:function(e){var t=e.completed,n=e.target,r=e.onMove,i=e.activeSortable,o=e.changed,a=e.cancel;if(i.options.swap){var s=this.sortable.el,l=this.options;if(n&&n!==s){var c=z_;!1!==r(n)?(oy(n,l.swapClass,!0),z_=n):z_=null,c&&c!==z_&&oy(c,l.swapClass,!1)}o(),t(!0),a()}},drop:function(e){var t=e.activeSortable,n=e.putSortable,r=e.dragEl,i=n||this.sortable,o=this.options;z_&&oy(z_,o.swapClass,!1),z_&&(o.swap||n&&n.options.swap)&&r!==z_&&(i.captureAnimationState(),i!==t&&t.captureAnimationState(),function(e,t){var n,r,i=e.parentNode,o=t.parentNode;i&&o&&!i.isEqualNode(t)&&!o.isEqualNode(e)&&(n=py(e),r=py(t),i.isEqualNode(o)&&n<r&&r++,i.insertBefore(t,i.children[n]),o.insertBefore(e,o.children[r]))}(r,z_),i.animateAll(),i!==t&&t.animateAll())},nulling:function(){z_=null}},Ub(e,{pluginName:"swap",eventProperties:function(){return{swapItem:z_}}})});const U_=({className:e,options:t,kind:n="default",children:r,...i})=>{const o=ki(null);return((e,t)=>{wi((()=>{if(e.current){const n=y_.create(e.current,{animation:150,handle:`.${H_}`,draggable:`.${$_}`,...t});return()=>{n.destroy()}}}),[e,t])})(o,Ci((()=>({...t,..."swap"===n&&{swap:!0,swapClass:"dnd-drag-swap-highlight"}})),[t,n])),Os("div",{ref:o,className:vo("styles_grid__bgsAQ",e),...i,children:r})},q_=({className:e})=>Os(Ds,{id:Rs.draggable,className:e});const W_=({className:e})=>Os("div",{className:vo("styles_drag-handle__2DC4-",H_,e),children:Os(q_,{})});const V_=({className:e,children:t,dndEnabled:n=!1,...r})=>Os("div",{...r,className:vo("styles_grid-item__-kGp3",{[$_]:n},e),children:[Os("div",{className:"styles_grid-item-content__hZ5TS",children:t}),n&&Os(W_,{className:"styles_grid-item-handle__OyO7A"})]}),G_=({locale:e,setLocale:t,availableLocales:n})=>{const r=n||Object.keys(Qc),i=[...new Set(r)].map((e=>({key:e,value:Qc[e].full})));return Os(Vc,{size:"s",menuTrigger:({isOpened:t,onClick:n})=>Os(Us,{style:"ghost",size:"s",text:Qc[e]&&Qc[e].short||Qc.en.short,isExpanded:t,onClick:n}),children:Os(Vc.Section,{children:i.map((({key:n,value:r})=>Os(Vc.ItemWithCheckmark,{onClick:()=>{t(n)},isChecked:e===n,children:r},n)))})})},Y_=({theme:e,toggleTheme:t,getTheme:n})=>(wi((()=>{n()}),[n]),Os($s,{onClick:t,style:"ghost",icon:{light:Rs.lineShapesSun,dark:Rs.lineShapesMoon,auto:Rs.lineShapesThemeAuto}[e],size:"s"}));var X_="styles_label__IW9cn";const Z_=e=>{const{icon:t,children:n,tooltip:r,className:i,style:o="secondary",...a}=e,s=Os("div",{className:vo("styles_wrapper__elS6G",i),children:[Os(Ds,{className:"styles_icon__GXXnU",id:t}),Os(zs,{className:"styles_text__fEQgL",type:"ui",size:"s",bold:!0,children:n})]});return Os("div",r?{className:X_,...a,"data-style":o,children:Os(fc,{tooltipText:r,children:s})}:{className:X_,...a,"data-style":o,children:s})};var K_=hw(),J_=e=>cw(e,K_),Q_=hw();J_.write=e=>cw(e,Q_);var ew=hw();J_.onStart=e=>cw(e,ew);var tw=hw();J_.onFrame=e=>cw(e,tw);var nw=hw();J_.onFinish=e=>cw(e,nw);var rw=[];J_.setTimeout=(e,t)=>{const n=J_.now()+t,r=()=>{const e=rw.findIndex((e=>e.cancel==r));~e&&rw.splice(e,1),sw-=~e?1:0},i={time:n,handler:e,cancel:r};return rw.splice(iw(n),0,i),sw+=1,uw(),i};var iw=e=>~(~rw.findIndex((t=>t.time>e))||~rw.length);J_.cancel=e=>{ew.delete(e),tw.delete(e),nw.delete(e),K_.delete(e),Q_.delete(e)},J_.sync=e=>{lw=!0,J_.batchedUpdates(e),lw=!1},J_.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,J_.onStart(n)}return r.handler=e,r.cancel=()=>{ew.delete(n),t=null},r};var ow="undefined"!=typeof window?window.requestAnimationFrame:()=>{};J_.use=e=>ow=e,J_.now="undefined"!=typeof performance?()=>performance.now():Date.now,J_.batchedUpdates=e=>e(),J_.catch=console.error,J_.frameLoop="always",J_.advance=()=>{"demand"!==J_.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):fw()};var aw=-1,sw=0,lw=!1;function cw(e,t){lw?(t.delete(e),e(0)):(t.add(e),uw())}function uw(){aw<0&&(aw=0,"demand"!==J_.frameLoop&&ow(dw))}function dw(){~aw&&(ow(dw),J_.batchedUpdates(fw))}function fw(){const e=aw;aw=J_.now();const t=iw(aw);t&&(pw(rw.splice(0,t),(e=>e.handler())),sw-=t),sw?(ew.flush(),K_.flush(e?Math.min(64,aw-e):16.667),tw.flush(),Q_.flush(),nw.flush()):aw=-1}function hw(){let e=new Set,t=e;return{add(n){sw+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(sw-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,sw-=t.size,pw(t,(t=>t(n)&&e.add(t))),sw+=e.size,t=e)}}}function pw(e,t){e.forEach((e=>{try{t(e)}catch(e){J_.catch(e)}}))}var gw=Object.defineProperty,mw={};function vw(){}((e,t)=>{for(var n in t)gw(e,n,{get:t[n],enumerable:!0})})(mw,{assign:()=>Nw,colors:()=>Aw,createStringInterpolator:()=>Cw,skipAnimation:()=>Lw,to:()=>Sw,willAdvance:()=>Ew});var bw={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function yw(e,t){if(bw.arr(e)){if(!bw.arr(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return e===t}var _w=(e,t)=>e.forEach(t);function ww(e,t,n){if(bw.arr(e))for(let r=0;r<e.length;r++)t.call(n,e[r],`${r}`);else for(const r in e)e.hasOwnProperty(r)&&t.call(n,e[r],r)}var xw=e=>bw.und(e)?[]:bw.arr(e)?e:[e];function kw(e,t){if(e.size){const n=Array.from(e);e.clear(),_w(n,t)}}var Cw,Sw,Mw=(e,...t)=>kw(e,(e=>e(...t))),Tw=()=>"undefined"==typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),Aw=null,Lw=!1,Ew=vw,Nw=e=>{e.to&&(Sw=e.to),e.now&&(J_.now=e.now),void 0!==e.colors&&(Aw=e.colors),null!=e.skipAnimation&&(Lw=e.skipAnimation),e.createStringInterpolator&&(Cw=e.createStringInterpolator),e.requestAnimationFrame&&J_.use(e.requestAnimationFrame),e.batchedUpdates&&(J_.batchedUpdates=e.batchedUpdates),e.willAdvance&&(Ew=e.willAdvance),e.frameLoop&&(J_.frameLoop=e.frameLoop)},Ow=new Set,Rw=[],Dw=[],Pw=0,zw={get idle(){return!Ow.size&&!Rw.length},start(e){Pw>e.priority?(Ow.add(e),J_.onStart(Iw)):(jw(e),J_(Fw))},advance:Fw,sort(e){if(Pw)J_.onFrame((()=>zw.sort(e)));else{const t=Rw.indexOf(e);~t&&(Rw.splice(t,1),Bw(e))}},clear(){Rw=[],Ow.clear()}};function Iw(){Ow.forEach(jw),Ow.clear(),J_(Fw)}function jw(e){Rw.includes(e)||Bw(e)}function Bw(e){Rw.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(Rw,(t=>t.priority>e.priority)),0,e)}function Fw(e){const t=Dw;for(let n=0;n<Rw.length;n++){const r=Rw[n];Pw=r.priority,r.idle||(Ew(r),r.advance(e),r.idle||t.push(r))}return Pw=0,(Dw=Rw).length=0,(Rw=t).length>0}var Hw={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},$w="[-+]?\\d*\\.?\\d+",Uw=$w+"%";function qw(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}var Ww=new RegExp("rgb"+qw($w,$w,$w)),Vw=new RegExp("rgba"+qw($w,$w,$w,$w)),Gw=new RegExp("hsl"+qw($w,Uw,Uw)),Yw=new RegExp("hsla"+qw($w,Uw,Uw,$w)),Xw=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Zw=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Kw=/^#([0-9a-fA-F]{6})$/,Jw=/^#([0-9a-fA-F]{8})$/;function Qw(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function ex(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Qw(i,r,e+1/3),a=Qw(i,r,e),s=Qw(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function tx(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function nx(e){return(parseFloat(e)%360+360)%360/360}function rx(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function ix(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function ox(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Kw.exec(e))?parseInt(t[1]+"ff",16)>>>0:Aw&&void 0!==Aw[e]?Aw[e]:(t=Ww.exec(e))?(tx(t[1])<<24|tx(t[2])<<16|tx(t[3])<<8|255)>>>0:(t=Vw.exec(e))?(tx(t[1])<<24|tx(t[2])<<16|tx(t[3])<<8|rx(t[4]))>>>0:(t=Xw.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Jw.exec(e))?parseInt(t[1],16)>>>0:(t=Zw.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Gw.exec(e))?(255|ex(nx(t[1]),ix(t[2]),ix(t[3])))>>>0:(t=Yw.exec(e))?(ex(nx(t[1]),ix(t[2]),ix(t[3]))|rx(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}var ax=(e,t,n)=>{if(bw.fun(e))return e;if(bw.arr(e))return ax({range:e,output:t,extrapolate:n});if(bw.str(e.output[0]))return Cw(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,l){let c=l?l(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===s)return c;"clamp"===s&&(c=n)}return r===i?r:t===n?e<=t?r:i:(t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t),c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r,c)}(e,o[t],o[t+1],i[t],i[t+1],l,a,s,r.map)}},sx=Symbol.for("FluidValue.get"),lx=Symbol.for("FluidValue.observers"),cx=e=>Boolean(e&&e[sx]),ux=e=>e&&e[sx]?e[sx]():e,dx=e=>e[lx]||null;function fx(e,t){const n=e[lx];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}var hx=class{constructor(e){if(!e&&!(e=this.get))throw Error("Unknown getter");px(this,e)}},px=(e,t)=>bx(e,sx,t);function gx(e,t){if(e[sx]){let n=e[lx];n||bx(e,lx,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function mx(e,t){const n=e[lx];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[lx]=null,e.observerRemoved&&e.observerRemoved(r,t)}}var vx,bx=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),yx=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,_x=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,wx=new RegExp(`(${yx.source})(%|[a-z]+)`,"i"),xx=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,kx=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,Cx=e=>{const[t,n]=Sx(e);if(!t||Tw())return e;const r=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(r)return r.trim();if(n&&n.startsWith("--")){return window.getComputedStyle(document.documentElement).getPropertyValue(n)||e}return n&&kx.test(n)?Cx(n):n||e},Sx=e=>{const t=kx.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]},Mx=(e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`,Tx=e=>{vx||(vx=Aw?new RegExp(`(${Object.keys(Aw).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>ux(e).replace(kx,Cx).replace(_x,ox).replace(vx,ox))),n=t.map((e=>e.match(yx).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),i=r.map((t=>ax({...e,output:t})));return e=>{const n=!wx.test(t[0])&&t.find((e=>wx.test(e)))?.replace(yx,"");let r=0;return t[0].replace(yx,(()=>`${i[r++](e)}${n||""}`)).replace(xx,Mx)}},Ax="react-spring: ",Lx=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError(`${Ax}once requires a function parameter`);return(...e)=>{n||(t(...e),n=!0)}},Ex=Lx(console.warn),Nx=Lx(console.warn);function Ox(e){return bw.str(e)&&("#"==e[0]||/\d/.test(e)||!Tw()&&kx.test(e)||e in(Aw||{}))}var Rx=Tw()?wi:xi;function Dx(){const e=yi()[1],t=(()=>{const e=ki(!1);return Rx((()=>(e.current=!0,()=>{e.current=!1})),[]),e})();return()=>{t.current&&e(Math.random())}}var Px=e=>wi(e,zx),zx=[];function Ix(e){const t=ki(void 0);return wi((()=>{t.current=e})),t.current}var jx=Symbol.for("Animated:node"),Bx=e=>e&&e[jx],Fx=(e,t)=>{return n=e,r=jx,i=t,Object.defineProperty(n,r,{value:i,writable:!0,configurable:!0});var n,r,i},Hx=e=>e&&e[jx]&&e[jx].getPayload(),$x=class{constructor(){Fx(this,this)}getPayload(){return this.payload||[]}},Ux=class e extends $x{constructor(e){super(),this._value=e,this.done=!0,this.durationProgress=0,bw.num(this._value)&&(this.lastPosition=this._value)}static create(t){return new e(t)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return bw.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,bw.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}},qx=class e extends Ux{constructor(e){super(0),this._string=null,this._toString=ax({output:[e,e]})}static create(t){return new e(t)}getValue(){const e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(bw.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=ax({output:[this.getValue(),e]})),this._value=0,super.reset()}},Wx={dependencies:null},Vx=class extends $x{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return ww(this.source,((n,r)=>{var i;(i=n)&&i[jx]===i?t[r]=n.getValue(e):cx(n)?t[r]=ux(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&_w(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return ww(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){Wx.dependencies&&cx(e)&&Wx.dependencies.add(e);const t=Hx(e);t&&_w(t,(e=>this.add(e)))}},Gx=class e extends Vx{constructor(e){super(e)}static create(t){return new e(t)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(Yx)),!0)}};function Yx(e){return(Ox(e)?qx:Ux).create(e)}function Xx(e){const t=Bx(e);return t?t.constructor:bw.arr(e)?Gx:Ox(e)?qx:Ux}var Zx=(e,t)=>{const n=!bw.fun(e)||e.prototype&&e.prototype.isReactComponent;return Hi(((r,i)=>{const o=ki(null),a=n&&Si((e=>{o.current=function(e,t){return e&&(bw.fun(e)?e(t):e.current=t),t}(i,e)}),[i]),[s,l]=function(e,t){const n=new Set;return Wx.dependencies=n,e.style&&(e={...e,style:t.createAnimatedStyle(e.style)}),e=new Vx(e),Wx.dependencies=null,[e,n]}(r,t),c=Dx(),u=()=>{const e=o.current;n&&!e||!1===(!!e&&t.applyAnimatedValues(e,s.getValue(!0)))&&c()},d=new Kx(u,l),f=ki(void 0);Rx((()=>(f.current=d,_w(l,(e=>gx(e,d))),()=>{f.current&&(_w(f.current.deps,(e=>mx(e,f.current))),J_.cancel(f.current.update))}))),wi(u,[]),Px((()=>()=>{const e=f.current;_w(e.deps,(t=>mx(t,e)))}));const h=t.getComponentProps(s.getValue());return Dr(e,{...h,ref:a})}))},Kx=class{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&J_.write(this.update)}},Jx=Symbol.for("AnimatedComponent"),Qx=(e,{applyAnimatedValues:t=()=>!1,createAnimatedStyle:n=e=>new Vx(e),getComponentProps:r=e=>e}={})=>{const i={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},o=e=>{const t=ek(e)||"Anonymous";return(e=bw.str(e)?o[e]||(o[e]=Zx(e,i)):e[Jx]||(e[Jx]=Zx(e,i))).displayName=`Animated(${t})`,e};return ww(e,((t,n)=>{bw.arr(e)&&(n=ek(t)),o[n]=o(t)})),{animated:o}},ek=e=>bw.str(e)?e:e&&bw.str(e.displayName)?e.displayName:bw.fun(e)&&e.name||null;function tk(e,...t){return bw.fun(e)?e(...t):e}var nk=(e,t)=>!0===e||!!(t&&e&&(bw.fun(e)?e(t):xw(e).includes(t))),rk=(e,t)=>bw.obj(e)?t&&e[t]:e,ik=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,ok=e=>e,ak=(e,t=ok)=>{let n=sk;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const i of n){const n=t(e[i],i);bw.und(n)||(r[i]=n)}return r},sk=["config","onProps","onStart","onChange","onPause","onResume","onRest"],lk={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function ck(e){const t=function(e){const t={};let n=0;if(ww(e,((e,r)=>{lk[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return ww(e,((e,r)=>r in t||(n[r]=e))),n}return{...e}}function uk(e){return e=ux(e),bw.arr(e)?e.map(uk):Ox(e)?mw.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function dk(e){for(const t in e)return!0;return!1}function fk(e){return bw.fun(e)||bw.arr(e)&&bw.obj(e[0])}function hk(e,t){e.ref?.delete(e),t?.delete(e)}function pk(e,t){t&&e.ref!==t&&(e.ref?.delete(e),t.add(e),e.ref=t)}var gk={default:{tension:170,friction:26},gentle:{tension:120,friction:14},wobbly:{tension:180,friction:12},stiff:{tension:210,friction:20},slow:{tension:280,friction:60},molasses:{tension:280,friction:120}},mk={...gk.default,mass:1,damping:1,easing:e=>e,clamp:!1},vk=class{constructor(){this.velocity=0,Object.assign(this,mk)}};function bk(e,t){if(bw.und(t.decay)){const n=!bw.und(t.tension)||!bw.und(t.friction);!n&&bw.und(t.frequency)&&bw.und(t.damping)&&bw.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}var yk=[],_k=class{constructor(){this.changed=!1,this.values=yk,this.toValues=null,this.fromValues=yk,this.config=new vk,this.immediate=!1}};function wk(e,{key:t,props:n,defaultProps:r,state:i,actions:o}){return new Promise(((a,s)=>{let l,c,u=nk(n.cancel??r?.cancel,t);if(u)h();else{bw.und(n.pause)||(i.paused=nk(n.pause,t));let e=r?.pause;!0!==e&&(e=i.paused||nk(e,t)),l=tk(n.delay||0,t),e?(i.resumeQueue.add(f),o.pause()):(o.resume(),f())}function d(){i.resumeQueue.add(f),i.timeouts.delete(c),c.cancel(),l=c.time-J_.now()}function f(){l>0&&!mw.skipAnimation?(i.delayed=!0,c=J_.setTimeout(h,l),i.pauseQueue.add(d),i.timeouts.add(c)):h()}function h(){i.delayed&&(i.delayed=!1),i.pauseQueue.delete(d),i.timeouts.delete(c),e<=(i.cancelId||0)&&(u=!0);try{o.start({...n,callId:e,cancel:u},a)}catch(e){s(e)}}}))}var xk=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?Sk(e.get()):t.every((e=>e.noop))?kk(e.get()):Ck(e.get(),t.every((e=>e.finished))),kk=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),Ck=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),Sk=e=>({value:e,cancelled:!0,finished:!1});function Mk(e,t,n,r){const{callId:i,parentId:o,onRest:a}=t,{asyncTo:s,promise:l}=n;return o||e!==s||t.reset?n.promise=(async()=>{n.asyncId=i,n.asyncTo=e;const c=ak(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const f=new Promise(((e,t)=>(u=e,d=t))),h=e=>{const t=i<=(n.cancelId||0)&&Sk(r)||i!==n.asyncId&&Ck(r,!1);if(t)throw e.result=t,d(e),e},p=(e,t)=>{const o=new Ak,a=new Lk;return(async()=>{if(mw.skipAnimation)throw Tk(n),a.result=Ck(r,!1),d(a),a;h(o);const s=bw.obj(e)?{...e}:{...t,to:e};s.parentId=i,ww(c,((e,t)=>{bw.und(s[t])&&(s[t]=e)}));const l=await r.start(s);return h(o),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),l})()};let g;if(mw.skipAnimation)return Tk(n),Ck(r,!1);try{let t;t=bw.arr(e)?(async e=>{for(const t of e)await p(t)})(e):Promise.resolve(e(p,r.stop.bind(r))),await Promise.all([t.then(u),f]),g=Ck(r.get(),!0,!1)}catch(e){if(e instanceof Ak)g=e.result;else{if(!(e instanceof Lk))throw e;g=e.result}}finally{i==n.asyncId&&(n.asyncId=o,n.asyncTo=o?s:void 0,n.promise=o?l:void 0)}return bw.fun(a)&&J_.batchedUpdates((()=>{a(g,r,r.item)})),g})():l}function Tk(e,t){kw(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var Ak=class extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.")}},Lk=class extends Error{constructor(){super("SkipAnimationSignal")}},Ek=e=>e instanceof Ok,Nk=1,Ok=class extends hx{constructor(){super(...arguments),this.id=Nk++,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=Bx(this);return e&&e.getValue()}to(...e){return mw.to(this,e)}interpolate(...e){return Ex(`${Ax}The "interpolate" function is deprecated in v9 (use "to" instead)`),mw.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){fx(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||zw.sort(this),fx(this,{type:"priority",parent:this,priority:e})}},Rk=Symbol.for("SpringPhase"),Dk=e=>(1&e[Rk])>0,Pk=e=>(2&e[Rk])>0,zk=e=>(4&e[Rk])>0,Ik=(e,t)=>t?e[Rk]|=3:e[Rk]&=-3,jk=(e,t)=>t?e[Rk]|=4:e[Rk]&=-5,Bk=class extends Ok{constructor(e,t){if(super(),this.animation=new _k,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!bw.und(e)||!bw.und(t)){const n=bw.obj(e)?{...e}:{...t,from:e};bw.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(Pk(this)||this._state.asyncTo)||zk(this)}get goal(){return ux(this.animation.to)}get velocity(){const e=Bx(this);return e instanceof Ux?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return Dk(this)}get isAnimating(){return Pk(this)}get isPaused(){return zk(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const r=this.animation;let{toValues:i}=r;const{config:o}=r,a=Hx(r.to);!a&&cx(r.to)&&(i=xw(ux(r.to))),r.values.forEach(((s,l)=>{if(s.done)return;const c=s.constructor==qx?1:a?a[l].lastPosition:i[l];let u=r.immediate,d=c;if(!u){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[l],i=null!=s.v0?s.v0:s.v0=bw.arr(o.velocity)?o.velocity[l]:o.velocity;let a;const f=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n)));if(bw.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+i/(1-e)*(1-r),u=Math.abs(s.lastPosition-d)<=f,a=i*r}else{a=null==s.lastVelocity?i:s.lastVelocity;const t=o.restVelocity||f/10,r=o.clamp?0:o.bounce,l=!bw.und(r),h=n==c?s.v0>0:n<c;let p,g=!1;const m=1,v=Math.ceil(e/m);for(let e=0;e<v&&(p=Math.abs(a)>t,p||(u=Math.abs(c-d)<=f,!u));++e)l&&(g=d==c||d>c==h,g&&(a=-a*r,d=c)),a+=(1e-6*-o.tension*(d-c)+.001*-o.friction*a)/o.mass*m,d+=a*m}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(c-n),a=(d-s.lastPosition)/e,u=1==r}s.lastVelocity=a,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}a&&!a[l].done&&(u=!1),u?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)}));const s=Bx(this),l=s.getValue();if(t){const e=ux(r.to);l===e&&!n||o.decay?n&&o.decay&&this._onChange(l):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(l)}set(e){return J_.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(Pk(this)){const{to:e,config:t}=this.animation;J_.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return bw.und(e)?(n=this.queue||[],this.queue=[]):n=[bw.obj(e)?e:{...t,to:e}],Promise.all(n.map((e=>this._update(e)))).then((e=>xk(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),Tk(this._state,e&&this._lastCallId),J_.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=bw.obj(n)?n[t]:n,(null==n||fk(n))&&(n=void 0),r=bw.obj(r)?r[t]:r,null==r&&(r=void 0);const i={to:n,from:r};return Dk(this)||(e.reverse&&([n,r]=[r,n]),r=ux(r),bw.und(r)?Bx(this)||this._set(n):this._set(r)),i}_update({...e},t){const{key:n,defaultProps:r}=this;e.default&&Object.assign(r,ak(e,((e,t)=>/^on/.test(t)?rk(e,n):e))),Vk(this,e,"onProps"),Gk(this,"onProps",e,this);const i=this._prepareNode(e);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const o=this._state;return wk(++this._lastCallId,{key:n,props:e,defaultProps:r,state:o,actions:{pause:()=>{zk(this)||(jk(this,!0),Mw(o.pauseQueue),Gk(this,"onPause",Ck(this,Fk(this,this.animation.to)),this))},resume:()=>{zk(this)&&(jk(this,!1),Pk(this)&&this._resume(),Mw(o.resumeQueue),Gk(this,"onResume",Ck(this,Fk(this,this.animation.to)),this))},start:this._merge.bind(this,i)}}).then((n=>{if(e.loop&&n.finished&&(!t||!n.noop)){const t=Hk(e);if(t)return this._update(t,!0)}return n}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(Sk(this));const r=!bw.und(e.to),i=!bw.und(e.from);if(r||i){if(!(t.callId>this._lastToId))return n(Sk(this));this._lastToId=t.callId}const{key:o,defaultProps:a,animation:s}=this,{to:l,from:c}=s;let{to:u=l,from:d=c}=e;!i||r||t.default&&!bw.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const f=!yw(d,c);f&&(s.from=d),d=ux(d);const h=!yw(u,l);h&&this._focus(u);const p=fk(t.to),{config:g}=s,{decay:m,velocity:v}=g;(r||i)&&(g.velocity=0),t.config&&!p&&function(e,t,n){n&&(bk(n={...n},t),t={...n,...t}),bk(e,t),Object.assign(e,t);for(const t in mk)null==e[t]&&(e[t]=mk[t]);let{frequency:r,damping:i}=e;const{mass:o}=e;bw.und(r)||(r<.01&&(r=.01),i<0&&(i=0),e.tension=Math.pow(2*Math.PI/r,2)*o,e.friction=4*Math.PI*i*o/r)}(g,tk(t.config,o),t.config!==a.config?tk(a.config,o):void 0);let b=Bx(this);if(!b||bw.und(u))return n(Ck(this,!0));const y=bw.und(t.reset)?i&&!t.default:!bw.und(d)&&nk(t.reset,o),_=y?d:this.get(),w=uk(u),x=bw.num(w)||bw.arr(w)||Ox(w),k=!p&&(!x||nk(a.immediate||t.immediate,o));if(h){const e=Xx(u);if(e!==b.constructor){if(!k)throw Error(`Cannot animate between ${b.constructor.name} and ${e.name}, as the "to" prop suggests`);b=this._set(w)}}const C=b.constructor;let S=cx(u),M=!1;if(!S){const e=y||!Dk(this)&&f;(h||e)&&(M=yw(uk(_),w),S=!M),(yw(s.immediate,k)||k)&&yw(g.decay,m)&&yw(g.velocity,v)||(S=!0)}if(M&&Pk(this)&&(s.changed&&!y?S=!0:S||this._stop(l)),!p&&((S||cx(l))&&(s.values=b.getPayload(),s.toValues=cx(u)?null:C==qx?[1]:xw(w)),s.immediate!=k&&(s.immediate=k,k||y||this._set(l)),S)){const{onRest:e}=s;_w(Wk,(e=>Vk(this,t,e)));const r=Ck(this,Fk(this,l));Mw(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&&J_.batchedUpdates((()=>{s.changed=!y,e?.(r,this),y?tk(a.onRest,r):s.onStart?.(r,this)}))}y&&this._set(_),p?n(Mk(t.to,t,this._state,this)):S?this._start():Pk(this)&&!h?this._pendingCalls.add(n):n(kk(_))}_focus(e){const t=this.animation;e!==t.to&&(dx(this)&&this._detach(),t.to=e,dx(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;cx(t)&&(gx(t,this),Ek(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;cx(e)&&mx(e,this)}_set(e,t=!0){const n=ux(e);if(!bw.und(n)){const e=Bx(this);if(!e||!yw(n,e.getValue())){const r=Xx(n);e&&e.constructor==r?e.setValue(n):Fx(this,r.create(n)),e&&J_.batchedUpdates((()=>{this._onChange(n,t)}))}}return Bx(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,Gk(this,"onStart",Ck(this,Fk(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),tk(this.animation.onChange,e,this)),tk(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;Bx(this).reset(ux(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),Pk(this)||(Ik(this,!0),zk(this)||this._resume())}_resume(){mw.skipAnimation?this.finish():zw.start(this)}_stop(e,t){if(Pk(this)){Ik(this,!1);const n=this.animation;_w(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),fx(this,{type:"idle",parent:this});const r=t?Sk(this.get()):Ck(this.get(),Fk(this,e??n.to));Mw(this._pendingCalls,r),n.changed&&(n.changed=!1,Gk(this,"onRest",r,this))}}};function Fk(e,t){const n=uk(t);return yw(uk(e.get()),n)}function Hk(e,t=e.loop,n=e.to){const r=tk(t);if(r){const i=!0!==r&&ck(r),o=(i||e).reverse,a=!i||i.reset;return $k({...e,loop:t,default:!1,pause:void 0,to:!o||fk(n)?n:void 0,from:a?e.from:void 0,reset:a,...i})}}function $k(e){const{to:t,from:n}=e=ck(e),r=new Set;return bw.obj(t)&&qk(t,r),bw.obj(n)&&qk(n,r),e.keys=r.size?Array.from(r):null,e}function Uk(e){const t=$k(e);return bw.und(t.default)&&(t.default=ak(t)),t}function qk(e,t){ww(e,((e,n)=>null!=e&&t.add(n)))}var Wk=["onStart","onRest","onChange","onPause","onResume"];function Vk(e,t,n){e.animation[n]=t[n]!==ik(t,n)?rk(t[n],e.key):void 0}function Gk(e,t,...n){e.animation[t]?.(...n),e.defaultProps[t]?.(...n)}var Yk=["onStart","onChange","onRest"],Xk=1,Zk=class{constructor(e,t){this.id=Xk++,this.springs={},this.queue=[],this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start({default:!0,...e})}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];bw.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push($k(e)),this}start(e){let{queue:t}=this;return e?t=xw(e).map($k):this.queue=[],this._flush?this._flush(this,t):(rC(this,t),Kk(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;_w(xw(t),(t=>n[t].stop(!!e)))}else Tk(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(bw.und(e))this.start({pause:!0});else{const t=this.springs;_w(xw(e),(e=>t[e].pause()))}return this}resume(e){if(bw.und(e))this.start({pause:!1});else{const t=this.springs;_w(xw(e),(e=>t[e].resume()))}return this}each(e){ww(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,i=this._changed.size>0;(r&&!this._started||i&&!this._started)&&(this._started=!0,kw(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const o=!r&&this._started,a=i||o&&n.size?this.get():null;i&&t.size&&kw(t,(([e,t])=>{t.value=a,e(t,this,this._item)})),o&&(this._started=!1,kw(n,(([e,t])=>{t.value=a,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}J_.onFrame(this._onFrame)}};function Kk(e,t){return Promise.all(t.map((t=>Jk(e,t)))).then((t=>xk(e,t)))}async function Jk(e,t,n){const{keys:r,to:i,from:o,loop:a,onRest:s,onResolve:l}=t,c=bw.obj(t.default)&&t.default;a&&(t.loop=!1),!1===i&&(t.to=null),!1===o&&(t.from=null);const u=bw.arr(i)||bw.fun(i)?i:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):_w(Yk,(n=>{const r=t[n];if(bw.fun(r)){const i=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=i.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):i.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,Mw(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const f=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),h=!0===t.cancel||!0===ik(t,"cancel");(u||h&&d.asyncId)&&f.push(wk(++e._lastAsyncId,{props:t,state:d,actions:{pause:vw,resume:vw,start(t,n){h?(Tk(d,e._lastAsyncId),n(Sk(e))):(t.onRest=s,n(Mk(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const p=xk(e,await Promise.all(f));if(a&&p.finished&&(!n||!p.noop)){const n=Hk(t,a,i);if(n)return rC(e,[n]),Jk(e,n,!0)}return l&&J_.batchedUpdates((()=>l(p,e,e.item))),p}function Qk(e,t){const n={...e.springs};return t&&_w(xw(t),(e=>{bw.und(e.keys)&&(e=$k(e)),bw.obj(e.to)||(e={...e,to:void 0}),nC(n,e,(e=>tC(e)))})),eC(e,n),n}function eC(e,t){ww(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,gx(t,e))}))}function tC(e,t){const n=new Bk;return n.key=e,t&&gx(n,t),n}function nC(e,t,n){t.keys&&_w(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function rC(e,t){_w(t,(t=>{nC(e.springs,t,(t=>tC(t,e)))}))}var iC=ii({pause:!1,immediate:!1}),oC=()=>{const e=[],t=function(t){Nx(`${Ax}Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions`);const r=[];return _w(e,((e,i)=>{if(bw.und(t))r.push(e.start());else{const o=n(t,e,i);o&&r.push(e.start(o))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return _w(e,(e=>e.pause(...arguments))),this},t.resume=function(){return _w(e,(e=>e.resume(...arguments))),this},t.set=function(t){_w(e,((e,n)=>{const r=bw.fun(t)?t(n,e):t;r&&e.set(r)}))},t.start=function(t){const n=[];return _w(e,((e,r)=>{if(bw.und(t))n.push(e.start());else{const i=this._getProps(t,e,r);i&&n.push(e.start(i))}})),n},t.stop=function(){return _w(e,(e=>e.stop(...arguments))),this},t.update=function(t){return _w(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return bw.fun(e)?e(n,t):e};return t._getProps=n,t};function aC(e,t){const n=bw.fun(e),[[r],i]=function(e,t,n){const r=bw.fun(t)&&t;r&&!n&&(n=[]);const i=Ci((()=>r||3==arguments.length?oC():void 0),[]),o=ki(0),a=Dx(),s=Ci((()=>({ctrls:[],queue:[],flush(e,t){const n=Qk(e,t);return o.current>0&&!s.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?Kk(e,t):new Promise((r=>{eC(e,n),s.queue.push((()=>{r(Kk(e,t))})),a()}))}})),[]),l=ki([...s.ctrls]),c=ki([]),u=Ix(e)||0;function d(e,n){for(let i=e;i<n;i++){const e=l.current[i]||(l.current[i]=new Zk(null,s.flush)),n=r?r(i,e):t[i];n&&(c.current[i]=Uk(n))}}Ci((()=>{_w(l.current.slice(e,u),(e=>{hk(e,i),e.stop(!0)})),l.current.length=e,d(u,e)}),[e]),Ci((()=>{d(0,Math.min(u,e))}),n);const f=l.current.map(((e,t)=>Qk(e,c.current[t]))),h=Mi(iC),p=Ix(h),g=h!==p&&dk(h);Rx((()=>{o.current++,s.ctrls=l.current;const{queue:e}=s;e.length&&(s.queue=[],_w(e,(e=>e()))),_w(l.current,((e,t)=>{i?.add(e),g&&e.start({default:h});const n=c.current[t];n&&(pk(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),Px((()=>()=>{_w(s.ctrls,(e=>e.stop(!0)))}));const m=f.map((e=>({...e})));return i?[m,i]:m}(1,n?e:[e],n?[]:t);return n||2==arguments.length?[r,i]:r}function sC(e,t,n){const r=bw.fun(t)&&t,{reset:i,sort:o,trail:a=0,expires:s=!0,exitBeforeEnter:l=!1,onDestroyed:c,ref:u,config:d}=r?r():t,f=Ci((()=>r||3==arguments.length?oC():void 0),[]),h=xw(e),p=[],g=ki(null),m=i?null:g.current;Rx((()=>{g.current=p})),Px((()=>(_w(p,(e=>{f?.add(e.ctrl),e.ctrl.ref=f})),()=>{_w(g.current,(e=>{e.expired&&clearTimeout(e.expirationId),hk(e.ctrl,f),e.ctrl.stop(!0)}))})));const v=function(e,{key:t,keys:n=t},r){if(null===n){const t=new Set;return e.map((e=>{const n=r&&r.find((n=>n.item===e&&"leave"!==n.phase&&!t.has(n)));return n?(t.add(n),n.key):lC++}))}return bw.und(n)?e:bw.fun(n)?e.map(n):xw(n)}(h,r?r():t,m),b=i&&g.current||[];Rx((()=>_w(b,(({ctrl:e,item:t,key:n})=>{hk(e,f),tk(c,t,n)}))));const y=[];if(m&&_w(m,((e,t)=>{e.expired?(clearTimeout(e.expirationId),b.push(e)):~(t=y[t]=v.indexOf(e.key))&&(p[t]=e)})),_w(h,((e,t)=>{p[t]||(p[t]={key:v[t],item:e,phase:"mount",ctrl:new Zk},p[t].ctrl.item=e)})),y.length){let e=-1;const{leave:n}=r?r():t;_w(y,((t,r)=>{const i=m[r];~t?(e=p.indexOf(i),p[e]={...i,item:h[t]}):n&&p.splice(++e,0,i)}))}bw.fun(o)&&p.sort(((e,t)=>o(e.item,t.item)));let _=-a;const w=Dx(),x=ak(t),k=new Map,C=ki(new Map),S=ki(!1);_w(p,((e,n)=>{const i=e.key,o=e.phase,c=r?r():t;let f,h;const p=tk(c.delay||0,i);if("mount"==o)f=c.enter,h="enter";else{const e=v.indexOf(i)<0;if("leave"!=o)if(e)f=c.leave,h="leave";else{if(!(f=c.update))return;h="update"}else{if(e)return;f=c.enter,h="enter"}}if(f=tk(f,e.item,n),f=bw.obj(f)?ck(f):{to:f},!f.config){const t=d||x.config;f.config=tk(t,e.item,n,h)}_+=a;const b={...x,delay:p+_,ref:u,immediate:c.immediate,reset:!1,...f};if("enter"==h&&bw.und(b.from)){const i=r?r():t,o=bw.und(i.initial)||m?i.from:i.initial;b.from=tk(o,e.item,n)}const{onResolve:y}=b;b.onResolve=e=>{tk(y,e);const t=g.current,n=t.find((e=>e.key===i));if(n&&(!e.cancelled||"update"==n.phase)&&n.ctrl.idle){const e=t.every((e=>e.ctrl.idle));if("leave"==n.phase){const t=tk(s,n.item);if(!1!==t){const r=!0===t?0:t;if(n.expired=!0,!e&&r>0)return void(r<=2147483647&&(n.expirationId=setTimeout(w,r)))}}e&&t.some((e=>e.expired))&&(C.current.delete(n),l&&(S.current=!0),w())}};const M=Qk(e.ctrl,b);"leave"===h&&l?C.current.set(e,{phase:h,springs:M,payload:b}):k.set(e,{phase:h,springs:M,payload:b})}));const M=Mi(iC),T=Ix(M),A=M!==T&&dk(M);Rx((()=>{A&&_w(p,(e=>{e.ctrl.start({default:M})}))}),[M]),_w(k,((e,t)=>{if(C.current.size){const e=p.findIndex((e=>e.key===t.key));p.splice(e,1)}})),Rx((()=>{_w(C.current.size?C.current:k,(({phase:e,payload:t},n)=>{const{ctrl:r}=n;n.phase=e,f?.add(r),A&&"enter"==e&&r.start({default:M}),t&&(pk(r,t.ref),!r.ref&&!f||S.current?(r.start(t),S.current&&(S.current=!1)):r.update(t))}))}),i?void 0:n);const L=e=>Dr(zr,null,p.map(((t,n)=>{const{springs:r}=k.get(t)||t.ctrl,i=e({...r},t.item,t,n),o=bw.str(t.key)||bw.num(t.key)?t.key:t.ctrl.id,a=i?.props??{},s=i?.ref;return i&&i.type?Dr(i.type,{...a,key:o,ref:s}):i})));return f?[L,f]:L}var lC=1,cC=class extends Ok{constructor(e,t){super(),this.source=e,this.idle=!0,this._active=new Set,this.calc=ax(...t);const n=this._get(),r=Xx(n);Fx(this,r.create(n))}advance(e){const t=this._get();yw(t,this.get())||(Bx(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&dC(this._active)&&fC(this)}_get(){const e=bw.arr(this.source)?this.source.map(ux):xw(ux(this.source));return this.calc(...e)}_start(){this.idle&&!dC(this._active)&&(this.idle=!1,_w(Hx(this),(e=>{e.done=!1})),mw.skipAnimation?(J_.batchedUpdates((()=>this.advance())),fC(this)):zw.start(this))}_attach(){let e=1;_w(xw(this.source),(t=>{cx(t)&&gx(t,this),Ek(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){_w(xw(this.source),(e=>{cx(e)&&mx(e,this)})),this._active.clear(),fC(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=xw(this.source).reduce(((e,t)=>Math.max(e,(Ek(t)?t.priority:0)+1)),0))}};function uC(e){return!1!==e.idle}function dC(e){return!e.size||Array.from(e).every(uC)}function fC(e){e.idle||(e.idle=!0,_w(Hx(e),(e=>{e.done=!0})),fx(e,{type:"idle",parent:e}))}var hC=(e,...t)=>new cC(e,t);mw.assign({createStringInterpolator:Tx,to:(e,t)=>new cC(e,t)});var pC=/^--/;function gC(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||pC.test(e)||vC.hasOwnProperty(e)&&vC[e]?(""+t).trim():t+"px"}var mC={},vC={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},bC=["Webkit","Ms","Moz","O"];vC=Object.keys(vC).reduce(((e,t)=>(bC.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),vC);var yC=/^(matrix|translate|scale|rotate|skew)/,_C=/^(translate)/,wC=/^(rotate|skew)/,xC=(e,t)=>bw.num(e)&&0!==e?e+t:e,kC=(e,t)=>bw.arr(e)?e.every((e=>kC(e,t))):bw.num(e)?e===t:parseFloat(e)===t,CC=class extends Vx{constructor({x:e,y:t,z:n,...r}){const i=[],o=[];(e||t||n)&&(i.push([e||0,t||0,n||0]),o.push((e=>[`translate3d(${e.map((e=>xC(e,"px"))).join(",")})`,kC(e,0)]))),ww(r,((e,t)=>{if("transform"===t)i.push([e||""]),o.push((e=>[e,""===e]));else if(yC.test(t)){if(delete r[t],bw.und(e))return;const n=_C.test(t)?"px":wC.test(t)?"deg":"";i.push(xw(e)),o.push("rotate3d"===t?([e,t,r,i])=>[`rotate3d(${e},${t},${r},${xC(i,n)})`,kC(i,0)]:e=>[`${t}(${e.map((e=>xC(e,n))).join(",")})`,kC(e,t.startsWith("scale")?1:0)])}})),i.length&&(r.transform=new SC(i,o)),super(r)}},SC=class extends hx{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return _w(this.inputs,((n,r)=>{const i=ux(n[0]),[o,a]=this.transforms[r](bw.arr(i)?i:n.map(ux));e+=" "+o,t=t&&a})),t?"none":e}observerAdded(e){1==e&&_w(this.inputs,(e=>_w(e,(e=>cx(e)&&gx(e,this)))))}observerRemoved(e){0==e&&_w(this.inputs,(e=>_w(e,(e=>cx(e)&&mx(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),fx(this,e)}};mw.assign({batchedUpdates:ho,createStringInterpolator:Tx,colors:Hw});var MC,TC,AC,LC,EC,NC,OC,RC,DC,PC,zC,IC,jC,BC,FC,HC,$C,UC,qC,WC,VC,GC,YC,XC,ZC,KC,JC,QC,eS,tS,nS,rS,iS,oS,aS,sS,lS,cS,uS,dS,fS,hS,pS,gS,mS,vS,bS,yS,_S,wS,xS,kS,CS,SS,MS,TS,AS,LS,ES,NS,OS,RS,DS,PS,zS,IS,jS,BS,FS,HS,$S,US,qS,WS,VS,GS,YS,XS,ZS,KS,JS,QS,eM,tM,nM,rM,iM,oM,aM,sM,lM,cM,uM,dM,fM,hM,pM,gM,mM=Qx(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,{className:r,style:i,children:o,scrollTop:a,scrollLeft:s,viewBox:l,...c}=t,u=Object.values(c),d=Object.keys(c).map((t=>n||e.hasAttribute(t)?t:mC[t]||(mC[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in i)if(i.hasOwnProperty(t)){const n=gC(t,i[t]);pC.test(t)?e.style.setProperty(t,n):e.style[t]=n}d.forEach(((t,n)=>{e.setAttribute(t,u[n])})),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==l&&e.setAttribute("viewBox",l)},createAnimatedStyle:e=>new CC(e),getComponentProps:({scrollTop:e,scrollLeft:t,...n})=>n}),vM=mM.animated;function bM(){return LC?AC:(LC=1,AC=function(e,t){return e===t||e!=e&&t!=t})}function yM(){if(NC)return EC;NC=1;var e=bM();return EC=function(t,n){for(var r=t.length;r--;)if(e(t[r][0],n))return r;return-1}}function _M(){if(HC)return FC;HC=1;var e=TC?MC:(TC=1,MC=function(){this.__data__=[],this.size=0}),t=function(){if(RC)return OC;RC=1;var e=yM(),t=Array.prototype.splice;return OC=function(n){var r=this.__data__,i=e(r,n);return!(i<0||(i==r.length-1?r.pop():t.call(r,i,1),--this.size,0))},OC}(),n=function(){if(PC)return DC;PC=1;var e=yM();return DC=function(t){var n=this.__data__,r=e(n,t);return r<0?void 0:n[r][1]},DC}(),r=function(){if(IC)return zC;IC=1;var e=yM();return zC=function(t){return e(this.__data__,t)>-1}}(),i=function(){if(BC)return jC;BC=1;var e=yM();return jC=function(t,n){var r=this.__data__,i=e(r,t);return i<0?(++this.size,r.push([t,n])):r[i][1]=n,this},jC}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,FC=o}function wM(){if(KC)return ZC;KC=1;var e="object"==typeof Sm&&Sm&&Sm.Object===Object&&Sm;return ZC=e}function xM(){if(QC)return JC;QC=1;var e=wM(),t="object"==typeof self&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return JC=n}function kM(){if(tS)return eS;tS=1;var e=xM().Symbol;return eS=e}function CM(){if(sS)return aS;sS=1;var e=kM(),t=function(){if(rS)return nS;rS=1;var e=kM(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,i=e?e.toStringTag:void 0;return nS=function(e){var t=n.call(e,i),o=e[i];try{e[i]=void 0;var a=!0}catch(e){}var s=r.call(e);return a&&(t?e[i]=o:delete e[i]),s}}(),n=function(){if(oS)return iS;oS=1;var e=Object.prototype.toString;return iS=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return aS=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):n(e)}}function SM(){return cS||(cS=1,lS=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}),lS}function MM(){if(dS)return uS;dS=1;var e=CM(),t=SM();return uS=function(n){if(!t(n))return!1;var r=e(n);return"[object Function]"==r||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}}function TM(){if(vS)return mS;vS=1;var e=Function.prototype.toString;return mS=function(t){if(null!=t){try{return e.call(t)}catch(e){}try{return t+""}catch(e){}}return""}}function AM(){if(kS)return xS;kS=1;var e=function(){if(yS)return bS;yS=1;var e=MM(),t=function(){if(gS)return pS;gS=1;var e,t=function(){if(hS)return fS;hS=1;var e=xM()["__core-js_shared__"];return fS=e}(),n=(e=/[^.]+$/.exec(t&&t.keys&&t.keys.IE_PROTO||""))?"Symbol(src)_1."+e:"";return pS=function(e){return!!n&&n in e},pS}(),n=SM(),r=TM(),i=/^\[object .+?Constructor\]$/,o=Function.prototype,a=Object.prototype,s=o.toString,l=a.hasOwnProperty,c=RegExp("^"+s.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return bS=function(o){return!(!n(o)||t(o))&&(e(o)?c:i).test(r(o))}}(),t=(wS||(wS=1,_S=function(e,t){return null==e?void 0:e[t]}),_S);return xS=function(n,r){var i=t(n,r);return e(i)?i:void 0},xS}function LM(){if(SS)return CS;SS=1;var e=AM()(xM(),"Map");return CS=e}function EM(){if(TS)return MS;TS=1;var e=AM()(Object,"create");return MS=e}function NM(){if(WS)return qS;WS=1;var e=(US||(US=1,$S=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}),$S);return qS=function(t,n){var r=t.__data__;return e(n)?r["string"==typeof n?"string":"hash"]:r.map}}function OM(){if(tM)return eM;tM=1;var e=function(){if(HS)return FS;HS=1;var e=function(){if(BS)return jS;BS=1;var e=function(){if(LS)return AS;LS=1;var e=EM();return AS=function(){this.__data__=e?e(null):{},this.size=0}}(),t=NS?ES:(NS=1,ES=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}),n=function(){if(RS)return OS;RS=1;var e=EM(),t=Object.prototype.hasOwnProperty;return OS=function(n){var r=this.__data__;if(e){var i=r[n];return"__lodash_hash_undefined__"===i?void 0:i}return t.call(r,n)?r[n]:void 0}}(),r=function(){if(PS)return DS;PS=1;var e=EM(),t=Object.prototype.hasOwnProperty;return DS=function(n){var r=this.__data__;return e?void 0!==r[n]:t.call(r,n)}}(),i=function(){if(IS)return zS;IS=1;var e=EM();return zS=function(t,n){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=e&&void 0===n?"__lodash_hash_undefined__":n,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,jS=o}(),t=_M(),n=LM();return FS=function(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}}(),t=function(){if(GS)return VS;GS=1;var e=NM();return VS=function(t){var n=e(this,t).delete(t);return this.size-=n?1:0,n}}(),n=function(){if(XS)return YS;XS=1;var e=NM();return YS=function(t){return e(this,t).get(t)}}(),r=function(){if(KS)return ZS;KS=1;var e=NM();return ZS=function(t){return e(this,t).has(t)}}(),i=function(){if(QS)return JS;QS=1;var e=NM();return JS=function(t,n){var r=e(this,t),i=r.size;return r.set(t,n),this.size+=r.size==i?0:1,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,eM=o}function RM(){if(oM)return iM;oM=1;var e=_M(),t=function(){if(UC)return $C;UC=1;var e=_M();return $C=function(){this.__data__=new e,this.size=0}}(),n=WC?qC:(WC=1,qC=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}),r=GC?VC:(GC=1,VC=function(e){return this.__data__.get(e)}),i=XC?YC:(XC=1,YC=function(e){return this.__data__.has(e)}),o=function(){if(rM)return nM;rM=1;var e=_M(),t=LM(),n=OM();return nM=function(r,i){var o=this.__data__;if(o instanceof e){var a=o.__data__;if(!t||a.length<199)return a.push([r,i]),this.size=++o.size,this;o=this.__data__=new n(a)}return o.set(r,i),this.size=o.size,this}}();function a(t){var n=this.__data__=new e(t);this.size=n.size}return a.prototype.clear=t,a.prototype.delete=n,a.prototype.get=r,a.prototype.has=i,a.prototype.set=o,iM=a}function DM(){if(sM)return aM;sM=1;var e=AM(),t=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();return aM=t}function PM(){if(cM)return lM;cM=1;var e=DM();return lM=function(t,n,r){"__proto__"==n&&e?e(t,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[n]=r}}function zM(){if(dM)return uM;dM=1;var e=PM(),t=bM();return uM=function(n,r,i){(void 0!==i&&!t(n[r],i)||void 0===i&&!(r in n))&&e(n,r,i)},uM}function IM(){if(gM)return pM;gM=1;var e=(hM||(hM=1,fM=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}),fM),t=e();return pM=t}var jM,BM,FM,HM,$M,UM,qM,WM,VM,GM,YM,XM,ZM,KM,JM,QM,eT,tT,nT,rT,iT,oT,aT,sT,lT,cT,uT,dT,fT,hT,pT,gT,mT,vT={exports:{}};function bT(){return jM||(jM=1,function(e,t){var n=xM(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=a?a(n):new e.constructor(n);return e.copy(r),r}}(vT,vT.exports)),vT.exports}function yT(){if(FM)return BM;FM=1;var e=xM().Uint8Array;return BM=e}function _T(){if($M)return HM;$M=1;var e=yT();return HM=function(t){var n=new t.constructor(t.byteLength);return new e(n).set(new e(t)),n}}function wT(){if(qM)return UM;qM=1;var e=_T();return UM=function(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}}function xT(){return VM||(VM=1,WM=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}),WM}function kT(){return ZM||(ZM=1,XM=function(e,t){return function(n){return e(t(n))}}),XM}function CT(){if(JM)return KM;JM=1;var e=kT()(Object.getPrototypeOf,Object);return KM=e}function ST(){if(eT)return QM;eT=1;var e=Object.prototype;return QM=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}}function MT(){if(nT)return tT;nT=1;var e=function(){if(YM)return GM;YM=1;var e=SM(),t=Object.create,n=function(){function n(){}return function(r){if(!e(r))return{};if(t)return t(r);n.prototype=r;var i=new n;return n.prototype=void 0,i}}();return GM=n}(),t=CT(),n=ST();return tT=function(r){return"function"!=typeof r.constructor||n(r)?{}:e(t(r))}}function TT(){return iT?rT:(iT=1,rT=function(e){return null!=e&&"object"==typeof e})}function AT(){if(lT)return sT;lT=1;var e=function(){if(aT)return oT;aT=1;var e=CM(),t=TT();return oT=function(n){return t(n)&&"[object Arguments]"==e(n)}}(),t=TT(),n=Object.prototype,r=n.hasOwnProperty,i=n.propertyIsEnumerable,o=e(function(){return arguments}())?e:function(e){return t(e)&&r.call(e,"callee")&&!i.call(e,"callee")};return sT=o}function LT(){if(uT)return cT;uT=1;var e=Array.isArray;return cT=e}function ET(){return fT?dT:(fT=1,dT=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991})}function NT(){if(pT)return hT;pT=1;var e=MM(),t=ET();return hT=function(n){return null!=n&&t(n.length)&&!e(n)}}function OT(){if(mT)return gT;mT=1;var e=NT(),t=TT();return gT=function(n){return t(n)&&e(n)}}var RT,DT,PT,zT,IT,jT,BT,FT,HT,$T={exports:{}};function UT(){return PT||(PT=1,function(e,t){var n=xM(),r=DT?RT:(DT=1,RT=function(){return!1}),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||r;e.exports=s}($T,$T.exports)),$T.exports}function qT(){if(IT)return zT;IT=1;var e=CM(),t=CT(),n=TT(),r=Function.prototype,i=Object.prototype,o=r.toString,a=i.hasOwnProperty,s=o.call(Object);return zT=function(r){if(!n(r)||"[object Object]"!=e(r))return!1;var i=t(r);if(null===i)return!0;var l=a.call(i,"constructor")&&i.constructor;return"function"==typeof l&&l instanceof l&&o.call(l)==s}}function WT(){return HT||(HT=1,FT=function(e){return function(t){return e(t)}}),FT}var VT,GT,YT,XT,ZT,KT,JT,QT,eA,tA,nA,rA,iA,oA,aA,sA,lA,cA,uA,dA,fA,hA,pA,gA,mA,vA,bA,yA,_A,wA,xA,kA,CA,SA,MA,TA,AA,LA,EA,NA,OA,RA,DA,PA,zA,IA,jA,BA,FA,HA={exports:{}};function $A(){return VT||(VT=1,function(e,t){var n=wM(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r&&n.process,a=function(){try{return i&&i.require&&i.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(HA,HA.exports)),HA.exports}function UA(){if(YT)return GT;YT=1;var e=function(){if(BT)return jT;BT=1;var e=CM(),t=ET(),n=TT(),r={};return r["[object Float32Array]"]=r["[object Float64Array]"]=r["[object Int8Array]"]=r["[object Int16Array]"]=r["[object Int32Array]"]=r["[object Uint8Array]"]=r["[object Uint8ClampedArray]"]=r["[object Uint16Array]"]=r["[object Uint32Array]"]=!0,r["[object Arguments]"]=r["[object Array]"]=r["[object ArrayBuffer]"]=r["[object Boolean]"]=r["[object DataView]"]=r["[object Date]"]=r["[object Error]"]=r["[object Function]"]=r["[object Map]"]=r["[object Number]"]=r["[object Object]"]=r["[object RegExp]"]=r["[object Set]"]=r["[object String]"]=r["[object WeakMap]"]=!1,jT=function(i){return n(i)&&t(i.length)&&!!r[e(i)]}}(),t=WT(),n=$A(),r=n&&n.isTypedArray,i=r?t(r):e;return GT=i}function qA(){return ZT||(ZT=1,XT=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}),XT}function WA(){if(JT)return KT;JT=1;var e=PM(),t=bM(),n=Object.prototype.hasOwnProperty;return KT=function(r,i,o){var a=r[i];n.call(r,i)&&t(a,o)&&(void 0!==o||i in r)||e(r,i,o)},KT}function VA(){if(eA)return QT;eA=1;var e=WA(),t=PM();return QT=function(n,r,i,o){var a=!i;i||(i={});for(var s=-1,l=r.length;++s<l;){var c=r[s],u=o?o(i[c],n[c],c,i,n):void 0;void 0===u&&(u=n[c]),a?t(i,c,u):e(i,c,u)}return i},QT}function GA(){if(iA)return rA;iA=1;var e=/^(?:0|[1-9]\d*)$/;return rA=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}}function YA(){if(aA)return oA;aA=1;var e=(nA||(nA=1,tA=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}),tA),t=AT(),n=LT(),r=UT(),i=GA(),o=UA(),a=Object.prototype.hasOwnProperty;return oA=function(s,l){var c=n(s),u=!c&&t(s),d=!c&&!u&&r(s),f=!c&&!u&&!d&&o(s),h=c||u||d||f,p=h?e(s.length,String):[],g=p.length;for(var m in s)!l&&!a.call(s,m)||h&&("length"==m||d&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||i(m,g))||p.push(m);return p}}function XA(){if(fA)return dA;fA=1;var e=YA(),t=function(){if(uA)return cA;uA=1;var e=SM(),t=ST(),n=(lA||(lA=1,sA=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}),sA),r=Object.prototype.hasOwnProperty;return cA=function(i){if(!e(i))return n(i);var o=t(i),a=[];for(var s in i)("constructor"!=s||!o&&r.call(i,s))&&a.push(s);return a},cA}(),n=NT();return dA=function(r){return n(r)?e(r,!0):t(r)}}function ZA(){return _A?yA:(_A=1,yA=function(e){return e})}function KA(){if(CA)return kA;CA=1;var e=(xA||(xA=1,wA=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}),wA),t=Math.max;return kA=function(n,r,i){return r=t(void 0===r?n.length-1:r,0),function(){for(var o=arguments,a=-1,s=t(o.length-r,0),l=Array(s);++a<s;)l[a]=o[r+a];a=-1;for(var c=Array(r+1);++a<r;)c[a]=o[a];return c[r]=i(l),e(n,this,c)}},kA}function JA(){if(OA)return NA;OA=1;var e=function(){if(AA)return TA;AA=1;var e=MA?SA:(MA=1,SA=function(e){return function(){return e}}),t=DM(),n=ZA();return TA=t?function(n,r){return t(n,"toString",{configurable:!0,enumerable:!1,value:e(r),writable:!0})}:n}(),t=function(){if(EA)return LA;EA=1;var e=Date.now;return LA=function(t){var n=0,r=0;return function(){var i=e(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}},LA}(),n=t(e);return NA=n}function QA(){if(DA)return RA;DA=1;var e=ZA(),t=KA(),n=JA();return RA=function(r,i){return n(t(r,i,e),r+"")},RA}function eL(){if(zA)return PA;zA=1;var e=bM(),t=NT(),n=GA(),r=SM();return PA=function(i,o,a){if(!r(a))return!1;var s=typeof o;return!!("number"==s?t(a)&&n(o,a.length):"string"==s&&o in a)&&e(a[o],i)},PA}var tL,nL,rL,iL,oL,aL,sL,lL,cL,uL,dL,fL,hL,pL,gL,mL,vL,bL,yL,_L,wL,xL,kL,CL,SL=function(){if(FA)return BA;FA=1;var e=function(){if(bA)return vA;bA=1;var e=RM(),t=zM(),n=IM(),r=function(){if(mA)return gA;mA=1;var e=zM(),t=bT(),n=wT(),r=xT(),i=MT(),o=AT(),a=LT(),s=OT(),l=UT(),c=MM(),u=SM(),d=qT(),f=UA(),h=qA(),p=function(){if(pA)return hA;pA=1;var e=VA(),t=XA();return hA=function(n){return e(n,t(n))}}();return gA=function(g,m,v,b,y,_,w){var x=h(g,v),k=h(m,v),C=w.get(k);if(C)e(g,v,C);else{var S=_?_(x,k,v+"",g,m,w):void 0,M=void 0===S;if(M){var T=a(k),A=!T&&l(k),L=!T&&!A&&f(k);S=k,T||A||L?a(x)?S=x:s(x)?S=r(x):A?(M=!1,S=t(k,!0)):L?(M=!1,S=n(k,!0)):S=[]:d(k)||o(k)?(S=x,o(x)?S=p(x):u(x)&&!c(x)||(S=i(k))):M=!1}M&&(w.set(k,S),y(S,k,b,_,w),w.delete(k)),e(g,v,S)}},gA}(),i=SM(),o=XA(),a=qA();return vA=function s(l,c,u,d,f){l!==c&&n(c,(function(n,o){if(f||(f=new e),i(n))r(l,c,o,u,s,d,f);else{var h=d?d(a(l,o),n,o+"",l,c,f):void 0;void 0===h&&(h=n),t(l,o,h)}}),o)},vA}(),t=function(){if(jA)return IA;jA=1;var e=QA(),t=eL();return IA=function(n){return e((function(e,r){var i=-1,o=r.length,a=o>1?r[o-1]:void 0,s=o>2?r[2]:void 0;for(a=n.length>3&&"function"==typeof a?(o--,a):void 0,s&&t(r[0],r[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++i<o;){var l=r[i];l&&n(e,l,i,a)}return e}))},IA}(),n=t((function(t,n,r){e(t,n,r)}));return BA=n}(),ML=Mm(SL);function TL(){if(nL)return tL;nL=1;var e=CM(),t=TT();return tL=function(n){return"symbol"==typeof n||t(n)&&"[object Symbol]"==e(n)}}function AL(){if(iL)return rL;iL=1;var e=LT(),t=TL(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;return rL=function(i,o){if(e(i))return!1;var a=typeof i;return!("number"!=a&&"symbol"!=a&&"boolean"!=a&&null!=i&&!t(i))||r.test(i)||!n.test(i)||null!=o&&i in Object(o)},rL}function LL(){return fL||(fL=1,dL=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}),dL}function EL(){if(mL)return gL;mL=1;var e=function(){if(pL)return hL;pL=1;var e=kM(),t=LL(),n=LT(),r=TL(),i=e?e.prototype:void 0,o=i?i.toString:void 0;return hL=function e(i){if("string"==typeof i)return i;if(n(i))return t(i,e)+"";if(r(i))return o?o.call(i):"";var a=i+"";return"0"==a&&1/i==-1/0?"-0":a},hL}();return gL=function(t){return null==t?"":e(t)}}function NL(){if(bL)return vL;bL=1;var e=LT(),t=AL(),n=function(){if(uL)return cL;uL=1;var e=function(){if(lL)return sL;lL=1;var e=function(){if(aL)return oL;aL=1;var e=OM();function t(n,r){if("function"!=typeof n||null!=r&&"function"!=typeof r)throw new TypeError("Expected a function");var i=function(){var e=arguments,t=r?r.apply(this,e):e[0],o=i.cache;if(o.has(t))return o.get(t);var a=n.apply(this,e);return i.cache=o.set(t,a)||o,a};return i.cache=new(t.Cache||e),i}return t.Cache=e,oL=t}();return sL=function(t){var n=e(t,(function(e){return 500===r.size&&r.clear(),e})),r=n.cache;return n}}(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e((function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(""),e.replace(t,(function(e,t,i,o){r.push(i?o.replace(n,"$1"):t||e)})),r}));return cL=r}(),r=EL();return vL=function(i,o){return e(i)?i:t(i,o)?[i]:n(r(i))},vL}function OL(){if(_L)return yL;_L=1;var e=TL();return yL=function(t){if("string"==typeof t||e(t))return t;var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}}function RL(){if(xL)return wL;xL=1;var e=NL(),t=OL();return wL=function(n,r){for(var i=0,o=(r=e(r,n)).length;null!=n&&i<o;)n=n[t(r[i++])];return i&&i==o?n:void 0},wL}function DL(){if(CL)return kL;CL=1;var e=RL();return kL=function(t,n,r){var i=null==t?void 0:e(t,n);return void 0===i?r:i},kL}var PL,zL,IL,jL,BL=Mm(DL());function FL(){if(zL)return PL;zL=1;var e=WA(),t=NL(),n=GA(),r=SM(),i=OL();return PL=function(o,a,s,l){if(!r(o))return o;for(var c=-1,u=(a=t(a,o)).length,d=u-1,f=o;null!=f&&++c<u;){var h=i(a[c]),p=s;if("__proto__"===h||"constructor"===h||"prototype"===h)return o;if(c!=d){var g=f[h];void 0===(p=l?l(g,h,f):void 0)&&(p=r(g)?g:n(a[c+1])?[]:{})}e(f,h,p),f=f[h]}return o},PL}var HL=Mm(function(){if(jL)return IL;jL=1;var e=FL();return IL=function(t,n,r){return null==t?t:e(t,n,r)}}());function $L(){return $L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},$L.apply(null,arguments)}var UL=["outlineWidth","outlineColor","outlineOpacity"],qL=function(e){return e.outlineWidth,e.outlineColor,e.outlineOpacity,function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,UL)},WL=["axis.ticks.text","axis.legend.text","legends.title.text","legends.text","legends.ticks.text","legends.title.text","labels.text","dots.text","markers.text","annotations.text"],VL=function(e,t){return t?ML({},e,t):e},GL={background:"transparent",text:{fontFamily:"sans-serif",fontSize:11,fill:"#333333",outlineWidth:0,outlineColor:"#ffffff",outlineOpacity:1},axis:{domain:{line:{stroke:"transparent",strokeWidth:1}},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{}},legend:{text:{fontSize:12}}},grid:{line:{stroke:"#dddddd",strokeWidth:1}},legends:{hidden:{symbol:{fill:"#333333",opacity:.6},text:{fill:"#333333",opacity:.6}},text:{},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{fontSize:10}},title:{text:{}}},labels:{text:{}},markers:{lineColor:"#000000",lineStrokeWidth:1,text:{}},dots:{text:{}},tooltip:{container:{background:"white",color:"inherit",fontSize:"inherit",borderRadius:"2px",boxShadow:"0 1px 2px rgba(0, 0, 0, 0.25)",padding:"5px 9px"},basic:{whiteSpace:"pre",display:"flex",alignItems:"center"},chip:{marginRight:7},table:{},tableCell:{padding:"3px 5px"},tableCellValue:{fontWeight:"bold"}},crosshair:{line:{stroke:"#000000",strokeWidth:1,strokeOpacity:.75,strokeDasharray:"6 6"}},annotations:{text:{fontSize:13,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},link:{stroke:"#000000",strokeWidth:1,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},outline:{fill:"none",stroke:"#000000",strokeWidth:2,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},symbol:{fill:"#000000",outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1}}},YL=ii(null),XL={},ZL=function(e){var t=e.theme,n=void 0===t?XL:t,r=e.children,i=function(e){return Ci((function(){return function(e,t){var n=ML({},e,t);return WL.forEach((function(e){HL(n,e,function(e,t){return $L({},t,e)}(BL(n,e),n.text))})),n}(GL,e)}),[e])}(n);return Os(YL.Provider,{value:i,children:r})},KL=function(){var e=Mi(YL);if(null===e)throw new Error("Unable to find the theme, did you forget to wrap your component with ThemeProvider?");return e};function JL(){return JL=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},JL.apply(null,arguments)}var QL=["basic","chip","container","table","tableCell","tableCellValue"],eE={pointerEvents:"none",position:"absolute",zIndex:10,top:0,left:0},tE=function(e,t){return"translate("+e+"px, "+t+"px)"},nE=ji((function(e){var t,n=e.position,r=e.anchor,i=e.children,o=KL(),a=_z(),s=a.animate,l=a.config,c=eI(),u=c[0],d=c[1],f=ki(!1),h=void 0,p=!1,g=d.width>0&&d.height>0,m=Math.round(n[0]),v=Math.round(n[1]);g&&("top"===r?(m-=d.width/2,v-=d.height+14):"right"===r?(m+=14,v-=d.height/2):"bottom"===r?(m-=d.width/2,v+=14):"left"===r?(m-=d.width+14,v-=d.height/2):"center"===r&&(m-=d.width/2,v-=d.height/2),h={transform:tE(m,v)},f.current||(p=!0),f.current=[m,v]);var b=aC({to:h,config:l,immediate:!s||p}),y=o.tooltip;y.basic,y.chip,y.container,y.table,y.tableCell,y.tableCellValue;var _=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(y,QL),w=JL({},eE,_,{transform:null!=(t=b.transform)?t:tE(m,v),opacity:b.transform?1:0});return Os(vM.div,{ref:u,style:w,children:i})}));nE.displayName="TooltipWrapper";var rE=ji((function(e){var t=e.size,n=void 0===t?12:t,r=e.color,i=e.style;return Os("span",{style:JL({display:"block",width:n,height:n,background:r},void 0===i?{}:i)})})),iE=ji((function(e){var t,n=e.id,r=e.value,i=e.format,o=e.enableChip,a=void 0!==o&&o,s=e.color,l=e.renderContent,c=KL(),u=nI(i);if("function"==typeof l)t=l();else{var d=r;void 0!==u&&void 0!==d&&(d=u(d)),t=Os("div",{style:c.tooltip.basic,children:[a&&Os(rE,{color:s,style:c.tooltip.chip}),void 0!==d?Os("span",{children:[n,": ",Os("strong",{children:""+d})]}):n]})}return Os("div",{style:c.tooltip.container,role:"tooltip",children:t})})),oE={width:"100%",borderCollapse:"collapse"},aE=ji((function(e){var t,n=e.title,r=e.rows,i=void 0===r?[]:r,o=e.renderContent,a=KL();return i.length?(t="function"==typeof o?o():Os("div",{children:[n&&n,Os("table",{style:JL({},oE,a.tooltip.table),children:Os("tbody",{children:i.map((function(e,t){return Os("tr",{children:e.map((function(e,t){return Os("td",{style:a.tooltip.tableCell,children:e},t)}))},t)}))})})]}),Os("div",{style:a.tooltip.container,children:t})):null}));aE.displayName="TableTooltip";var sE=ji((function(e){var t=e.x0,n=e.x1,r=e.y0,i=e.y1,o=KL(),a=_z(),s=a.animate,l=a.config,c=Ci((function(){return JL({},o.crosshair.line,{pointerEvents:"none"})}),[o.crosshair.line]),u=aC({x1:t,x2:n,y1:r,y2:i,config:l,immediate:!s});return Os(vM.line,JL({},u,{fill:"none",style:c}))}));sE.displayName="CrosshairLine";var lE=ji((function(e){var t,n,r=e.width,i=e.height,o=e.type,a=e.x,s=e.y;return"cross"===o?(t={x0:a,x1:a,y0:0,y1:i},n={x0:0,x1:r,y0:s,y1:s}):"top-left"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:0,x1:a,y0:s,y1:s}):"top"===o?t={x0:a,x1:a,y0:0,y1:s}:"top-right"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:a,x1:r,y0:s,y1:s}):"right"===o?n={x0:a,x1:r,y0:s,y1:s}:"bottom-right"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:a,x1:r,y0:s,y1:s}):"bottom"===o?t={x0:a,x1:a,y0:s,y1:i}:"bottom-left"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:0,x1:a,y0:s,y1:s}):"left"===o?n={x0:0,x1:a,y0:s,y1:s}:"x"===o?t={x0:a,x1:a,y0:0,y1:i}:"y"===o&&(n={x0:0,x1:r,y0:s,y1:s}),Os(zr,{children:[t&&Os(sE,{x0:t.x0,x1:t.x1,y0:t.y0,y1:t.y1}),n&&Os(sE,{x0:n.x0,x1:n.x1,y0:n.y0,y1:n.y1})]})}));lE.displayName="Crosshair";var cE,uE,dE=ii({showTooltipAt:function(){},showTooltipFromEvent:function(){},hideTooltip:function(){}}),fE={isVisible:!1,position:[null,null],content:null,anchor:null},hE=ii(fE),pE=function(){var e=Mi(dE);if(void 0===e)throw new Error("useTooltip must be used within a TooltipProvider");return e},gE=function(){var e=function(){var e=Mi(hE);if(void 0===e)throw new Error("useTooltipState must be used within a TooltipProvider");return e}();return function(e){return e.isVisible}(e)?Os(nE,{position:e.position,anchor:e.anchor,children:e.content}):null},mE=function(e){var t=e.container,n=e.children,r=function(e){var t=yi(fE),n=t[0],r=t[1],i=Si((function(e,t,n){var i=t[0],o=t[1];void 0===n&&(n="top"),r({isVisible:!0,position:[i,o],anchor:n,content:e})}),[r]),o=Si((function(t,n,i){void 0===i&&(i="top");var o=e.current.getBoundingClientRect(),a=e.current.offsetWidth,s=a===o.width?1:a/o.width,l="touches"in n?n.touches[0]:n,c=l.clientX,u=l.clientY,d=(c-o.left)*s,f=(u-o.top)*s;"left"!==i&&"right"!==i||(i=d<o.width/2?"right":"left"),r({isVisible:!0,position:[d,f],anchor:i,content:t})}),[e,r]),a=Si((function(){r(fE)}),[r]);return{actions:Ci((function(){return{showTooltipAt:i,showTooltipFromEvent:o,hideTooltip:a}}),[i,o,a]),state:n}}(t),i=r.actions,o=r.state;return Os(dE.Provider,{value:i,children:Os(hE.Provider,{value:o,children:n})})},vE=Mm(function(){if(uE)return cE;uE=1;var e=CM(),t=LT(),n=TT();return cE=function(r){return"string"==typeof r||!t(r)&&n(r)&&"[object String]"==e(r)}}());let bE;bE="undefined"!=typeof window?window:"undefined"!=typeof self?self:a.g;let yE=null,_E=null;const wE=bE.clearTimeout,xE=bE.setTimeout,kE=bE.cancelAnimationFrame||bE.mozCancelAnimationFrame||bE.webkitCancelAnimationFrame,CE=bE.requestAnimationFrame||bE.mozRequestAnimationFrame||bE.webkitRequestAnimationFrame;null==kE||null==CE?(yE=wE,_E=function(e){return xE(e,20)}):(yE=function([e,t]){kE(e),wE(t)},_E=function(e){const t=CE((function(){wE(n),e()})),n=xE((function(){kE(t),e()}),20);return[t,n]});class SE extends Ir{constructor(...e){super(...e),this.state={height:this.props.defaultHeight||0,width:this.props.defaultWidth||0},this._autoSizer=null,this._detectElementResize=null,this._didLogDeprecationWarning=!1,this._parentNode=null,this._resizeObserver=null,this._timeoutId=null,this._onResize=()=>{this._timeoutId=null;const{disableHeight:e,disableWidth:t,onResize:n}=this.props;if(this._parentNode){const r=window.getComputedStyle(this._parentNode)||{},i=parseFloat(r.paddingLeft||"0"),o=parseFloat(r.paddingRight||"0"),a=parseFloat(r.paddingTop||"0"),s=parseFloat(r.paddingBottom||"0"),l=this._parentNode.getBoundingClientRect(),c=l.height-a-s,u=l.width-i-o;if(!e&&this.state.height!==c||!t&&this.state.width!==u){this.setState({height:c,width:u});const e=()=>{this._didLogDeprecationWarning||(this._didLogDeprecationWarning=!0,console.warn("scaledWidth and scaledHeight parameters have been deprecated; use width and height instead"))};"function"==typeof n&&n({height:c,width:u,get scaledHeight(){return e(),c},get scaledWidth(){return e(),u}})}}},this._setRef=e=>{this._autoSizer=e}}componentDidMount(){const{nonce:e}=this.props,t=this._autoSizer?this._autoSizer.parentNode:null;if(null!=t&&t.ownerDocument&&t.ownerDocument.defaultView&&t instanceof t.ownerDocument.defaultView.HTMLElement){this._parentNode=t;const n=t.ownerDocument.defaultView.ResizeObserver;null!=n?(this._resizeObserver=new n((()=>{this._timeoutId=setTimeout(this._onResize,0)})),this._resizeObserver.observe(t)):(this._detectElementResize=function(e){let t,n,r,i,o,a,s;const l="undefined"!=typeof document&&document.attachEvent;if(!l){a=function(e){const t=e.__resizeTriggers__,n=t.firstElementChild,r=t.lastElementChild,i=n.firstElementChild;r.scrollLeft=r.scrollWidth,r.scrollTop=r.scrollHeight,i.style.width=n.offsetWidth+1+"px",i.style.height=n.offsetHeight+1+"px",n.scrollLeft=n.scrollWidth,n.scrollTop=n.scrollHeight},o=function(e){return e.offsetWidth!==e.__resizeLast__.width||e.offsetHeight!==e.__resizeLast__.height},s=function(e){if(e.target.className&&"function"==typeof e.target.className.indexOf&&e.target.className.indexOf("contract-trigger")<0&&e.target.className.indexOf("expand-trigger")<0)return;const t=this;a(this),this.__resizeRAF__&&yE(this.__resizeRAF__),this.__resizeRAF__=_E((function(){o(t)&&(t.__resizeLast__.width=t.offsetWidth,t.__resizeLast__.height=t.offsetHeight,t.__resizeListeners__.forEach((function(n){n.call(t,e)})))}))};let e=!1,l="";r="animationstart";const c="Webkit Moz O ms".split(" ");let u="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),d="";{const t=document.createElement("fakeelement");if(void 0!==t.style.animationName&&(e=!0),!1===e)for(let n=0;n<c.length;n++)if(void 0!==t.style[c[n]+"AnimationName"]){d=c[n],l="-"+d.toLowerCase()+"-",r=u[n],e=!0;break}}n="resizeanim",t="@"+l+"keyframes "+n+" { from { opacity: 0; } to { opacity: 0; } } ",i=l+"animation: 1ms "+n+"; "}return{addResizeListener:function(o,c){if(l)o.attachEvent("onresize",c);else{if(!o.__resizeTriggers__){const l=o.ownerDocument,c=bE.getComputedStyle(o);c&&"static"===c.position&&(o.style.position="relative"),function(n){if(!n.getElementById("detectElementResize")){const r=(t||"")+".resize-triggers { "+(i||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',o=n.head||n.getElementsByTagName("head")[0],a=n.createElement("style");a.id="detectElementResize",a.type="text/css",null!=e&&a.setAttribute("nonce",e),a.styleSheet?a.styleSheet.cssText=r:a.appendChild(n.createTextNode(r)),o.appendChild(a)}}(l),o.__resizeLast__={},o.__resizeListeners__=[],(o.__resizeTriggers__=l.createElement("div")).className="resize-triggers";const u=l.createElement("div");u.className="expand-trigger",u.appendChild(l.createElement("div"));const d=l.createElement("div");d.className="contract-trigger",o.__resizeTriggers__.appendChild(u),o.__resizeTriggers__.appendChild(d),o.appendChild(o.__resizeTriggers__),a(o),o.addEventListener("scroll",s,!0),r&&(o.__resizeTriggers__.__animationListener__=function(e){e.animationName===n&&a(o)},o.__resizeTriggers__.addEventListener(r,o.__resizeTriggers__.__animationListener__))}o.__resizeListeners__.push(c)}},removeResizeListener:function(e,t){if(l)e.detachEvent("onresize",t);else if(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),!e.__resizeListeners__.length){e.removeEventListener("scroll",s,!0),e.__resizeTriggers__.__animationListener__&&(e.__resizeTriggers__.removeEventListener(r,e.__resizeTriggers__.__animationListener__),e.__resizeTriggers__.__animationListener__=null);try{e.__resizeTriggers__=!e.removeChild(e.__resizeTriggers__)}catch(e){}}}}}(e),this._detectElementResize.addResizeListener(t,this._onResize)),this._onResize()}}componentWillUnmount(){this._parentNode&&(this._detectElementResize&&this._detectElementResize.removeResizeListener(this._parentNode,this._onResize),null!==this._timeoutId&&clearTimeout(this._timeoutId),this._resizeObserver&&this._resizeObserver.disconnect())}render(){const{children:e,defaultHeight:t,defaultWidth:n,disableHeight:r=!1,disableWidth:i=!1,doNotBailOutOnEmptyChildren:o=!1,nonce:a,onResize:s,style:l={},tagName:c="div",...u}=this.props,{height:d,width:f}=this.state,h={overflow:"visible"},p={};let g=!1;return r||(0===d&&(g=!0),h.height=0,p.height=d,p.scaledHeight=d),i||(0===f&&(g=!0),h.width=0,p.width=f,p.scaledWidth=f),o&&(g=!1),Dr(c,{ref:this._setRef,style:{...h,...l},...u},!g&&e(p))}}function ME(e,t){return e===t}function TE(e,t,n){var r=n&&n.equalityFn||ME,i=ki(e),o=yi({})[1],a=function(e,t,n,r){var i=this,o=ki(null),a=ki(0),s=ki(0),l=ki(null),c=ki([]),u=ki(),d=ki(),f=ki(e),h=ki(!0);f.current=e;var p="undefined"!=typeof window,g=!t&&0!==t&&p;if("function"!=typeof e)throw new TypeError("Expected a function");t=+t||0;var m=!!(n=n||{}).leading,v=!("trailing"in n)||!!n.trailing,b="maxWait"in n,y="debounceOnServer"in n&&!!n.debounceOnServer,_=b?Math.max(+n.maxWait||0,t):null;wi((function(){return h.current=!0,function(){h.current=!1}}),[]);var w=Ci((function(){var e=function(e){var t=c.current,n=u.current;return c.current=u.current=null,a.current=e,s.current=s.current||e,d.current=f.current.apply(n,t)},n=function(e,t){g&&cancelAnimationFrame(l.current),l.current=g?requestAnimationFrame(e):setTimeout(e,t)},w=function(e){if(!h.current)return!1;var n=e-o.current;return!o.current||n>=t||n<0||b&&e-a.current>=_},x=function(t){return l.current=null,v&&c.current?e(t):(c.current=u.current=null,d.current)},k=function e(){var r=Date.now();if(m&&s.current===a.current&&C(),w(r))return x(r);if(h.current){var i=t-(r-o.current),l=b?Math.min(i,_-(r-a.current)):i;n(e,l)}},C=function(){r&&r({})},S=function(){if(p||y){var r=Date.now(),s=w(r);if(c.current=[].slice.call(arguments),u.current=i,o.current=r,s){if(!l.current&&h.current)return a.current=o.current,n(k,t),m?e(o.current):d.current;if(b)return n(k,t),e(o.current)}return l.current||n(k,t),d.current}};return S.cancel=function(){var e=l.current;e&&(g?cancelAnimationFrame(l.current):clearTimeout(l.current)),a.current=0,c.current=o.current=u.current=l.current=null,e&&r&&r({})},S.isPending=function(){return!!l.current},S.flush=function(){return l.current?x(Date.now()):d.current},S}),[m,b,t,_,v,g,p,y,r]);return w}(Si((function(e){i.current=e,o({})}),[o]),t,n,o),s=ki(e);return r(s.current,e)||(a(e),s.current=e),[i.current,a]}var AE,LE,EE,NE,OE,RE,DE,PE,zE,IE,jE,BE,FE,HE,$E,UE,qE,WE,VE,GE,YE,XE,ZE,KE;function JE(){if(RE)return OE;RE=1;var e=OM(),t=LE?AE:(LE=1,AE=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}),n=NE?EE:(NE=1,EE=function(e){return this.__data__.has(e)});function r(t){var n=-1,r=null==t?0:t.length;for(this.__data__=new e;++n<r;)this.add(t[n])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,OE=r}function QE(){if(UE)return $E;UE=1;var e=function(){if(HE)return FE;HE=1;var e=(PE||(PE=1,DE=function(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}),DE),t=IE?zE:(IE=1,zE=function(e){return e!=e}),n=(BE||(BE=1,jE=function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}),jE);return FE=function(r,i,o){return i==i?n(r,i,o):e(r,t,o)},FE}();return $E=function(t,n){return!(null==t||!t.length)&&e(t,n,0)>-1}}function eN(){return WE||(WE=1,qE=function(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}),qE}function tN(){return GE?VE:(GE=1,VE=function(e,t){return e.has(t)})}var nN=function(){if(KE)return ZE;KE=1;var e=function(){if(XE)return YE;XE=1;var e=JE(),t=QE(),n=eN(),r=LL(),i=WT(),o=tN();return YE=function(a,s,l,c){var u=-1,d=t,f=!0,h=a.length,p=[],g=s.length;if(!h)return p;l&&(s=r(s,i(l))),c?(d=n,f=!1):s.length>=200&&(d=o,f=!1,s=new e(s));e:for(;++u<h;){var m=a[u],v=null==l?m:l(m);if(m=c||0!==m?m:0,f&&v==v){for(var b=g;b--;)if(s[b]===v)continue e;p.push(m)}else d(s,v,c)||p.push(m)}return p},YE}(),t=QA(),n=OT(),r=t((function(t,r){return n(t)?e(t,r):[]}));return ZE=r}(),rN=Mm(nN);function iN(e){for(var t=e.length/6|0,n=new Array(t),r=0;r<t;)n[r]="#"+e.slice(6*r,6*++r);return n}var oN=iN("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),aN=iN("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),sN=iN("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),lN=iN("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),cN=iN("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),uN=iN("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),dN=iN("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),fN=iN("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),hN=iN("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"),pN=iN("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab"),gN=e=>td(e[e.length-1]),mN=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(iN),vN=gN(mN),bN=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(iN),yN=gN(bN),_N=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(iN),wN=gN(_N),xN=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(iN),kN=gN(xN),CN=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(iN),SN=gN(CN),MN=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(iN),TN=gN(MN),AN=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(iN),LN=gN(AN),EN=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(iN),NN=gN(EN),ON=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(iN),RN=gN(ON),DN=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(iN),PN=gN(DN),zN=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(iN),IN=gN(zN),jN=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(iN),BN=gN(jN),FN=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(iN),HN=gN(FN),$N=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(iN),UN=gN($N),qN=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(iN),WN=gN(qN),VN=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(iN),GN=gN(VN),YN=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(iN),XN=gN(YN),ZN=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(iN),KN=gN(ZN),JN=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(iN),QN=gN(JN),eO=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(iN),tO=gN(eO),nO=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(iN),rO=gN(nO),iO=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(iN),oO=gN(iO),aO=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(iN),sO=gN(aO),lO=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(iN),cO=gN(lO),uO=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(iN),dO=gN(uO),fO=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(iN),hO=gN(fO),pO=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(iN),gO=gN(pO),mO=_d(Yu(300,.5,0),Yu(-240,.5,1)),vO=_d(Yu(-100,.75,.35),Yu(80,1.5,.8)),bO=_d(Yu(260,.75,.35),Yu(80,1.5,.8)),yO=Yu(),_O=Su(),wO=Math.PI/3,xO=2*Math.PI/3;function kO(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}var CO,SO,MO=kO(iN("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),TO=kO(iN("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),AO=kO(iN("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),LO=kO(iN("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));function EO(){return SO||(SO=1,CO=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}),CO}var NO=Mm(EO());LT();var OO=Mm(MM());function RO(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}var DO,PO=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function zO(e){if(!(t=PO.exec(e)))throw new Error("invalid format: "+e);var t;return new IO({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function IO(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function jO(e,t){var n=RO(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}zO.prototype=IO.prototype,IO.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var BO={"%":function(e,t){return(100*e).toFixed(t)},b:function(e){return Math.round(e).toString(2)},c:function(e){return e+""},d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},g:function(e,t){return e.toPrecision(t)},o:function(e){return Math.round(e).toString(8)},p:function(e,t){return jO(100*e,t)},r:jO,s:function(e,t){var n=RO(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(DO=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+RO(e,Math.max(0,t+o-1))[0]},X:function(e){return Math.round(e).toString(16).toUpperCase()},x:function(e){return Math.round(e).toString(16)}};function FO(e){return e}var HO,$O,UO=Array.prototype.map,qO=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];HO=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?FO:(t=UO.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=e.decimal+"",s=void 0===e.numerals?FO:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(UO.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=zO(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):BO[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=BO[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?qO[8+DO/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=zO(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(function(e){return(e=RO(Math.abs(e)))?e[1]:NaN}(t)/3))),i=Math.pow(10,-r),o=qO[8+r/3];return function(e){return n(i*e)+o}}}}({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"}),$O=HO.format,HO.formatPrefix;var WO=new Date,VO=new Date;function GO(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return GO((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return WO.setTime(+t),VO.setTime(+r),e(WO),e(VO),Math.floor(n(WO,VO))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}const YO=864e5,XO=6048e5;var ZO=GO((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/YO),(e=>e.getDate()-1));function KO(e){return GO((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/XO}))}ZO.range;var JO=KO(0),QO=KO(1),eR=KO(2),tR=KO(3),nR=KO(4),rR=KO(5),iR=KO(6);JO.range,QO.range,eR.range,tR.range,nR.range,rR.range,iR.range;var oR=GO((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));oR.every=function(e){return isFinite(e=Math.floor(e))&&e>0?GO((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},oR.range;var aR=GO((function(e){e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t-e)/YO}),(function(e){return e.getUTCDate()-1}));function sR(e){return GO((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/XO}))}aR.range;var lR=sR(0),cR=sR(1),uR=sR(2),dR=sR(3),fR=sR(4),hR=sR(5),pR=sR(6);lR.range,cR.range,uR.range,dR.range,fR.range,hR.range,pR.range;var gR=GO((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function mR(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function vR(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function bR(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}gR.every=function(e){return isFinite(e=Math.floor(e))&&e>0?GO((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},gR.range;var yR,_R,wR,xR,kR={"-":"",_:" ",0:"0"},CR=/^\s*\d+/,SR=/^%/,MR=/[\\^$*+?|[\]().{}]/g;function TR(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function AR(e){return e.replace(MR,"\\$&")}function LR(e){return new RegExp("^(?:"+e.map(AR).join("|")+")","i")}function ER(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function NR(e,t,n){var r=CR.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function OR(e,t,n){var r=CR.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function RR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function DR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function PR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function zR(e,t,n){var r=CR.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function IR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function jR(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function BR(e,t,n){var r=CR.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function FR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function HR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function $R(e,t,n){var r=CR.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function UR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function qR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function WR(e,t,n){var r=CR.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function VR(e,t,n){var r=CR.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function GR(e,t,n){var r=CR.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function YR(e,t,n){var r=SR.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function XR(e,t,n){var r=CR.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function ZR(e,t,n){var r=CR.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function KR(e,t){return TR(e.getDate(),t,2)}function JR(e,t){return TR(e.getHours(),t,2)}function QR(e,t){return TR(e.getHours()%12||12,t,2)}function eD(e,t){return TR(1+ZO.count(oR(e),e),t,3)}function tD(e,t){return TR(e.getMilliseconds(),t,3)}function nD(e,t){return tD(e,t)+"000"}function rD(e,t){return TR(e.getMonth()+1,t,2)}function iD(e,t){return TR(e.getMinutes(),t,2)}function oD(e,t){return TR(e.getSeconds(),t,2)}function aD(e){var t=e.getDay();return 0===t?7:t}function sD(e,t){return TR(JO.count(oR(e)-1,e),t,2)}function lD(e){var t=e.getDay();return t>=4||0===t?nR(e):nR.ceil(e)}function cD(e,t){return e=lD(e),TR(nR.count(oR(e),e)+(4===oR(e).getDay()),t,2)}function uD(e){return e.getDay()}function dD(e,t){return TR(QO.count(oR(e)-1,e),t,2)}function fD(e,t){return TR(e.getFullYear()%100,t,2)}function hD(e,t){return TR((e=lD(e)).getFullYear()%100,t,2)}function pD(e,t){return TR(e.getFullYear()%1e4,t,4)}function gD(e,t){var n=e.getDay();return TR((e=n>=4||0===n?nR(e):nR.ceil(e)).getFullYear()%1e4,t,4)}function mD(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+TR(t/60|0,"0",2)+TR(t%60,"0",2)}function vD(e,t){return TR(e.getUTCDate(),t,2)}function bD(e,t){return TR(e.getUTCHours(),t,2)}function yD(e,t){return TR(e.getUTCHours()%12||12,t,2)}function _D(e,t){return TR(1+aR.count(gR(e),e),t,3)}function wD(e,t){return TR(e.getUTCMilliseconds(),t,3)}function xD(e,t){return wD(e,t)+"000"}function kD(e,t){return TR(e.getUTCMonth()+1,t,2)}function CD(e,t){return TR(e.getUTCMinutes(),t,2)}function SD(e,t){return TR(e.getUTCSeconds(),t,2)}function MD(e){var t=e.getUTCDay();return 0===t?7:t}function TD(e,t){return TR(lR.count(gR(e)-1,e),t,2)}function AD(e){var t=e.getUTCDay();return t>=4||0===t?fR(e):fR.ceil(e)}function LD(e,t){return e=AD(e),TR(fR.count(gR(e),e)+(4===gR(e).getUTCDay()),t,2)}function ED(e){return e.getUTCDay()}function ND(e,t){return TR(cR.count(gR(e)-1,e),t,2)}function OD(e,t){return TR(e.getUTCFullYear()%100,t,2)}function RD(e,t){return TR((e=AD(e)).getUTCFullYear()%100,t,2)}function DD(e,t){return TR(e.getUTCFullYear()%1e4,t,4)}function PD(e,t){var n=e.getUTCDay();return TR((e=n>=4||0===n?fR(e):fR.ceil(e)).getUTCFullYear()%1e4,t,4)}function zD(){return"+0000"}function ID(){return"%"}function jD(e){return+e}function BD(e){return Math.floor(+e/1e3)}yR=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=LR(i),u=ER(i),d=LR(o),f=ER(o),h=LR(a),p=ER(a),g=LR(s),m=ER(s),v=LR(l),b=ER(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:KR,e:KR,f:nD,g:hD,G:gD,H:JR,I:QR,j:eD,L:tD,m:rD,M:iD,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:jD,s:BD,S:oD,u:aD,U:sD,V:cD,w:uD,W:dD,x:null,X:null,y:fD,Y:pD,Z:mD,"%":ID},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:vD,e:vD,f:xD,g:RD,G:PD,H:bD,I:yD,j:_D,L:wD,m:kD,M:CD,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:jD,s:BD,S:SD,u:MD,U:TD,V:LD,w:ED,W:ND,x:null,X:null,y:OD,Y:DD,Z:zD,"%":ID},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:HR,e:HR,f:GR,g:IR,G:zR,H:UR,I:UR,j:$R,L:VR,m:FR,M:qR,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:BR,Q:XR,s:ZR,S:WR,u:OR,U:RR,V:DR,w:NR,W:PR,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:IR,Y:zR,Z:jR,"%":YR};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=kR[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=bR(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=vR(bR(o.y,0,1))).getUTCDay(),r=i>4||0===i?cR.ceil(r):cR(r),r=aR.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=mR(bR(o.y,0,1))).getDay(),r=i>4||0===i?QO.ceil(r):QO(r),r=ZO.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?vR(bR(o.y,0,1)).getUTCDay():mR(bR(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,vR(o)):mR(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in kR?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),_R=yR.format,wR=yR.parse,yR.utcFormat,xR=yR.utcParse;var FD,HD,$D,UD,qD,WD,VD,GD,YD,XD,ZD,KD,JD,QD,eP,tP,nP,rP,iP,oP,aP,sP,lP=Mm(qT());function cP(){if(GD)return VD;GD=1;var e=(UD||(UD=1,$D=function(e,t){return null!=e&&t in Object(e)}),$D),t=function(){if(WD)return qD;WD=1;var e=NL(),t=AT(),n=LT(),r=GA(),i=ET(),o=OL();return qD=function(a,s,l){for(var c=-1,u=(s=e(s,a)).length,d=!1;++c<u;){var f=o(s[c]);if(!(d=null!=a&&l(a,f)))break;a=a[f]}return d||++c!=u?d:!!(u=null==a?0:a.length)&&i(u)&&r(f,u)&&(n(a)||t(a))},qD}();return VD=function(n,r){return null!=n&&t(n,r,e)}}function uP(){return KD||(KD=1,ZD=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}),ZD}function dP(){if(tP)return eP;tP=1;var e=uP(),t=function(){if(QD)return JD;QD=1;var e=kM(),t=AT(),n=LT(),r=e?e.isConcatSpreadable:void 0;return JD=function(e){return n(e)||t(e)||!!(r&&e&&e[r])}}();return eP=function n(r,i,o,a,s){var l=-1,c=r.length;for(o||(o=t),s||(s=[]);++l<c;){var u=r[l];i>0&&o(u)?i>1?n(u,i-1,o,a,s):e(s,u):a||(s[s.length]=u)}return s},eP}function fP(){if(oP)return iP;oP=1;var e=function(){if(rP)return nP;rP=1;var e=dP();return nP=function(t){return null!=t&&t.length?e(t,1):[]},nP}(),t=KA(),n=JA();return iP=function(r){return n(t(r,void 0,e),r+"")}}var hP,pP,gP,mP,vP,bP,yP,_P,wP,xP,kP,CP,SP,MP,TP,AP,LP,EP,NP,OP,RP,DP,PP,zP,IP,jP,BP,FP,HP,$P,UP,qP,WP,VP,GP,YP,XP,ZP,KP,JP,QP,ez,tz,nz,rz=function(){if(sP)return aP;sP=1;var e=function(){if(XD)return YD;XD=1;var e=function(){if(HD)return FD;HD=1;var e=RL(),t=FL(),n=NL();return FD=function(r,i,o){for(var a=-1,s=i.length,l={};++a<s;){var c=i[a],u=e(r,c);o(u,c)&&t(l,n(c,r),u)}return l},FD}(),t=cP();return YD=function(n,r){return e(n,r,(function(e,r){return t(n,r)}))}}(),t=fP()((function(t,n){return null==t?{}:e(t,n)}));return aP=t}(),iz=Mm(rz);function oz(){if(mP)return gP;mP=1;var e=JE(),t=(pP||(pP=1,hP=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}),hP),n=tN();return gP=function(r,i,o,a,s,l){var c=1&o,u=r.length,d=i.length;if(u!=d&&!(c&&d>u))return!1;var f=l.get(r),h=l.get(i);if(f&&h)return f==i&&h==r;var p=-1,g=!0,m=2&o?new e:void 0;for(l.set(r,i),l.set(i,r);++p<u;){var v=r[p],b=i[p];if(a)var y=c?a(b,v,p,i,r,l):a(v,b,p,r,i,l);if(void 0!==y){if(y)continue;g=!1;break}if(m){if(!t(i,(function(e,t){if(!n(m,t)&&(v===e||s(v,e,o,a,l)))return m.push(t)}))){g=!1;break}}else if(v!==b&&!s(v,b,o,a,l)){g=!1;break}}return l.delete(r),l.delete(i),g},gP}function az(){return _P||(_P=1,yP=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}),yP}function sz(){if(CP)return kP;CP=1;var e=uP(),t=LT();return kP=function(n,r,i){var o=r(n);return t(n)?o:e(o,i(n))},kP}function lz(){return MP||(MP=1,SP=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}),SP}function cz(){return AP?TP:(AP=1,TP=function(){return[]})}function uz(){if(EP)return LP;EP=1;var e=lz(),t=cz(),n=Object.prototype.propertyIsEnumerable,r=Object.getOwnPropertySymbols,i=r?function(t){return null==t?[]:(t=Object(t),e(r(t),(function(e){return n.call(t,e)})))}:t;return LP=i}function dz(){if(zP)return PP;zP=1;var e=YA(),t=function(){if(DP)return RP;DP=1;var e=ST(),t=function(){if(OP)return NP;OP=1;var e=kT()(Object.keys,Object);return NP=e}(),n=Object.prototype.hasOwnProperty;return RP=function(r){if(!e(r))return t(r);var i=[];for(var o in Object(r))n.call(r,o)&&"constructor"!=o&&i.push(o);return i},RP}(),n=NT();return PP=function(r){return n(r)?e(r):t(r)}}function fz(){if(jP)return IP;jP=1;var e=sz(),t=uz(),n=dz();return IP=function(r){return e(r,n,t)}}function hz(){if(VP)return WP;VP=1;var e=AM()(xM(),"Set");return WP=e}function pz(){if(ZP)return XP;ZP=1;var e=function(){if($P)return HP;$P=1;var e=AM()(xM(),"DataView");return HP=e}(),t=LM(),n=function(){if(qP)return UP;qP=1;var e=AM()(xM(),"Promise");return UP=e}(),r=hz(),i=function(){if(YP)return GP;YP=1;var e=AM()(xM(),"WeakMap");return GP=e}(),o=CM(),a=TM(),s="[object Map]",l="[object Promise]",c="[object Set]",u="[object WeakMap]",d="[object DataView]",f=a(e),h=a(t),p=a(n),g=a(r),m=a(i),v=o;return(e&&v(new e(new ArrayBuffer(1)))!=d||t&&v(new t)!=s||n&&v(n.resolve())!=l||r&&v(new r)!=c||i&&v(new i)!=u)&&(v=function(e){var t=o(e),n="[object Object]"==t?e.constructor:void 0,r=n?a(n):"";if(r)switch(r){case f:return d;case h:return s;case p:return l;case g:return c;case m:return u}return t}),XP=v}function gz(){if(JP)return KP;JP=1;var e=RM(),t=oz(),n=function(){if(xP)return wP;xP=1;var e=kM(),t=yT(),n=bM(),r=oz(),i=(bP||(bP=1,vP=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}),vP),o=az(),a=e?e.prototype:void 0,s=a?a.valueOf:void 0;return wP=function(e,a,l,c,u,d,f){switch(l){case"[object DataView]":if(e.byteLength!=a.byteLength||e.byteOffset!=a.byteOffset)return!1;e=e.buffer,a=a.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=a.byteLength||!d(new t(e),new t(a)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+e,+a);case"[object Error]":return e.name==a.name&&e.message==a.message;case"[object RegExp]":case"[object String]":return e==a+"";case"[object Map]":var h=i;case"[object Set]":var p=1&c;if(h||(h=o),e.size!=a.size&&!p)return!1;var g=f.get(e);if(g)return g==a;c|=2,f.set(e,a);var m=r(h(e),h(a),c,u,d,f);return f.delete(e),m;case"[object Symbol]":if(s)return s.call(e)==s.call(a)}return!1},wP}(),r=function(){if(FP)return BP;FP=1;var e=fz(),t=Object.prototype.hasOwnProperty;return BP=function(n,r,i,o,a,s){var l=1&i,c=e(n),u=c.length;if(u!=e(r).length&&!l)return!1;for(var d=u;d--;){var f=c[d];if(!(l?f in r:t.call(r,f)))return!1}var h=s.get(n),p=s.get(r);if(h&&p)return h==r&&p==n;var g=!0;s.set(n,r),s.set(r,n);for(var m=l;++d<u;){var v=n[f=c[d]],b=r[f];if(o)var y=l?o(b,v,f,r,n,s):o(v,b,f,n,r,s);if(!(void 0===y?v===b||a(v,b,i,o,s):y)){g=!1;break}m||(m="constructor"==f)}if(g&&!m){var _=n.constructor,w=r.constructor;_==w||!("constructor"in n)||!("constructor"in r)||"function"==typeof _&&_ instanceof _&&"function"==typeof w&&w instanceof w||(g=!1)}return s.delete(n),s.delete(r),g},BP}(),i=pz(),o=LT(),a=UT(),s=UA(),l="[object Arguments]",c="[object Array]",u="[object Object]",d=Object.prototype.hasOwnProperty;return KP=function(f,h,p,g,m,v){var b=o(f),y=o(h),_=b?c:i(f),w=y?c:i(h),x=(_=_==l?u:_)==u,k=(w=w==l?u:w)==u,C=_==w;if(C&&a(f)){if(!a(h))return!1;b=!0,x=!1}if(C&&!x)return v||(v=new e),b||s(f)?t(f,h,p,g,m,v):n(f,h,_,p,g,m,v);if(!(1&p)){var S=x&&d.call(f,"__wrapped__"),M=k&&d.call(h,"__wrapped__");if(S||M){var T=S?f.value():f,A=M?h.value():h;return v||(v=new e),m(T,A,p,g,v)}}return!!C&&(v||(v=new e),r(f,h,p,g,m,v))},KP}function mz(){if(ez)return QP;ez=1;var e=gz(),t=TT();return QP=function n(r,i,o,a,s){return r===i||(null==r||null==i||!t(r)&&!t(i)?r!=r&&i!=i:e(r,i,o,a,n,s))},QP}var vz=Mm(function(){if(nz)return tz;nz=1;var e=mz();return tz=function(t,n){return e(t,n)}}()),bz=ii(),yz=function(e){var t=e.children,n=e.animate,r=void 0===n||n,i=e.config,o=void 0===i?"default":i,a=Ci((function(){var e=vE(o)?gk[o]:o;return{animate:r,config:e}}),[r,o]);return Os(bz.Provider,{value:a,children:t})},_z=function(){return Mi(bz)},wz=function(e){var t=e.children,n=e.condition,r=e.wrapper;return n?fo(r,{},t):t},xz={position:"relative"},kz=function(e){var t=e.children,n=e.theme,r=e.renderWrapper,i=void 0===r||r,o=e.isInteractive,a=void 0===o||o,s=e.animate,l=e.motionConfig,c=ki(null);return Os(ZL,{theme:n,children:Os(yz,{animate:s,config:l,children:Os(mE,{container:c,children:Os(wz,{condition:i,wrapper:Os("div",{style:xz,ref:c}),children:[t,a&&Os(gE,{})]})})})})},Cz=function(e,t){return e.width===t.width&&e.height===t.height},Sz=function(e){var t=e.children,n=e.width,r=e.height,i=e.onResize,o=TE({width:n,height:r},e.debounceResize,{equalityFn:Cz})[0];return wi((function(){null==i||i(o)}),[o,i]),Os(zr,{children:t(o)})},Mz=function(e){var t=e.children,n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=void 0===o?0:o;return Os(SE,{defaultWidth:n,defaultHeight:r,children:function(e){var n=e.width,r=e.height;return Os(Sz,{width:n,height:r,onResize:i,debounceResize:a,children:t})}})};function Tz(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Az(){return Az=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Az.apply(null,arguments)}function Lz(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var Ez=["id","colors"],Nz={linearGradient:function(e){var t=e.id,n=e.colors;return Os("linearGradient",Az({id:t,x1:0,x2:0,y1:0,y2:1},Lz(e,Ez),{children:n.map((function(e){var t=e.offset,n=e.color,r=e.opacity;return Os("stop",{offset:t+"%",stopColor:n,stopOpacity:void 0!==r?r:1},t)}))}))}},Oz=ji((function(e){var t=e.id,n=e.background,r=void 0===n?"#ffffff":n,i=e.color,o=void 0===i?"#000000":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=s/2,p=c/2;return!0===d&&(f=2*s+2*c),Os("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[Os("rect",{width:f,height:f,fill:r}),Os("circle",{cx:p+h,cy:p+h,r:h,fill:o}),d&&Os("circle",{cx:1.5*c+s+h,cy:1.5*c+s+h,r:h,fill:o})]})})),Rz=function(e){return e*Math.PI/180},Dz=function(e){return 180*e/Math.PI},Pz=function(e,t){return{x:Math.cos(e)*t,y:Math.sin(e)*t}},zz={svg:{align:{left:"start",center:"middle",right:"end",start:"start",middle:"middle",end:"end"},baseline:{top:"text-before-edge",center:"central",bottom:"alphabetic"}},canvas:{align:{left:"left",center:"center",right:"right",start:"left",middle:"center",end:"right"},baseline:{top:"top",center:"middle",bottom:"bottom"}}},Iz=ji((function(e){var t=e.id,n=e.spacing,r=void 0===n?5:n,i=e.rotation,o=void 0===i?0:i,a=e.background,s=void 0===a?"#000000":a,l=e.color,c=void 0===l?"#ffffff":l,u=e.lineWidth,d=void 0===u?2:u,f=Math.round(o)%360,h=Math.abs(r);f>180?f-=360:f>90?f-=180:f<-180?f+=360:f<-90&&(f+=180);var p,g=h,m=h;return 0===f?p="\n M 0 0 L "+g+" 0\n M 0 "+m+" L "+g+" "+m+"\n ":90===f?p="\n M 0 0 L 0 "+m+"\n M "+g+" 0 L "+g+" "+m+"\n ":(g=Math.abs(h/Math.sin(Rz(f))),m=h/Math.sin(Rz(90-f)),p=f>0?"\n M 0 "+-m+" L "+2*g+" "+m+"\n M "+-g+" "+-m+" L "+g+" "+m+"\n M "+-g+" 0 L "+g+" "+2*m+"\n ":"\n M "+-g+" "+m+" L "+g+" "+-m+"\n M "+-g+" "+2*m+" L "+2*g+" "+-m+"\n M 0 "+2*m+" L "+2*g+" 0\n "),Os("pattern",{id:t,width:g,height:m,patternUnits:"userSpaceOnUse",children:[Os("rect",{width:g,height:m,fill:s,stroke:"rgba(255, 0, 0, 0.1)",strokeWidth:0}),Os("path",{d:p,strokeWidth:d,stroke:c,strokeLinecap:"square"})]})})),jz=ji((function(e){var t=e.id,n=e.color,r=void 0===n?"#000000":n,i=e.background,o=void 0===i?"#ffffff":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=c/2;return!0===d&&(f=2*s+2*c),Os("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[Os("rect",{width:f,height:f,fill:o}),Os("rect",{x:h,y:h,width:s,height:s,fill:r}),d&&Os("rect",{x:1.5*c+s,y:1.5*c+s,width:s,height:s,fill:r})]})})),Bz={patternDots:Oz,patternLines:Iz,patternSquares:jz},Fz=["type"],Hz=Az({},Nz,Bz),$z=ji((function(e){var t=e.defs;return!t||t.length<1?null:Os("defs",{"aria-hidden":!0,children:t.map((function(e){var t=e.type,n=Lz(e,Fz);return Hz[t]?Dr(Hz[t],Az({key:n.id},n)):null}))})})),Uz=Hi((function(e,t){var n=e.width,r=e.height,i=e.margin,o=e.defs,a=e.children,s=e.role,l=e.ariaLabel,c=e.ariaLabelledBy,u=e.ariaDescribedBy,d=e.isFocusable,f=KL();return Os("svg",{xmlns:"http://www.w3.org/2000/svg",width:n,height:r,role:s,"aria-label":l,"aria-labelledby":c,"aria-describedby":u,focusable:d,tabIndex:d?0:void 0,ref:t,children:[Os($z,{defs:o}),Os("rect",{width:n,height:r,fill:f.background}),Os("g",{transform:"translate("+i.left+","+i.top+")",children:a})]})})),qz=ji((function(e){var t=e.size,n=e.color,r=e.borderWidth;return Os("circle",{r:t/2,fill:n,stroke:e.borderColor,strokeWidth:r,style:{pointerEvents:"none"}})})),Wz=ji((function(e){var t=e.x,n=e.y,r=e.symbol,i=void 0===r?qz:r,o=e.size,a=e.datum,s=e.color,l=e.borderWidth,c=e.borderColor,u=e.label,d=e.labelTextAnchor,f=void 0===d?"middle":d,h=e.labelYOffset,p=void 0===h?-12:h,g=e.ariaLabel,m=e.ariaLabelledBy,v=e.ariaDescribedBy,b=e.ariaHidden,y=e.ariaDisabled,_=e.isFocusable,w=void 0!==_&&_,x=e.tabIndex,k=void 0===x?0:x,C=e.onFocus,S=e.onBlur,M=e.testId,T=KL(),A=_z(),L=A.animate,E=aC({transform:"translate("+t+", "+n+")",config:A.config,immediate:!L}),N=Si((function(e){null==C||C(a,e)}),[C,a]),O=Si((function(e){null==S||S(a,e)}),[S,a]);return Os(vM.g,{transform:E.transform,style:{pointerEvents:"none"},focusable:w,tabIndex:w?k:void 0,"aria-label":g,"aria-labelledby":m,"aria-describedby":v,"aria-disabled":y,"aria-hidden":b,onFocus:w&&C?N:void 0,onBlur:w&&S?O:void 0,"data-testid":M,children:[Dr(i,{size:o,color:s,datum:a,borderWidth:l,borderColor:c}),u&&Os("text",{textAnchor:f,y:p,style:qL(T.dots.text),children:u})]})})),Vz=ji((function(e){var t=e.width,n=e.height,r=e.axis,i=e.scale,o=e.value,a=e.lineStyle,s=e.textStyle,l=e.legend,c=e.legendNode,u=e.legendPosition,d=void 0===u?"top-right":u,f=e.legendOffsetX,h=void 0===f?14:f,p=e.legendOffsetY,g=void 0===p?14:p,m=e.legendOrientation,v=void 0===m?"horizontal":m,b=KL(),y=0,_=0,w=0,x=0;if("y"===r?(w=i(o),_=t):(y=i(o),x=n),l&&!c){var k=function(e){var t=e.width,n=e.height,r=e.position,i=e.offsetX,o=e.offsetY,a=e.orientation,s=0,l=0,c="vertical"===a?-90:0,u="start";if("x"===e.axis)switch(r){case"top-left":s=-i,l=o,u="end";break;case"top":l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=i,l=o,u="horizontal"===a?"start":"end";break;case"right":s=i,l=n/2,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=i,l=n-o,u="start";break;case"bottom":l=n+o,u="horizontal"===a?"middle":"end";break;case"bottom-left":l=n-o,s=-i,u="horizontal"===a?"end":"start";break;case"left":s=-i,l=n/2,u="horizontal"===a?"end":"middle"}else switch(r){case"top-left":s=i,l=-o,u="start";break;case"top":s=t/2,l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=t-i,l=-o,u="horizontal"===a?"end":"start";break;case"right":s=t+i,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=t-i,l=o,u="end";break;case"bottom":s=t/2,l=o,u="horizontal"===a?"middle":"end";break;case"bottom-left":s=i,l=o,u="horizontal"===a?"start":"end";break;case"left":s=-i,u="horizontal"===a?"end":"middle"}return{x:s,y:l,rotation:c,textAnchor:u}}({axis:r,width:t,height:n,position:d,offsetX:h,offsetY:g,orientation:v});c=Os("text",{transform:"translate("+k.x+", "+k.y+") rotate("+k.rotation+")",textAnchor:k.textAnchor,dominantBaseline:"central",style:s,children:l})}return Os("g",{transform:"translate("+y+", "+w+")",children:[Os("line",{x1:0,x2:_,y1:0,y2:x,stroke:b.markers.lineColor,strokeWidth:b.markers.lineStrokeWidth,style:a}),c]})})),Gz=ji((function(e){var t=e.markers,n=e.width,r=e.height,i=e.xScale,o=e.yScale;return t&&0!==t.length?t.map((function(e,t){return Os(Vz,Az({},e,{width:n,height:r,scale:"y"===e.axis?o:i}),t)})):null})),Yz=function(e){var t=_z(),n=t.animate,r=t.config,i=function(e){var t=ki();return wi((function(){t.current=e}),[e]),t.current}(e),o=Ci((function(){return cd(i,e)}),[i,e]),a=aC({from:{value:0},to:{value:1},reset:!0,config:r,immediate:!n}).value;return hC(a,o)};ii(void 0);var Xz={basis:Ug,basisClosed:function(e){return new qg(e)},basisOpen:function(e){return new Wg(e)},bundle:Gg,cardinal:Zg,cardinalClosed:Jg,cardinalOpen:em,catmullRom:rm,catmullRomClosed:om,catmullRomOpen:sm,linear:Og,linearClosed:function(e){return new lm(e)},monotoneX:function(e){return new hm(e)},monotoneY:function(e){return new pm(e)},natural:function(e){return new mm(e)},step:function(e){return new bm(e,.5)},stepAfter:function(e){return new bm(e,1)},stepBefore:function(e){return new bm(e,0)}},Zz=Object.keys(Xz);Zz.filter((function(e){return e.endsWith("Closed")})),rN(Zz,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed"),rN(Zz,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed");var Kz=function(e){if(!Xz[e])throw new TypeError("'"+e+"', is not a valid curve interpolator identifier.");return Xz[e]};NO(mN),NO(bN),NO(_N),NO(xN),NO(CN),NO(MN),NO(AN),NO(EN),NO(ON),NO(iO),NO(aO),NO(lO),NO(pO),NO(uO),NO(fO),NO(DN),NO(zN),NO(jN),NO(FN),NO($N),NO(qN),NO(VN),NO(YN),NO(ZN),NO(JN),NO(eO),NO(nO),NO(mN),NO(bN),NO(_N),NO(xN),NO(CN),NO(MN),NO(AN),NO(EN),NO(ON),NO(iO),NO(aO),NO(lO),NO(pO),NO(uO),NO(fO),NO(DN),NO(zN),NO(jN),NO(FN),NO($N),NO(qN),NO(VN),NO(YN),NO(ZN),NO(JN),NO(eO),NO(nO),Hd(hN);var Jz={top:0,right:0,bottom:0,left:0},Qz=function(e,t,n){return void 0===n&&(n={}),Ci((function(){var r=Az({},Jz,n);return{margin:r,innerWidth:e-r.left-r.right,innerHeight:t-r.top-r.bottom,outerWidth:e,outerHeight:t}}),[e,t,n])},eI=function(){var e=ki(null),t=yi({left:0,top:0,width:0,height:0}),n=t[0],r=t[1],i=yi((function(){return"undefined"==typeof ResizeObserver?null:new ResizeObserver((function(e){var t=e[0];return r(t.contentRect)}))}))[0];return wi((function(){return e.current&&null!==i&&i.observe(e.current),function(){null!==i&&i.disconnect()}}),[i]),[e,n]},tI=function(e){return"function"==typeof e?e:"string"==typeof e?0===e.indexOf("time:")?_R(e.slice("5")):$O(e):function(e){return""+e}},nI=function(e){return Ci((function(){return tI(e)}),[e])},rI=function(e){return OO(e)?e:function(t){return BL(t,e)}},iI=function(e){return Ci((function(){return rI(e)}),[e])},oI=function(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))},aI=function(e,t,n,r,i,o){return e<=i&&i<=e+n&&t<=o&&o<=t+r},sI=function(e,t){var n,r="touches"in t?t.touches[0]:t,i=r.clientX,o=r.clientY,a=e.getBoundingClientRect(),s=(n=void 0!==e.getBBox?e.getBBox():{width:e.offsetWidth||0,height:e.offsetHeight||0}).width===a.width?1:n.width/a.width;return[(i-a.left)*s,(o-a.top)*s]},lI=Object.keys(Nz),cI=Object.keys(Bz),uI=function(e,t,n,r){var i=void 0===r?{}:r,o=i.dataKey,a=i.colorKey,s=void 0===a?"color":a,l=i.targetKey,c=void 0===l?"fill":l,u=[],d={};return e.length&&t.length&&(u=[].concat(e),t.forEach((function(t){for(var r,i=function(){var n=r.value,i=n.id;if(function(e,t,n){if("*"===e)return!0;if(OO(e))return e(t);if(lP(e)){var r=n?BL(t,n):t;return vz(iz(r,Object.keys(e)),e)}return!1}(n.match,t,o)){var a=e.find((function(e){return e.id===i}));if(a)if(cI.includes(a.type))if("inherit"===a.background||"inherit"===a.color){var l=BL(t,s),f=a.background,h=a.color,p=i;"inherit"===a.background&&(p=p+".bg."+l,f=l),"inherit"===a.color&&(p=p+".fg."+l,h=l),HL(t,c,"url(#"+p+")"),d[p]||(u.push(Az({},a,{id:p,background:f,color:h})),d[p]=1)}else HL(t,c,"url(#"+i+")");else if(lI.includes(a.type))if(a.colors.map((function(e){return e.color})).includes("inherit")){var g=BL(t,s),m=i,v=Az({},a,{colors:a.colors.map((function(e,t){return"inherit"!==e.color?e:(m=m+"."+t+"."+g,Az({},e,{color:"inherit"===e.color?g:e.color}))}))});v.id=m,HL(t,c,"url(#"+m+")"),d[m]||(u.push(v),d[m]=1)}else HL(t,c,"url(#"+i+")");return 1}},a=function(e){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=function(e,t){if(e){if("string"==typeof e)return Tz(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Tz(e,t):void 0}}(e))){t&&(e=t);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(n);!(r=a()).done&&!i(););}))),u};function dI(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){for(var n=0,r=t;n<r.length;n++){var i=r[n];"function"==typeof i?i(e):null!=i&&(i.current=e)}}}var fI=function(e,t){e.font=(t.fontWeight?t.fontWeight+" ":"")+t.fontSize+"px "+t.fontFamily},hI=function(e,t,n,r,i){void 0===r&&(r=0),void 0===i&&(i=0),t.outlineWidth>0&&(e.strokeStyle=t.outlineColor,e.lineWidth=2*t.outlineWidth,e.lineJoin="round",e.strokeText(n,r,i)),e.fillStyle=t.fill,e.fillText(n,r,i)};function pI(){return pI=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},pI.apply(null,arguments)}function gI(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var mI,vI,bI,yI,_I,wI,xI,kI,CI=["style","children"],SI=["outlineWidth","outlineColor","outlineOpacity"],MI=function(e){var t=e.style,n=e.children,r=gI(e,CI),i=t.outlineWidth,o=t.outlineColor,a=t.outlineOpacity,s=gI(t,SI);return Os(zr,{children:[i>0&&Os(vM.text,pI({},r,{style:pI({},s,{strokeWidth:2*i,stroke:o,strokeOpacity:a,strokeLinejoin:"round"}),children:n})),Os(vM.text,pI({},r,{style:s,children:n}))]})};function TI(){if(wI)return _I;wI=1;var e=JE(),t=QE(),n=eN(),r=tN(),i=function(){if(yI)return bI;yI=1;var e=hz(),t=vI?mI:(vI=1,mI=function(){}),n=az(),r=e&&1/n(new e([,-0]))[1]==1/0?function(t){return new e(t)}:t;return bI=r}(),o=az();return _I=function(a,s,l){var c=-1,u=t,d=a.length,f=!0,h=[],p=h;if(l)f=!1,u=n;else if(d>=200){var g=s?null:i(a);if(g)return o(g);f=!1,u=r,p=new e}else p=s?[]:h;e:for(;++c<d;){var m=a[c],v=s?s(m):m;if(m=l||0!==m?m:0,f&&v==v){for(var b=p.length;b--;)if(p[b]===v)continue e;s&&p.push(v),h.push(m)}else u(p,v,l)||(p!==h&&p.push(v),h.push(m))}return h},_I}var AI,LI,EI,NI,OI,RI,DI,PI,zI,II,jI,BI,FI,HI,$I,UI,qI,WI,VI,GI,YI,XI,ZI=Mm(function(){if(kI)return xI;kI=1;var e=TI();return xI=function(t){return t&&t.length?e(t):[]}}());function KI(){if(NI)return EI;NI=1;var e=SM();return EI=function(t){return t==t&&!e(t)}}function JI(){return PI||(PI=1,DI=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}),DI}function QI(){if(GI)return VI;GI=1;var e=function(){if(II)return zI;II=1;var e=function(){if(LI)return AI;LI=1;var e=RM(),t=mz();return AI=function(n,r,i,o){var a=i.length,s=a,l=!o;if(null==n)return!s;for(n=Object(n);a--;){var c=i[a];if(l&&c[2]?c[1]!==n[c[0]]:!(c[0]in n))return!1}for(;++a<s;){var u=(c=i[a])[0],d=n[u],f=c[1];if(l&&c[2]){if(void 0===d&&!(u in n))return!1}else{var h=new e;if(o)var p=o(d,f,u,n,r,h);if(!(void 0===p?t(f,d,3,o,h):p))return!1}}return!0},AI}(),t=function(){if(RI)return OI;RI=1;var e=KI(),t=dz();return OI=function(n){for(var r=t(n),i=r.length;i--;){var o=r[i],a=n[o];r[i]=[o,a,e(a)]}return r},OI}(),n=JI();return zI=function(r){var i=t(r);return 1==i.length&&i[0][2]?n(i[0][0],i[0][1]):function(t){return t===r||e(t,r,i)}},zI}(),t=function(){if(BI)return jI;BI=1;var e=mz(),t=DL(),n=cP(),r=AL(),i=KI(),o=JI(),a=OL();return jI=function(s,l){return r(s)&&i(l)?o(a(s),l):function(r){var i=t(r,s);return void 0===i&&i===l?n(r,s):e(l,i,3)}},jI}(),n=ZA(),r=LT(),i=function(){if(WI)return qI;WI=1;var e=(HI||(HI=1,FI=function(e){return function(t){return null==t?void 0:t[e]}}),FI),t=function(){if(UI)return $I;UI=1;var e=RL();return $I=function(t){return function(n){return e(n,t)}},$I}(),n=AL(),r=OL();return qI=function(i){return n(i)?e(r(i)):t(i)}}();return VI=function(o){return"function"==typeof o?o:null==o?n:"object"==typeof o?r(o)?t(o[0],o[1]):e(o):i(o)}}var ej,tj,nj,rj,ij,oj,aj,sj,lj,cj,uj,dj,fj,hj,pj,gj,mj,vj,bj=Mm(function(){if(XI)return YI;XI=1;var e=QI(),t=TI();return YI=function(n,r){return n&&n.length?t(n,e(r,2)):[]}}());function yj(){if(oj)return ij;oj=1;var e=function(){if(tj)return ej;tj=1;var e=IM(),t=dz();return ej=function(n,r){return n&&e(n,r,t)},ej}(),t=function(){if(rj)return nj;rj=1;var e=NT();return nj=function(t,n){return function(r,i){if(null==r)return r;if(!e(r))return t(r,i);for(var o=r.length,a=n?o:-1,s=Object(r);(n?a--:++a<o)&&!1!==i(s[a],a,s););return r}},nj}(),n=t(e);return ij=n}function _j(){if(gj)return pj;gj=1;var e=LL(),t=RL(),n=QI(),r=function(){if(sj)return aj;sj=1;var e=yj(),t=NT();return aj=function(n,r){var i=-1,o=t(n)?Array(n.length):[];return e(n,(function(e,t,n){o[++i]=r(e,t,n)})),o},aj}(),i=(cj||(cj=1,lj=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}),lj),o=WT(),a=function(){if(hj)return fj;hj=1;var e=function(){if(dj)return uj;dj=1;var e=TL();return uj=function(t,n){if(t!==n){var r=void 0!==t,i=null===t,o=t==t,a=e(t),s=void 0!==n,l=null===n,c=n==n,u=e(n);if(!l&&!u&&!a&&t>n||a&&s&&c&&!l&&!u||i&&s&&c||!r&&c||!o)return 1;if(!i&&!a&&!u&&t<n||u&&r&&o&&!i&&!a||l&&r&&o||!s&&o||!c)return-1}return 0}}();return fj=function(t,n,r){for(var i=-1,o=t.criteria,a=n.criteria,s=o.length,l=r.length;++i<s;){var c=e(o[i],a[i]);if(c)return i>=l?c:c*("desc"==r[i]?-1:1)}return t.index-n.index},fj}(),s=ZA(),l=LT();return pj=function(c,u,d){u=u.length?e(u,(function(e){return l(e)?function(n){return t(n,1===e.length?e[0]:e)}:e})):[s];var f=-1;u=e(u,o(n));var h=r(c,(function(t,n,r){return{criteria:e(u,(function(e){return e(t)})),index:++f,value:t}}));return i(h,(function(e,t){return a(e,t,d)}))}}var wj,xj,kj,Cj,Sj=Mm(function(){if(vj)return mj;vj=1;var e=dP(),t=_j(),n=QA(),r=eL(),i=n((function(n,i){if(null==n)return[];var o=i.length;return o>1&&r(n,i[0],i[1])?i=[]:o>2&&r(i[0],i[1],i[2])&&(i=[i[0]]),t(n,e(i,1),[])}));return mj=i}()),Mj=Mm(function(){if(Cj)return kj;Cj=1;var e=function(){if(xj)return wj;xj=1;var e=CM(),t=TT();return wj=function(n){return t(n)&&"[object Date]"==e(n)}}(),t=WT(),n=$A(),r=n&&n.isDate,i=r?t(r):e;return kj=i}()),Tj=new Date,Aj=new Date;function Lj(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return Lj((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return Tj.setTime(+t),Aj.setTime(+r),e(Tj),e(Aj),Math.floor(n(Tj,Aj))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}var Ej=Lj((function(){}),(function(e,t){e.setTime(+e+t)}),(function(e,t){return t-e}));Ej.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?Lj((function(t){t.setTime(Math.floor(t/e)*e)}),(function(t,n){t.setTime(+t+n*e)}),(function(t,n){return(n-t)/e})):Ej:null},Ej.range;var Nj=1e3,Oj=6e4,Rj=36e5,Dj=6048e5,Pj=Lj((function(e){e.setTime(e-e.getMilliseconds())}),(function(e,t){e.setTime(+e+t*Nj)}),(function(e,t){return(t-e)/Nj}),(function(e){return e.getUTCSeconds()}));Pj.range;var zj=Lj((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*Nj)}),(function(e,t){e.setTime(+e+t*Oj)}),(function(e,t){return(t-e)/Oj}),(function(e){return e.getMinutes()}));zj.range;var Ij=Lj((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*Nj-e.getMinutes()*Oj)}),(function(e,t){e.setTime(+e+t*Rj)}),(function(e,t){return(t-e)/Rj}),(function(e){return e.getHours()}));function jj(e){return Lj((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Oj)/Dj}))}Ij.range;var Bj=jj(0),Fj=jj(1),Hj=jj(2),$j=jj(3),Uj=jj(4),qj=jj(5),Wj=jj(6);Bj.range,Fj.range,Hj.range,$j.range,Uj.range,qj.range,Wj.range;var Vj=Lj((function(e){e.setDate(1),e.setHours(0,0,0,0)}),(function(e,t){e.setMonth(e.getMonth()+t)}),(function(e,t){return t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())}),(function(e){return e.getMonth()}));Vj.range;var Gj=Lj((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));Gj.every=function(e){return isFinite(e=Math.floor(e))&&e>0?Lj((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},Gj.range;var Yj=Lj((function(e){e.setUTCSeconds(0,0)}),(function(e,t){e.setTime(+e+t*Oj)}),(function(e,t){return(t-e)/Oj}),(function(e){return e.getUTCMinutes()}));Yj.range;var Xj=Lj((function(e){e.setUTCMinutes(0,0,0)}),(function(e,t){e.setTime(+e+t*Rj)}),(function(e,t){return(t-e)/Rj}),(function(e){return e.getUTCHours()}));function Zj(e){return Lj((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/Dj}))}Xj.range;var Kj=Zj(0),Jj=Zj(1),Qj=Zj(2),eB=Zj(3),tB=Zj(4),nB=Zj(5),rB=Zj(6);Kj.range,Jj.range,Qj.range,eB.range,tB.range,nB.range,rB.range;var iB=Lj((function(e){e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCMonth(e.getUTCMonth()+t)}),(function(e,t){return t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())}),(function(e){return e.getUTCMonth()}));iB.range;var oB=Lj((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function aB(){return aB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},aB.apply(null,arguments)}oB.every=function(e){return isFinite(e=Math.floor(e))&&e>0?Lj((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},oB.range;var sB=[function(e){return e.setMilliseconds(0)},function(e){return e.setSeconds(0)},function(e){return e.setMinutes(0)},function(e){return e.setHours(0)},function(e){return e.setDate(1)},function(e){return e.setMonth(0)}],lB={millisecond:[],second:sB.slice(0,1),minute:sB.slice(0,2),hour:sB.slice(0,3),day:sB.slice(0,4),month:sB.slice(0,5),year:sB.slice(0,6)},cB=function(e){var t=e.format,n=void 0===t?"native":t,r=e.precision,i=void 0===r?"millisecond":r,o=e.useUTC,a=void 0===o||o,s=function(e){return function(t){return lB[e].forEach((function(e){e(t)})),t}}(i);return function(e){if(void 0===e)return e;if("native"===n||e instanceof Date)return s(e);var t=a?xR(n):wR(n);return s(t(e))}},uB=function(e){var t=e;return t.type="band",t},dB=function(e,t){return e===t},fB=function(e,t){return e.getTime()===t.getTime()};function hB(e,t,n,r){switch(e.type){case"linear":return function(e,t,n,r){var i,o,a,s,l=e.min,c=void 0===l?0:l,u=e.max,d=void 0===u?"auto":u,f=e.stacked,h=void 0!==f&&f,p=e.reverse,g=void 0!==p&&p,m=e.clamp,v=void 0!==m&&m,b=e.nice,y=void 0===b||b,_=e.round,w=void 0!==_&&_;i="auto"===c?!0===h?null!=(o=t.minStacked)?o:0:t.min:c,a="auto"===d?!0===h?null!=(s=t.maxStacked)?s:0:t.max:d;var x=mf().range("x"===r?[0,n]:[n,0]).interpolate(w?dd:od).domain(g?[a,i]:[i,a]).clamp(v);return!0===y?x.nice():"number"==typeof y&&x.nice(y),function(e,t){void 0===t&&(t=!1);var n=e;return n.type="linear",n.stacked=t,n}(x,h)}(e,t,n,r);case"point":return function(e,t,n){var r=qd().range([0,n]).domain(t.all);return r.type="point",r}(0,t,n);case"band":return function(e,t,n,r){var i=e.round,o=void 0!==i&&i,a=$d().range("x"===r?[0,n]:[n,0]).domain(t.all).round(o);return uB(a)}(e,t,n,r);case"time":return function(e,t,n){var r,i,o=e.format,a=void 0===o?"native":o,s=e.precision,l=void 0===s?"millisecond":s,c=e.min,u=void 0===c?"auto":c,d=e.max,f=void 0===d?"auto":d,h=e.useUTC,p=void 0===h||h,g=e.nice,m=void 0!==g&&g,v=cB({format:a,precision:l,useUTC:p});r="auto"===u?v(t.min):"native"!==a?v(u):u,i="auto"===f?v(t.max):"native"!==a?v(f):f;var b=p?qp():function(){return jd.apply(Up(mh,vh,dh,ch,Yf,qf,$f,Ff,Bf,xh).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}();b.range([0,n]),r&&i&&b.domain([r,i]),!0===m?b.nice():"object"!=typeof m&&"number"!=typeof m||b.nice(m);var y=b;return y.type="time",y.useUTC=p,y}(e,t,n);case"log":return function(e,t,n,r){var i,o=e.base,a=void 0===o?10:o,s=e.min,l=void 0===s?"auto":s,c=e.max,u=void 0===c?"auto":c,d=e.round,f=void 0!==d&&d,h=e.reverse,p=void 0!==h&&h,g=e.nice,m=void 0===g||g;if(t.all.some((function(e){return 0===e})))throw new Error("a log scale domain must not include or cross zero");var v,b,y=!1;if(t.all.filter((function(e){return null!=e})).forEach((function(e){y||(void 0===i?i=Math.sign(e):Math.sign(e)!==i&&(y=!0))})),y)throw new Error("a log scale domain must be strictly-positive or strictly-negative");v="auto"===l?t.min:l,b="auto"===u?t.max:u;var _=Cf().base(a),w="x"===r?[0,n]:[n,0];!0===f?_.rangeRound(w):_.range(w),!0===p?_.domain([b,v]):_.domain([v,b]),!0===m?_.nice():"number"==typeof m&&_.nice(m);var x=_;return x.type="log",x}(e,t,n,r);case"symlog":return function(e,t,n,r){var i,o,a=e.constant,s=void 0===a?1:a,l=e.min,c=void 0===l?"auto":l,u=e.max,d=void 0===u?"auto":u,f=e.round,h=void 0!==f&&f,p=e.reverse,g=void 0!==p&&p,m=e.nice,v=void 0===m||m;i="auto"===c?t.min:c,o="auto"===d?t.max:d;var b=Tf().constant(s),y="x"===r?[0,n]:[n,0];!0===h?b.rangeRound(y):b.range(y),!0===g?b.domain([o,i]):b.domain([i,o]),!0===v?b.nice():"number"==typeof v&&b.nice(v);var _=b;return _.type="symlog",_}(e,t,n,r);default:throw new Error("invalid scale spec")}}var pB=function(e,t,n){var r;if("stacked"in n&&n.stacked){var i=e.data["x"===t?"xStacked":"yStacked"];return null==i?null:n(i)}return null!=(r=n(e.data[t]))?r:null},gB=function(e,t,n,r,i){var o=e.map((function(e){return function(e){return aB({},e,{data:e.data.map((function(e){return{data:aB({},e)}}))})}(e)})),a=mB(o,t,n);"stacked"in t&&!0===t.stacked&&yB(a,o),"stacked"in n&&!0===n.stacked&&_B(a,o);var s=hB(t,a.x,r,"x"),l=hB(n,a.y,i,"y"),c=o.map((function(e){return aB({},e,{data:e.data.map((function(e){return aB({},e,{position:{x:pB(e,"x",s),y:pB(e,"y",l)}})}))})}));return aB({},a,{series:c,xScale:s,yScale:l})},mB=function(e,t,n){return{x:vB(e,"x",t),y:vB(e,"y",n)}},vB=function(e,t,n,r){var i={},o=i.getValue,a=void 0===o?function(e){return e.data[t]}:o,s=i.setValue,l=void 0===s?function(e,n){e.data[t]=n}:s;if("linear"===n.type)e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,parseFloat(String(t)))}))}));else if("time"===n.type&&"native"!==n.format){var c=cB(n);e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,c(t))}))}))}var u=[];switch(e.forEach((function(e){e.data.forEach((function(e){u.push(a(e))}))})),n.type){case"linear":var d=Sj(ZI(u).filter((function(e){return null!==e})),(function(e){return e}));return{all:d,min:Math.min.apply(Math,d),max:Math.max.apply(Math,d)};case"time":var f=bj(u,(function(e){return e.getTime()})).slice(0).sort((function(e,t){return t.getTime()-e.getTime()})).reverse();return{all:f,min:f[0],max:NO(f)};default:var h=ZI(u);return{all:h,min:h[0],max:NO(h)}}},bB=function(e,t,n){var r=function(e){return"x"===e?"y":"x"}(e),i=[];t[r].all.forEach((function(t){var o=Mj(t)?fB:dB,a=[];n.forEach((function(n){var s=n.data.find((function(e){return o(e.data[r],t)})),l=null,c=null;if(void 0!==s){if(null!==(l=s.data[e])){var u=NO(a);void 0===u?c=l:null!==u&&(c=u+l)}s.data["x"===e?"xStacked":"yStacked"]=c}a.push(c),null!==c&&i.push(c)}))})),t[e].minStacked=Math.min.apply(Math,i),t[e].maxStacked=Math.max.apply(Math,i)},yB=function(e,t){return bB("x",e,t)},_B=function(e,t){return bB("y",e,t)},wB=function(e){var t=e.bandwidth();if(0===t)return e;var n=t/2;return e.round()&&(n=Math.round(n)),function(t){var r;return(null!=(r=e(t))?r:0)+n}},xB={millisecond:[Ej,Ej],second:[Pj,Pj],minute:[zj,Yj],hour:[Ij,Xj],day:[Lj((function(e){return e.setHours(0,0,0,0)}),(function(e,t){return e.setDate(e.getDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)})),Lj((function(e){return e.setUTCHours(0,0,0,0)}),(function(e,t){return e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)}))],week:[Bj,Kj],sunday:[Bj,Kj],monday:[Fj,Jj],tuesday:[Hj,Qj],wednesday:[$j,eB],thursday:[Uj,tB],friday:[qj,nB],saturday:[Wj,rB],month:[Vj,iB],year:[Gj,oB]},kB=Object.keys(xB),CB=new RegExp("^every\\s*(\\d+)?\\s*("+kB.join("|")+")s?$","i"),SB=function(e,t){if(Array.isArray(t))return t;if("string"==typeof t&&"useUTC"in e){var n=t.match(CB);if(n){var r=n[1],i=n[2],o=xB[i][e.useUTC?1:0];if("day"===i){var a,s,l=e.domain(),c=l[0],u=l[1],d=new Date(u);return d.setDate(d.getDate()+1),null!=(a=null==(s=o.every(Number(null!=r?r:1)))?void 0:s.range(c,d))?a:[]}if(void 0===r)return e.ticks(o);var f=o.every(Number(r));if(f)return e.ticks(f)}throw new Error("Invalid tickValues: "+t)}if("ticks"in e){if(void 0===t)return e.ticks();if("number"==typeof(h=t)&&isFinite(h)&&Math.floor(h)===h)return e.ticks(t)}var h;return e.domain()};function MB(){return MB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},MB.apply(null,arguments)}var TB=function(e){var t,n=e.axis,r=e.scale,i=e.ticksPosition,o=e.tickValues,a=e.tickSize,s=e.tickPadding,l=e.tickRotation,c=e.truncateTickAt,u=e.engine,d=void 0===u?"svg":u,f=SB(r,o),h=zz[d],p="bandwidth"in r?wB(r):r,g={lineX:0,lineY:0},m={textX:0,textY:0},v="object"==typeof document&&"rtl"===document.dir,b=h.align.center,y=h.baseline.center;return"x"===n?(t=function(e){var t;return{x:null!=(t=p(e))?t:0,y:0}},g.lineY=a*("after"===i?1:-1),m.textY=(a+s)*("after"===i?1:-1),y="after"===i?h.baseline.top:h.baseline.bottom,0===l?b=h.align.center:"after"===i&&l<0||"before"===i&&l>0?(b=h.align[v?"left":"right"],y=h.baseline.center):("after"===i&&l>0||"before"===i&&l<0)&&(b=h.align[v?"right":"left"],y=h.baseline.center)):(t=function(e){var t;return{x:0,y:null!=(t=p(e))?t:0}},g.lineX=a*("after"===i?1:-1),m.textX=(a+s)*("after"===i?1:-1),b="after"===i?h.align.left:h.align.right),{ticks:f.map((function(e){var n="string"==typeof e?function(e){var t=String(e).length;return c&&c>0&&t>c?""+String(e).slice(0,c).concat("..."):""+e}(e):e;return MB({key:e instanceof Date?""+e.valueOf():""+e,value:n},t(e),g,m)})),textAlign:b,textBaseline:y}},AB=function(e,t){if(void 0===e||"function"==typeof e)return e;if("time"===t.type){var n=_R(e);return function(e){return n(e instanceof Date?e:new Date(e))}}return $O(e)},LB=function(e){var t,n=e.width,r=e.height,i=e.scale,o=e.axis,a=e.values,s=(t=a,(Array.isArray(t)?a:void 0)||SB(i,a)),l="bandwidth"in i?wB(i):i,c="x"===o?s.map((function(e){var t,n;return{key:e instanceof Date?""+e.valueOf():""+e,x1:null!=(t=l(e))?t:0,x2:null!=(n=l(e))?n:0,y1:0,y2:r}})):s.map((function(e){var t,r;return{key:e instanceof Date?""+e.valueOf():""+e,x1:0,x2:n,y1:null!=(t=l(e))?t:0,y2:null!=(r=l(e))?r:0}}));return c},EB=ji((function(e){var t,n=e.value,r=e.format,i=e.lineX,o=e.lineY,a=e.onClick,s=e.textBaseline,l=e.textAnchor,c=e.theme,u=e.animatedProps,d=null!=(t=null==r?void 0:r(n))?t:n,f=Ci((function(){var e={opacity:u.opacity};return a?{style:MB({},e,{cursor:"pointer"}),onClick:function(e){return a(e,d)}}:{style:e}}),[u.opacity,a,d]);return Os(vM.g,MB({transform:u.transform},f,{children:[Os("line",{x1:0,x2:i,y1:0,y2:o,style:c.line}),Os(MI,{dominantBaseline:s,textAnchor:l,transform:u.textTransform,style:c.text,children:""+d})]}))})),NB={tickSize:5,tickPadding:5,tickRotation:0,legendPosition:"middle",legendOffset:0},OB=ji((function(e){var t=e.axis,n=e.scale,r=e.x,i=void 0===r?0:r,o=e.y,a=void 0===o?0:o,s=e.length,l=e.ticksPosition,c=e.tickValues,u=e.tickSize,d=void 0===u?NB.tickSize:u,f=e.tickPadding,h=void 0===f?NB.tickPadding:f,p=e.tickRotation,g=void 0===p?NB.tickRotation:p,m=e.format,v=e.renderTick,b=void 0===v?EB:v,y=e.truncateTickAt,_=e.legend,w=e.legendPosition,x=void 0===w?NB.legendPosition:w,k=e.legendOffset,C=void 0===k?NB.legendOffset:k,S=e.style,M=e.onClick,T=e.ariaHidden,A=function(e,t){return Ci((function(){return VL(e,t)}),[e,t])}(KL().axis,S),L=Ci((function(){return AB(m,n)}),[m,n]),E=TB({axis:t,scale:n,ticksPosition:l,tickValues:c,tickSize:d,tickPadding:h,tickRotation:g,truncateTickAt:y}),N=E.ticks,O=E.textAlign,R=E.textBaseline,D=null;if(void 0!==_){var P,z=0,I=0,j=0;"y"===t?(j=-90,z=C,"start"===x?(P="start",I=s):"middle"===x?(P="middle",I=s/2):"end"===x&&(P="end")):(I=C,"start"===x?P="start":"middle"===x?(P="middle",z=s/2):"end"===x&&(P="end",z=s)),D=Os(zr,{children:Os(MI,{transform:"translate("+z+", "+I+") rotate("+j+")",textAnchor:P,style:MB({},A.legend.text,{dominantBaseline:"central"}),children:_})})}var B=_z(),F=B.animate,H=B.config,$=aC({transform:"translate("+i+","+a+")",lineX2:"x"===t?s:0,lineY2:"x"===t?0:s,config:H,immediate:!F}),U=Si((function(e){return{opacity:1,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),q=Si((function(e){return{opacity:0,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),W=sC(N,{keys:function(e){return e.key},initial:U,from:q,enter:U,update:U,leave:{opacity:0},config:H,immediate:!F});return Os(vM.g,{transform:$.transform,"aria-hidden":T,children:[W((function(e,t,n,r){return Dr(b,MB({tickIndex:r,format:L,rotate:g,textBaseline:R,textAnchor:O,truncateTickAt:y,animatedProps:e,theme:A.ticks},t,M?{onClick:M}:{}))})),Os(vM.line,{style:A.domain.line,x1:0,x2:$.lineX2,y1:0,y2:$.lineY2}),D]})})),RB=["top","right","bottom","left"],DB=ji((function(e){var t=e.xScale,n=e.yScale,r=e.width,i=e.height,o={top:e.top,right:e.right,bottom:e.bottom,left:e.left};return Os(zr,{children:RB.map((function(e){var a=o[e];if(!a)return null;var s="top"===e||"bottom"===e;return Os(OB,MB({},a,{axis:s?"x":"y",x:"right"===e?r:0,y:"bottom"===e?i:0,scale:s?t:n,length:s?r:i,ticksPosition:"top"===e||"left"===e?"before":"after",truncateTickAt:a.truncateTickAt}),e)}))})})),PB=ji((function(e){var t=e.animatedProps,n=KL();return Os(vM.line,MB({},t,n.grid.line))})),zB=ji((function(e){var t=e.lines,n=_z(),r=n.animate,i=sC(t,{keys:function(e){return e.key},initial:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},from:function(e){return{opacity:0,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},enter:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},update:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},leave:{opacity:0},config:n.config,immediate:!r});return Os("g",{children:i((function(e,t){return Dr(PB,MB({},t,{key:t.key,animatedProps:e}))}))})})),IB=ji((function(e){var t=e.width,n=e.height,r=e.xScale,i=e.yScale,o=e.xValues,a=e.yValues,s=Ci((function(){return!!r&&LB({width:t,height:n,scale:r,axis:"x",values:o})}),[r,o,t,n]),l=Ci((function(){return!!i&&LB({width:t,height:n,scale:i,axis:"y",values:a})}),[n,t,i,a]);return Os(zr,{children:[s&&Os(zB,{lines:s}),l&&Os(zB,{lines:l})]})})),jB=function(e,t){var n=t.xScale,r=t.yScale,i=t.width,o=t.height,a=t.top,s=t.right,l=t.bottom,c=t.left,u=t.theme,d={top:a,right:s,bottom:l,left:c};RB.forEach((function(t){var a=d[t];if(!a)return null;var s="top"===t||"bottom"===t,l="top"===t||"left"===t?"before":"after",c=s?n:r,f=AB(a.format,c);!function(e,t){var n,r,i=t.axis,o=t.scale,a=t.x,s=void 0===a?0:a,l=t.y,c=void 0===l?0:l,u=t.length,d=t.ticksPosition,f=t.tickValues,h=t.tickSize,p=void 0===h?NB.tickSize:h,g=t.tickPadding,m=void 0===g?NB.tickPadding:g,v=t.tickRotation,b=void 0===v?NB.tickRotation:v,y=t.format,_=t.legend,w=t.legendPosition,x=void 0===w?NB.legendPosition:w,k=t.legendOffset,C=void 0===k?NB.legendOffset:k,S=t.theme,M=t.style,T=TB({axis:i,scale:o,ticksPosition:d,tickValues:f,tickSize:p,tickPadding:m,tickRotation:b,engine:"canvas"}),A=T.ticks,L=T.textAlign,E=T.textBaseline;e.save(),e.translate(s,c);var N=VL(S.axis,M);e.textAlign=L,e.textBaseline=E,fI(e,N.ticks.text);var O=null!=(n=N.domain.line.strokeWidth)?n:0;"string"!=typeof O&&O>0&&(e.lineWidth=O,e.lineCap="square",N.domain.line.stroke&&(e.strokeStyle=N.domain.line.stroke),e.beginPath(),e.moveTo(0,0),e.lineTo("x"===i?u:0,"x"===i?0:u),e.stroke());var R="function"==typeof y?y:function(e){return""+e},D=null!=(r=N.ticks.line.strokeWidth)?r:0,P="string"!=typeof D&&D>0;if(A.forEach((function(t){P&&(e.lineWidth=D,e.lineCap="square",N.ticks.line.stroke&&(e.strokeStyle=N.ticks.line.stroke),e.beginPath(),e.moveTo(t.x,t.y),e.lineTo(t.x+t.lineX,t.y+t.lineY),e.stroke());var n=R(t.value);e.save(),e.translate(t.x+t.textX,t.y+t.textY),e.rotate(Rz(b)),hI(e,N.ticks.text,""+n),e.fillText(""+n,0,0),e.restore()})),void 0!==_){var z=0,I=0,j=0,B="center";"y"===i?(j=-90,z=C,"start"===x?(B="start",I=u):"middle"===x?(B="center",I=u/2):"end"===x&&(B="end")):(I=C,"start"===x?B="start":"middle"===x?(B="center",z=u/2):"end"===x&&(B="end",z=u)),e.translate(z,I),e.rotate(Rz(j)),fI(e,N.legend.text),N.legend.text.fill&&(e.fillStyle=N.legend.text.fill),e.textAlign=B,e.textBaseline="middle",hI(e,N.legend.text,_)}e.restore()}(e,MB({},a,{axis:s?"x":"y",x:"right"===t?i:0,y:"bottom"===t?o:0,scale:c,format:f,length:s?i:o,ticksPosition:l,theme:u}))}))},BB=function(e,t){var n=t.width,r=t.height,i=t.scale,o=t.axis,a=t.values;LB({width:n,height:r,scale:i,axis:o,values:a}).forEach((function(t){e.beginPath(),e.moveTo(t.x1,t.y1),e.lineTo(t.x2,t.y2),e.stroke()}))};function FB(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function HB(){return HB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},HB.apply(null,arguments)}var $B={nivo:["#e8c1a0","#f47560","#f1e15b","#e8a838","#61cdbb","#97e3d5"],category10:oN,accent:aN,dark2:sN,paired:lN,pastel1:cN,pastel2:uN,set1:dN,set2:fN,set3:hN,tableau10:pN},UB=Object.keys($B),qB={brown_blueGreen:mN,purpleRed_green:bN,pink_yellowGreen:_N,purple_orange:xN,red_blue:CN,red_grey:MN,red_yellow_blue:AN,red_yellow_green:EN,spectral:ON},WB=Object.keys(qB),VB={brown_blueGreen:vN,purpleRed_green:yN,pink_yellowGreen:wN,purple_orange:kN,red_blue:SN,red_grey:TN,red_yellow_blue:LN,red_yellow_green:NN,spectral:RN},GB={blues:iO,greens:aO,greys:lO,oranges:pO,purples:uO,reds:fO,blue_green:DN,blue_purple:zN,green_blue:jN,orange_red:FN,purple_blue_green:$N,purple_blue:qN,purple_red:VN,red_purple:YN,yellow_green_blue:ZN,yellow_green:JN,yellow_orange_brown:eO,yellow_orange_red:nO},YB=Object.keys(GB),XB={blues:oO,greens:sO,greys:cO,oranges:gO,purples:dO,reds:hO,turbo:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+e*(1172.33-e*(10793.56-e*(33300.12-e*(38394.49-14825.05*e)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+e*(557.33+e*(1225.33-e*(3574.96-e*(1073.77+707.56*e)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+e*(3211.1-e*(15327.97-e*(27814-e*(22569.18-6838.66*e)))))))+")"},viridis:MO,inferno:AO,magma:TO,plasma:LO,cividis:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-e*(35.34-e*(2381.73-e*(6402.7-e*(7024.72-2710.57*e)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+e*(170.73+e*(52.82-e*(131.46-e*(176.58-67.37*e)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+e*(442.36-e*(2482.43-e*(6167.24-e*(6614.94-2475.67*e)))))))+")"},warm:vO,cool:bO,cubehelixDefault:mO,blue_green:PN,blue_purple:IN,green_blue:BN,orange_red:HN,purple_blue_green:UN,purple_blue:WN,purple_red:GN,red_purple:XN,yellow_green_blue:KN,yellow_green:QN,yellow_orange_brown:tO,yellow_orange_red:rO},ZB=HB({},$B,qB,GB),KB=HB({},VB,XB,{rainbow:function(e){(e<0||e>1)&&(e-=Math.floor(e));var t=Math.abs(e-.5);return yO.h=360*e-100,yO.s=1.5-1.5*t,yO.l=.8-.9*t,yO+""},sinebow:function(e){var t;return e=(.5-e)*Math.PI,_O.r=255*(t=Math.sin(e))*t,_O.g=255*(t=Math.sin(e+wO))*t,_O.b=255*(t=Math.sin(e+xO))*t,_O+""}}),JB=function(e,t){return Ci((function(){return function(e,t){if("function"==typeof e)return e;if(lP(e)){if(function(e){return void 0!==e.theme}(e)){if(void 0===t)throw new Error("Unable to use color from theme as no theme was provided");var n=BL(t,e.theme);if(void 0===n)throw new Error("Color from theme is undefined at path: '"+e.theme+"'");return function(){return n}}if(function(e){return void 0!==e.from}(e)){var r=function(t){return BL(t,e.from)};if(Array.isArray(e.modifiers)){for(var i,o=[],a=function(){var e=i.value,t=e[0],n=e[1];if("brighter"===t)o.push((function(e){return e.brighter(n)}));else if("darker"===t)o.push((function(e){return e.darker(n)}));else{if("opacity"!==t)throw new Error("Invalid color modifier: '"+t+"', must be one of: 'brighter', 'darker', 'opacity'");o.push((function(e){return e.opacity=n,e}))}},s=function(e){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=function(e,t){if(e){if("string"==typeof e)return FB(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?FB(e,t):void 0}}(e))){t&&(e=t);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(e.modifiers);!(i=s()).done;)a();return 0===o.length?r:function(e){return o.reduce((function(e,t){return t(e)}),Su(r(e))).toString()}}return r}throw new Error("Invalid color spec, you should either specify 'theme' or 'from' when using a config object")}return function(){return e}}(e,t)}),[e,t])},QB=function(e,t){var n=Af().domain(e.domain||[t.min,t.max]).nice();if("colors"in e)n.range(e.colors);else{var r=e.scheme||"turbo",i=void 0===e.steps?7:e.steps,o=KB[r],a=Array.from({length:i}).map((function(e,t){return o(t*(1/(i-1)))}));n.range(a)}return n},eF=function(e,t){if(function(e){return"sequential"===e.type}(e))return function(e,t){var n=e.minValue,r=e.maxValue,i=void 0!==n?n:t.min,o=void 0!==r?r:t.max,a=Vp().domain([i,o]).clamp(!0);if("colors"in e)a.range(e.colors);else if("interpolator"in e)a.interpolator(e.interpolator);else{var s,l=null!=(s=e.scheme)?s:"turbo";a.interpolator(KB[l])}return a}(e,t);if(function(e){return"diverging"===e.type}(e))return function(e,t){var n,r=e.minValue,i=e.maxValue,o=void 0!==r?r:t.min,a=void 0!==i?i:t.max,s=[o,o+(a-o)/2,a],l=.5-(null!=(n=e.divergeAt)?n:.5),c=Gp().domain(s).clamp(!0),u=function(e){return String(e)};if("colors"in e)u=Gp().domain(s.map((function(e){return e-l*(a-o)}))).range(e.colors).interpolator();else if("interpolator"in e)u=e.interpolator;else{var d,f=null!=(d=e.scheme)?d:"red_yellow_blue";u=KB[f]}return c.interpolator((function(e){return u(e+l)}))}(e,t);if(function(e){return"quantize"===e.type}(e))return QB(e,t);throw new Error("Invalid continuous color scale config")},tF=function(e,t){return Ci((function(){return function(e,t){if("function"==typeof e)return e;var n="function"==typeof t?t:function(e){return BL(e,t)};if(Array.isArray(e)){var r=Hd(e),i=function(e){return r(n(e))};return i.scale=r,i}if(lP(e)){if(function(e){return void 0!==e.datum}(e))return function(t){return BL(t,e.datum)};if(function(e){return void 0!==e.scheme}(e)){if(function(e){return UB.includes(e)}(e.scheme)){var o=Hd(ZB[e.scheme]),a=function(e){return o(n(e))};return a.scale=o,a}if(function(e){return WB.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>11))throw new Error("Invalid size '"+e.size+"' for diverging color scheme '"+e.scheme+"', must be between 3~11");var s=Hd(ZB[e.scheme][e.size||11]),l=function(e){return s(n(e))};return l.scale=s,l}if(function(e){return YB.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>9))throw new Error("Invalid size '"+e.size+"' for sequential color scheme '"+e.scheme+"', must be between 3~9");var c=Hd(ZB[e.scheme][e.size||9]),u=function(e){return c(n(e))};return u.scale=c,u}}throw new Error("Invalid colors, when using an object, you should either pass a 'datum' or a 'scheme' property")}return function(){return e}}(e,t)}),[e,t])};function nF(){return nF=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},nF.apply(null,arguments)}var rF,iF,oF="left-to-right",aF={length:200,thickness:16,direction:"row",tickPosition:"after",tickSize:4,tickSpacing:3,tickOverlap:!1,tickFormat:function(e){return""+e},titleAlign:"start",titleOffset:4},sF={top:0,right:0,bottom:0,left:0},lF=function(e){var t,n=e.direction,r=e.itemsSpacing,i=e.padding,o=e.itemCount,a=e.itemWidth,s=e.itemHeight;if("number"!=typeof i&&("object"!=typeof(t=i)||Array.isArray(t)||null===t))throw new Error("Invalid property padding, must be one of: number, object");var l="number"==typeof i?{top:i,right:i,bottom:i,left:i}:nF({},sF,i),c=l.left+l.right,u=l.top+l.bottom,d=a+c,f=s+u,h=(o-1)*r;return"row"===n?d=a*o+h+c:"column"===n&&(f=s*o+h+u),{width:d,height:f,padding:l}},cF=function(e){var t=e.anchor,n=e.translateX,r=e.translateY,i=e.containerWidth,o=e.containerHeight,a=e.width,s=e.height,l=n,c=r;switch(t){case"top":l+=(i-a)/2;break;case"top-right":l+=i-a;break;case"right":l+=i-a,c+=(o-s)/2;break;case"bottom-right":l+=i-a,c+=o-s;break;case"bottom":l+=(i-a)/2,c+=o-s;break;case"bottom-left":c+=o-s;break;case"left":c+=(o-s)/2;break;case"center":l+=(i-a)/2,c+=(o-s)/2}return{x:l,y:c}},uF=function(e){var t,n,r,i,o,a,s=e.direction,l=e.justify,c=e.symbolSize,u=e.symbolSpacing,d=e.width,f=e.height;switch(s){case"left-to-right":t=0,n=(f-c)/2,i=f/2,a="central",l?(r=d,o="end"):(r=c+u,o="start");break;case"right-to-left":t=d-c,n=(f-c)/2,i=f/2,a="central",l?(r=0,o="start"):(r=d-c-u,o="end");break;case"top-to-bottom":t=(d-c)/2,n=0,r=d/2,o="middle",l?(i=f,a="alphabetic"):(i=c+u,a="text-before-edge");break;case"bottom-to-top":t=(d-c)/2,n=f-c,r=d/2,o="middle",l?(i=0,a="text-before-edge"):(i=f-c-u,a="alphabetic")}return{symbolX:t,symbolY:n,labelX:r,labelY:i,labelAnchor:o,labelAlignment:a}},dF=function(e){var t,n=e.scale,r=e.ticks,i=e.length,o=void 0===i?aF.length:i,a=e.thickness,s=void 0===a?aF.thickness:a,l=e.direction,c=void 0===l?aF.direction:l,u=e.tickPosition,d=void 0===u?aF.tickPosition:u,f=e.tickSize,h=void 0===f?aF.tickSize:f,p=e.tickSpacing,g=void 0===p?aF.tickSpacing:p,m=e.tickOverlap,v=void 0===m?aF.tickOverlap:m,b=e.tickFormat,y=void 0===b?aF.tickFormat:b,_=e.title,w=e.titleAlign,x=void 0===w?aF.titleAlign:w,k=e.titleOffset,C=void 0===k?aF.titleOffset:k,S="column"===c?[].concat(n.domain()).reverse():n.domain(),M=mf().domain(S);2===S.length?M.range([0,o]):3===S.length&&M.range([0,o/2,o]),t="thresholds"in n?[S[0]].concat(n.thresholds(),[S[1]]):Array.isArray(r)?r:n.ticks(r);var T,A,L,E,N,O,R,D,P,z,I,j,B,F,H=function(e){var t=e.domain();if("thresholds"in e){var n=[],r=mf().domain(t).range([0,1]);return e.range().forEach((function(t,i){var o=e.invertExtent(t),a=o[0],s=o[1];n.push({key:i+".0",offset:r(a),stopColor:t}),n.push({key:i+".1",offset:r(s),stopColor:t})})),n}var i=e.copy();return 2===t.length?i.domain([0,1]):3===t.length&&i.domain([0,.5,1]),i.ticks(32).map((function(e){return{key:""+e,offset:e,stopColor:""+i(e)}}))}(n),$=tI(y),U=[],q=0,W=0;return"row"===c?(T=o,A=s,W=1,N=0,L="start"===x?0:"middle"===x?o/2:o,"before"===d?(R=-h,D=v?s:0,P=-h-g,z="alphabetic",E=s+C,O="hanging"):(R=v?0:s,P=(D=s+h)+g,z="hanging",E=-C,O="alphabetic"),t.forEach((function(e){var t=M(e);U.push({x1:t,y1:R,x2:t,y2:D,text:$(e),textX:t,textY:P,textHorizontalAlign:"middle",textVerticalAlign:z})}))):(T=s,A=o,q=1,N=-90,E="start"===x?o:"middle"===x?o/2:0,"before"===d?(j=v?s:0,B=(I=-h)-g,F="end",L=s+C,O="hanging"):(I=v?0:s,B=(j=s+h)+g,F="start",L=-C,O="alphabetic"),t.forEach((function(e){var t=M(e);U.push({x1:I,y1:t,x2:j,y2:t,text:$(e),textX:B,textY:t,textHorizontalAlign:F,textVerticalAlign:"central"})}))),{width:T,height:A,gradientX1:0,gradientY1:q,gradientX2:W,gradientY2:0,colorStops:H,ticks:U,titleText:_,titleX:L,titleY:E,titleRotation:N,titleHorizontalAlign:x,titleVerticalAlign:O}},fF=function(e){var t=e.scale,n=e.ticks,r=e.length,i=void 0===r?aF.length:r,o=e.thickness,a=void 0===o?aF.thickness:o,s=e.direction,l=void 0===s?aF.direction:s,c=e.tickPosition,u=void 0===c?aF.tickPosition:c,d=e.tickSize,f=void 0===d?aF.tickSize:d,h=e.tickSpacing,p=void 0===h?aF.tickSpacing:h,g=e.tickOverlap,m=void 0===g?aF.tickOverlap:g,v=e.tickFormat,b=void 0===v?aF.tickFormat:v,y=e.title,_=e.titleAlign,w=void 0===_?aF.titleAlign:_,x=e.titleOffset,k=dF({scale:t,ticks:n,length:i,thickness:a,direction:l,tickPosition:u,tickSize:f,tickSpacing:p,tickOverlap:m,tickFormat:b,title:y,titleAlign:w,titleOffset:void 0===x?aF.titleOffset:x}),C=k.width,S=k.height,M=k.gradientX1,T=k.gradientY1,A=k.gradientX2,L=k.gradientY2,E=k.ticks,N=k.colorStops,O=k.titleText,R=k.titleX,D=k.titleY,P=k.titleRotation,z=k.titleVerticalAlign,I=k.titleHorizontalAlign,j=KL(),B="ContinuousColorsLegendSvgGradient."+l+"."+N.map((function(e){return e.stopColor.replace(/[(),\s]/g,"")+"."+e.offset})).join("_");return Os("g",{children:[Os("defs",{children:Os("linearGradient",{id:B,x1:M,y1:T,x2:A,y2:L,children:N.map((function(e){return Os("stop",{offset:e.offset,stopColor:e.stopColor},e.key)}))})}),O&&Os("text",{transform:"translate("+R+", "+D+") rotate("+P+")",textAnchor:I,dominantBaseline:z,style:j.legends.title.text,children:O}),Os("rect",{width:C,height:S,fill:"url(#"+B}),E.map((function(e,t){return Os(zr,{children:[Os("line",{x1:e.x1,y1:e.y1,x2:e.x2,y2:e.y2,style:j.legends.ticks.line}),Os(MI,{x:e.textX,y:e.textY,textAnchor:e.textHorizontalAlign,dominantBaseline:e.textVerticalAlign,style:j.legends.ticks.text,children:e.text})]},t)}))]})},hF=["containerWidth","containerHeight","anchor","translateX","translateY","length","thickness","direction"],pF=function(e){var t,n,r=e.containerWidth,i=e.containerHeight,o=e.anchor,a=e.translateX,s=void 0===a?0:a,l=e.translateY,c=void 0===l?0:l,u=e.length,d=void 0===u?aF.length:u,f=e.thickness,h=void 0===f?aF.thickness:f,p=e.direction,g=void 0===p?aF.direction:p,m=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,hF);"row"===g?(t=d,n=h):(t=h,n=d);var v=cF({anchor:o,translateX:s,translateY:c,containerWidth:r,containerHeight:i,width:t,height:n});return Os("g",{transform:"translate("+v.x+", "+v.y+")",children:Os(fF,nF({length:d,thickness:h,direction:g},m))})},gF={circle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Os("circle",{r:r/2,cx:t+r/2,cy:n+r/2,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})},diamond:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Os("g",{transform:"translate("+t+","+n+")",children:Os("path",{d:"\n M"+r/2+" 0\n L"+.8*r+" "+r/2+"\n L"+r/2+" "+r+"\n L"+.2*r+" "+r/2+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})},square:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Os("rect",{x:t,y:n,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,width:r,height:r,style:{pointerEvents:"none"}})},triangle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Os("g",{transform:"translate("+t+","+n+")",children:Os("path",{d:"\n M"+r/2+" 0\n L"+r+" "+r+"\n L0 "+r+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})}},mF=function(e){var t,n,r,i,o,a,s,l,c,u,d,f=e.x,h=e.y,p=e.width,g=e.height,m=e.data,v=e.direction,b=void 0===v?oF:v,y=e.justify,_=void 0!==y&&y,w=e.textColor,x=e.background,k=void 0===x?"transparent":x,C=e.opacity,S=void 0===C?1:C,M=e.symbolShape,T=void 0===M?"square":M,A=e.symbolSize,L=void 0===A?16:A,E=e.symbolSpacing,N=void 0===E?8:E,O=e.symbolBorderWidth,R=void 0===O?0:O,D=e.symbolBorderColor,P=void 0===D?"transparent":D,z=e.onClick,I=e.onMouseEnter,j=e.onMouseLeave,B=e.toggleSerie,F=e.effects,H=yi({}),$=H[0],U=H[1],q=KL(),W=Si((function(e){if(F){var t=F.filter((function(e){return"hover"===e.on})).reduce((function(e,t){return nF({},e,t.style)}),{});U(t)}null==I||I(m,e)}),[I,m,F]),V=Si((function(e){if(F){var t=F.filter((function(e){return"hover"!==e.on})).reduce((function(e,t){return nF({},e,t.style)}),{});U(t)}null==j||j(m,e)}),[j,m,F]),G=uF({direction:b,justify:_,symbolSize:null!=(t=$.symbolSize)?t:L,symbolSpacing:N,width:p,height:g}),Y=G.symbolX,X=G.symbolY,Z=G.labelX,K=G.labelY,J=G.labelAnchor,Q=G.labelAlignment,ee=[z,I,j,B].some((function(e){return void 0!==e})),te="function"==typeof T?T:gF[T];return Os("g",{transform:"translate("+f+","+h+")",style:{opacity:null!=(n=$.itemOpacity)?n:S},children:[Os("rect",{width:p,height:g,fill:null!=(r=$.itemBackground)?r:k,style:{cursor:ee?"pointer":"auto"},onClick:function(e){null==z||z(m,e),null==B||B(m.id)},onMouseEnter:W,onMouseLeave:V}),Dr(te,nF({id:m.id,x:Y,y:X,size:null!=(i=$.symbolSize)?i:L,fill:null!=(o=null!=(a=m.fill)?a:m.color)?o:"black",borderWidth:null!=(s=$.symbolBorderWidth)?s:R,borderColor:null!=(l=$.symbolBorderColor)?l:P},m.hidden?q.legends.hidden.symbol:void 0)),Os(MI,{textAnchor:J,style:nF({},q.legends.text,{fill:null!=(c=null!=(u=null!=(d=$.itemTextColor)?d:w)?u:q.legends.text.fill)?c:"black",dominantBaseline:Q,pointerEvents:"none",userSelect:"none"},m.hidden?q.legends.hidden.text:void 0),x:Z,y:K,children:m.label})]})},vF=function(e){var t=e.data,n=e.x,r=e.y,i=e.direction,o=e.padding,a=void 0===o?0:o,s=e.justify,l=e.effects,c=e.itemWidth,u=e.itemHeight,d=e.itemDirection,f=void 0===d?oF:d,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemTextColor,m=e.itemBackground,v=void 0===m?"transparent":m,b=e.itemOpacity,y=void 0===b?1:b,_=e.symbolShape,w=e.symbolSize,x=e.symbolSpacing,k=e.symbolBorderWidth,C=e.symbolBorderColor,S=e.onClick,M=e.onMouseEnter,T=e.onMouseLeave,A=e.toggleSerie,L=lF({itemCount:t.length,itemWidth:c,itemHeight:u,itemsSpacing:p,direction:i,padding:a}).padding,E="row"===i?c+p:0,N="column"===i?u+p:0;return Os("g",{transform:"translate("+n+","+r+")",children:t.map((function(e,t){return Os(mF,{data:e,x:t*E+L.left,y:t*N+L.top,width:c,height:u,direction:f,justify:s,effects:l,textColor:g,background:v,opacity:y,symbolShape:_,symbolSize:w,symbolSpacing:x,symbolBorderWidth:k,symbolBorderColor:C,onClick:S,onMouseEnter:M,onMouseLeave:T,toggleSerie:A},t)}))})},bF=function(e){var t=e.data,n=e.containerWidth,r=e.containerHeight,i=e.translateX,o=void 0===i?0:i,a=e.translateY,s=void 0===a?0:a,l=e.anchor,c=e.direction,u=e.padding,d=void 0===u?0:u,f=e.justify,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemWidth,m=e.itemHeight,v=e.itemDirection,b=e.itemTextColor,y=e.itemBackground,_=e.itemOpacity,w=e.symbolShape,x=e.symbolSize,k=e.symbolSpacing,C=e.symbolBorderWidth,S=e.symbolBorderColor,M=e.onClick,T=e.onMouseEnter,A=e.onMouseLeave,L=e.toggleSerie,E=e.effects,N=lF({itemCount:t.length,itemsSpacing:p,itemWidth:g,itemHeight:m,direction:c,padding:d}),O=N.width,R=N.height,D=cF({anchor:l,translateX:o,translateY:s,containerWidth:n,containerHeight:r,width:O,height:R}),P=D.x,z=D.y;return Os(vF,{data:t,x:P,y:z,direction:c,padding:d,justify:f,effects:E,itemsSpacing:p,itemWidth:g,itemHeight:m,itemDirection:v,itemTextColor:b,itemBackground:y,itemOpacity:_,symbolShape:w,symbolSize:x,symbolSpacing:k,symbolBorderWidth:C,symbolBorderColor:S,onClick:M,onMouseEnter:T,onMouseLeave:A,toggleSerie:"boolean"==typeof L?void 0:L})},yF={start:"left",middle:"center",end:"right"},_F=function(e,t){var n=t.data,r=t.containerWidth,i=t.containerHeight,o=t.translateX,a=void 0===o?0:o,s=t.translateY,l=void 0===s?0:s,c=t.anchor,u=t.direction,d=t.padding,f=void 0===d?0:d,h=t.justify,p=void 0!==h&&h,g=t.itemsSpacing,m=void 0===g?0:g,v=t.itemWidth,b=t.itemHeight,y=t.itemDirection,_=void 0===y?"left-to-right":y,w=t.itemTextColor,x=t.symbolSize,k=void 0===x?16:x,C=t.symbolSpacing,S=void 0===C?8:C,M=t.theme,T=lF({itemCount:n.length,itemWidth:v,itemHeight:b,itemsSpacing:m,direction:u,padding:f}),A=T.width,L=T.height,E=T.padding,N=cF({anchor:c,translateX:a,translateY:l,containerWidth:r,containerHeight:i,width:A,height:L}),O=N.x,R=N.y,D="row"===u?v+m:0,P="column"===u?b+m:0;e.save(),e.translate(O,R),fI(e,M.legends.text),n.forEach((function(t,n){var r,i=n*D+E.left,o=n*P+E.top,a=uF({direction:_,justify:p,symbolSize:k,symbolSpacing:S,width:v,height:b}),s=a.symbolX,l=a.symbolY,c=a.labelX,u=a.labelY,d=a.labelAnchor,f=a.labelAlignment;e.fillStyle=null!=(r=t.color)?r:"black",e.fillRect(i+s,o+l,k,k),e.textAlign=yF[d],"central"===f&&(e.textBaseline="middle"),hI(e,nF({},M.legends.text,{fill:null!=w?w:M.legends.text.fill}),String(t.label),i+c,o+u)})),e.restore()},wF=Mm(function(){if(iF)return rF;iF=1;var e=EL(),t=0;return rF=function(n){var r=++t;return e(n)+r}}());const xF=134217729;function kF(e,t,n,r,i){let o,a,s,l,c=t[0],u=r[0],d=0,f=0;u>c==u>-c?(o=c,c=t[++d]):(o=u,u=r[++f]);let h=0;if(d<e&&f<n)for(u>c==u>-c?(a=c+o,s=o-(a-c),c=t[++d]):(a=u+o,s=o-(a-u),u=r[++f]),o=a,0!==s&&(i[h++]=s);d<e&&f<n;)u>c==u>-c?(a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d]):(a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f]),o=a,0!==s&&(i[h++]=s);for(;d<e;)a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d],o=a,0!==s&&(i[h++]=s);for(;f<n;)a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f],o=a,0!==s&&(i[h++]=s);return 0===o&&0!==h||(i[h++]=o),h}function CF(e){return new Float64Array(e)}const SF=CF(4),MF=CF(8),TF=CF(12),AF=CF(16),LF=CF(4);function EF(e,t,n,r,i,o){const a=(t-o)*(n-i),s=(e-i)*(r-o),l=a-s,c=Math.abs(a+s);return Math.abs(l)>=33306690738754716e-32*c?l:-function(e,t,n,r,i,o,a){let s,l,c,u,d,f,h,p,g,m,v,b,y,_,w,x,k,C;const S=e-i,M=n-i,T=t-o,A=r-o;_=S*A,f=xF*S,h=f-(f-S),p=S-h,f=xF*A,g=f-(f-A),m=A-g,w=p*m-(_-h*g-p*g-h*m),x=T*M,f=xF*T,h=f-(f-T),p=T-h,f=xF*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,SF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,SF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,SF[2]=b-(C-d)+(v-d),SF[3]=C;let L=function(e,t){let n=t[0];for(let e=1;e<4;e++)n+=t[e];return n}(0,SF),E=22204460492503146e-32*a;if(L>=E||-L>=E)return L;if(d=e-S,s=e-(S+d)+(d-i),d=n-M,c=n-(M+d)+(d-i),d=t-T,l=t-(T+d)+(d-o),d=r-A,u=r-(A+d)+(d-o),0===s&&0===l&&0===c&&0===u)return L;if(E=11093356479670487e-47*a+33306690738754706e-32*Math.abs(L),L+=S*u+A*s-(T*c+M*l),L>=E||-L>=E)return L;_=s*A,f=xF*s,h=f-(f-s),p=s-h,f=xF*A,g=f-(f-A),m=A-g,w=p*m-(_-h*g-p*g-h*m),x=l*M,f=xF*l,h=f-(f-l),p=l-h,f=xF*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,LF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,LF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,LF[2]=b-(C-d)+(v-d),LF[3]=C;const N=kF(4,SF,4,LF,MF);_=S*u,f=xF*S,h=f-(f-S),p=S-h,f=xF*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=T*c,f=xF*T,h=f-(f-T),p=T-h,f=xF*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,LF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,LF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,LF[2]=b-(C-d)+(v-d),LF[3]=C;const O=kF(N,MF,4,LF,TF);_=s*u,f=xF*s,h=f-(f-s),p=s-h,f=xF*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=l*c,f=xF*l,h=f-(f-l),p=l-h,f=xF*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,LF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,LF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,LF[2]=b-(C-d)+(v-d),LF[3]=C;const R=kF(O,TF,4,LF,AF);return AF[R-1]}(e,t,n,r,i,o,c)}const NF=Math.pow(2,-52),OF=new Uint32Array(512);class RF{static from(e,t=BF,n=FF){const r=e.length,i=new Float64Array(2*r);for(let o=0;o<r;o++){const r=e[o];i[2*o]=t(r),i[2*o+1]=n(r)}return new RF(i)}constructor(e){const t=e.length>>1;if(t>0&&"number"!=typeof e[0])throw new Error("Expected coords to contain numbers.");this.coords=e;const n=Math.max(2*t-5,0);this._triangles=new Uint32Array(3*n),this._halfedges=new Int32Array(3*n),this._hashSize=Math.ceil(Math.sqrt(t)),this._hullPrev=new Uint32Array(t),this._hullNext=new Uint32Array(t),this._hullTri=new Uint32Array(t),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(t),this._dists=new Float64Array(t),this.update()}update(){const{coords:e,_hullPrev:t,_hullNext:n,_hullTri:r,_hullHash:i}=this,o=e.length>>1;let a=1/0,s=1/0,l=-1/0,c=-1/0;for(let t=0;t<o;t++){const n=e[2*t],r=e[2*t+1];n<a&&(a=n),r<s&&(s=r),n>l&&(l=n),r>c&&(c=r),this._ids[t]=t}const u=(a+l)/2,d=(s+c)/2;let f,h,p;for(let t=0,n=1/0;t<o;t++){const r=DF(u,d,e[2*t],e[2*t+1]);r<n&&(f=t,n=r)}const g=e[2*f],m=e[2*f+1];for(let t=0,n=1/0;t<o;t++){if(t===f)continue;const r=DF(g,m,e[2*t],e[2*t+1]);r<n&&r>0&&(h=t,n=r)}let v=e[2*h],b=e[2*h+1],y=1/0;for(let t=0;t<o;t++){if(t===f||t===h)continue;const n=zF(g,m,v,b,e[2*t],e[2*t+1]);n<y&&(p=t,y=n)}let _=e[2*p],w=e[2*p+1];if(y===1/0){for(let t=0;t<o;t++)this._dists[t]=e[2*t]-e[0]||e[2*t+1]-e[1];IF(this._ids,this._dists,0,o-1);const t=new Uint32Array(o);let n=0;for(let e=0,r=-1/0;e<o;e++){const i=this._ids[e],o=this._dists[i];o>r&&(t[n++]=i,r=o)}return this.hull=t.subarray(0,n),this.triangles=new Uint32Array(0),void(this.halfedges=new Uint32Array(0))}if(EF(g,m,v,b,_,w)<0){const e=h,t=v,n=b;h=p,v=_,b=w,p=e,_=t,w=n}const x=function(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l);return{x:e+(c*u-s*d)*f,y:t+(a*d-l*u)*f}}(g,m,v,b,_,w);this._cx=x.x,this._cy=x.y;for(let t=0;t<o;t++)this._dists[t]=DF(e[2*t],e[2*t+1],x.x,x.y);IF(this._ids,this._dists,0,o-1),this._hullStart=f;let k=3;n[f]=t[p]=h,n[h]=t[f]=p,n[p]=t[h]=f,r[f]=0,r[h]=1,r[p]=2,i.fill(-1),i[this._hashKey(g,m)]=f,i[this._hashKey(v,b)]=h,i[this._hashKey(_,w)]=p,this.trianglesLen=0,this._addTriangle(f,h,p,-1,-1,-1);for(let o,a,s=0;s<this._ids.length;s++){const l=this._ids[s],c=e[2*l],u=e[2*l+1];if(s>0&&Math.abs(c-o)<=NF&&Math.abs(u-a)<=NF)continue;if(o=c,a=u,l===f||l===h||l===p)continue;let d=0;for(let e=0,t=this._hashKey(c,u);e<this._hashSize&&(d=i[(t+e)%this._hashSize],-1===d||d===n[d]);e++);d=t[d];let g,m=d;for(;g=n[m],EF(c,u,e[2*m],e[2*m+1],e[2*g],e[2*g+1])>=0;)if(m=g,m===d){m=-1;break}if(-1===m)continue;let v=this._addTriangle(m,l,n[m],-1,-1,r[m]);r[l]=this._legalize(v+2),r[m]=v,k++;let b=n[m];for(;g=n[b],EF(c,u,e[2*b],e[2*b+1],e[2*g],e[2*g+1])<0;)v=this._addTriangle(b,l,g,r[l],-1,r[b]),r[l]=this._legalize(v+2),n[b]=b,k--,b=g;if(m===d)for(;g=t[m],EF(c,u,e[2*g],e[2*g+1],e[2*m],e[2*m+1])<0;)v=this._addTriangle(g,l,m,-1,r[m],r[g]),this._legalize(v+2),r[g]=v,n[m]=m,k--,m=g;this._hullStart=t[l]=m,n[m]=t[b]=l,n[l]=b,i[this._hashKey(c,u)]=l,i[this._hashKey(e[2*m],e[2*m+1])]=m}this.hull=new Uint32Array(k);for(let e=0,t=this._hullStart;e<k;e++)this.hull[e]=t,t=n[t];this.triangles=this._triangles.subarray(0,this.trianglesLen),this.halfedges=this._halfedges.subarray(0,this.trianglesLen)}_hashKey(e,t){return Math.floor(function(e,t){const n=e/(Math.abs(e)+Math.abs(t));return(t>0?3-n:1+n)/4}(e-this._cx,t-this._cy)*this._hashSize)%this._hashSize}_legalize(e){const{_triangles:t,_halfedges:n,coords:r}=this;let i=0,o=0;for(;;){const a=n[e],s=e-e%3;if(o=s+(e+2)%3,-1===a){if(0===i)break;e=OF[--i];continue}const l=a-a%3,c=s+(e+1)%3,u=l+(a+2)%3,d=t[o],f=t[e],h=t[c],p=t[u];if(PF(r[2*d],r[2*d+1],r[2*f],r[2*f+1],r[2*h],r[2*h+1],r[2*p],r[2*p+1])){t[e]=p,t[a]=d;const r=n[u];if(-1===r){let t=this._hullStart;do{if(this._hullTri[t]===u){this._hullTri[t]=e;break}t=this._hullPrev[t]}while(t!==this._hullStart)}this._link(e,r),this._link(a,n[o]),this._link(o,u);const s=l+(a+1)%3;i<OF.length&&(OF[i++]=s)}else{if(0===i)break;e=OF[--i]}}return o}_link(e,t){this._halfedges[e]=t,-1!==t&&(this._halfedges[t]=e)}_addTriangle(e,t,n,r,i,o){const a=this.trianglesLen;return this._triangles[a]=e,this._triangles[a+1]=t,this._triangles[a+2]=n,this._link(a,r),this._link(a+1,i),this._link(a+2,o),this.trianglesLen+=3,a}}function DF(e,t,n,r){const i=e-n,o=t-r;return i*i+o*o}function PF(e,t,n,r,i,o,a,s){const l=e-a,c=t-s,u=n-a,d=r-s,f=i-a,h=o-s,p=u*u+d*d,g=f*f+h*h;return l*(d*g-p*h)-c*(u*g-p*f)+(l*l+c*c)*(u*h-d*f)<0}function zF(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l),h=(c*u-s*d)*f,p=(a*d-l*u)*f;return h*h+p*p}function IF(e,t,n,r){if(r-n<=20)for(let i=n+1;i<=r;i++){const r=e[i],o=t[r];let a=i-1;for(;a>=n&&t[e[a]]>o;)e[a+1]=e[a--];e[a+1]=r}else{let i=n+1,o=r;jF(e,n+r>>1,i),t[e[n]]>t[e[r]]&&jF(e,n,r),t[e[i]]>t[e[r]]&&jF(e,i,r),t[e[n]]>t[e[i]]&&jF(e,n,i);const a=e[i],s=t[a];for(;;){do{i++}while(t[e[i]]<s);do{o--}while(t[e[o]]>s);if(o<i)break;jF(e,i,o)}e[n+1]=e[o],e[o]=a,r-i+1>=o-n?(IF(e,t,i,r),IF(e,t,n,o-1)):(IF(e,t,n,o-1),IF(e,t,i,r))}}function jF(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function BF(e){return e[0]}function FF(e){return e[1]}const HF=1e-6;class $F{constructor(){this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(e,t){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(e,t){this._+=`L${this._x1=+e},${this._y1=+t}`}arc(e,t,n){const r=(e=+e)+(n=+n),i=t=+t;if(n<0)throw new Error("negative radius");null===this._x1?this._+=`M${r},${i}`:(Math.abs(this._x1-r)>HF||Math.abs(this._y1-i)>HF)&&(this._+="L"+r+","+i),n&&(this._+=`A${n},${n},0,1,1,${e-n},${t}A${n},${n},0,1,1,${this._x1=r},${this._y1=i}`)}rect(e,t,n,r){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${+n}v${+r}h${-n}Z`}value(){return this._||null}}class UF{constructor(){this._=[]}moveTo(e,t){this._.push([e,t])}closePath(){this._.push(this._[0].slice())}lineTo(e,t){this._.push([e,t])}value(){return this._.length?this._:null}}class qF{constructor(e,[t,n,r,i]=[0,0,960,500]){if(!((r=+r)>=(t=+t)&&(i=+i)>=(n=+n)))throw new Error("invalid bounds");this.delaunay=e,this._circumcenters=new Float64Array(2*e.points.length),this.vectors=new Float64Array(2*e.points.length),this.xmax=r,this.xmin=t,this.ymax=i,this.ymin=n,this._init()}update(){return this.delaunay.update(),this._init(),this}_init(){const{delaunay:{points:e,hull:t,triangles:n},vectors:r}=this;let i,o;const a=this.circumcenters=this._circumcenters.subarray(0,n.length/3*2);for(let r,s,l=0,c=0,u=n.length;l<u;l+=3,c+=2){const u=2*n[l],d=2*n[l+1],f=2*n[l+2],h=e[u],p=e[u+1],g=e[d],m=e[d+1],v=e[f],b=e[f+1],y=g-h,_=m-p,w=v-h,x=b-p,k=2*(y*x-_*w);if(Math.abs(k)<1e-9){if(void 0===i){i=o=0;for(const n of t)i+=e[2*n],o+=e[2*n+1];i/=t.length,o/=t.length}const n=1e9*Math.sign((i-h)*x-(o-p)*w);r=(h+v)/2-n*x,s=(p+b)/2+n*w}else{const e=1/k,t=y*y+_*_,n=w*w+x*x;r=h+(x*t-_*n)*e,s=p+(y*n-w*t)*e}a[c]=r,a[c+1]=s}let s,l,c,u=t[t.length-1],d=4*u,f=e[2*u],h=e[2*u+1];r.fill(0);for(let n=0;n<t.length;++n)u=t[n],s=d,l=f,c=h,d=4*u,f=e[2*u],h=e[2*u+1],r[s+2]=r[d]=c-h,r[s+3]=r[d+1]=f-l}render(e){const t=null==e?e=new $F:void 0,{delaunay:{halfedges:n,inedges:r,hull:i},circumcenters:o,vectors:a}=this;if(i.length<=1)return null;for(let t=0,r=n.length;t<r;++t){const r=n[t];if(r<t)continue;const i=2*Math.floor(t/3),a=2*Math.floor(r/3),s=o[i],l=o[i+1],c=o[a],u=o[a+1];this._renderSegment(s,l,c,u,e)}let s,l=i[i.length-1];for(let t=0;t<i.length;++t){s=l,l=i[t];const n=2*Math.floor(r[l]/3),c=o[n],u=o[n+1],d=4*s,f=this._project(c,u,a[d+2],a[d+3]);f&&this._renderSegment(c,u,f[0],f[1],e)}return t&&t.value()}renderBounds(e){const t=null==e?e=new $F:void 0;return e.rect(this.xmin,this.ymin,this.xmax-this.xmin,this.ymax-this.ymin),t&&t.value()}renderCell(e,t){const n=null==t?t=new $F:void 0,r=this._clip(e);if(null===r||!r.length)return;t.moveTo(r[0],r[1]);let i=r.length;for(;r[0]===r[i-2]&&r[1]===r[i-1]&&i>1;)i-=2;for(let e=2;e<i;e+=2)r[e]===r[e-2]&&r[e+1]===r[e-1]||t.lineTo(r[e],r[e+1]);return t.closePath(),n&&n.value()}*cellPolygons(){const{delaunay:{points:e}}=this;for(let t=0,n=e.length/2;t<n;++t){const e=this.cellPolygon(t);e&&(e.index=t,yield e)}}cellPolygon(e){const t=new UF;return this.renderCell(e,t),t.value()}_renderSegment(e,t,n,r,i){let o;const a=this._regioncode(e,t),s=this._regioncode(n,r);0===a&&0===s?(i.moveTo(e,t),i.lineTo(n,r)):(o=this._clipSegment(e,t,n,r,a,s))&&(i.moveTo(o[0],o[1]),i.lineTo(o[2],o[3]))}contains(e,t,n){return(t=+t)==t&&(n=+n)==n&&this.delaunay._step(e,t,n)===e}*neighbors(e){const t=this._clip(e);if(t)for(const n of this.delaunay.neighbors(e)){const e=this._clip(n);if(e)e:for(let r=0,i=t.length;r<i;r+=2)for(let o=0,a=e.length;o<a;o+=2)if(t[r]===e[o]&&t[r+1]===e[o+1]&&t[(r+2)%i]===e[(o+a-2)%a]&&t[(r+3)%i]===e[(o+a-1)%a]){yield n;break e}}}_cell(e){const{circumcenters:t,delaunay:{inedges:n,halfedges:r,triangles:i}}=this,o=n[e];if(-1===o)return null;const a=[];let s=o;do{const n=Math.floor(s/3);if(a.push(t[2*n],t[2*n+1]),s=s%3==2?s-2:s+1,i[s]!==e)break;s=r[s]}while(s!==o&&-1!==s);return a}_clip(e){if(0===e&&1===this.delaunay.hull.length)return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];const t=this._cell(e);if(null===t)return null;const{vectors:n}=this,r=4*e;return this._simplify(n[r]||n[r+1]?this._clipInfinite(e,t,n[r],n[r+1],n[r+2],n[r+3]):this._clipFinite(e,t))}_clipFinite(e,t){const n=t.length;let r,i,o,a,s=null,l=t[n-2],c=t[n-1],u=this._regioncode(l,c),d=0;for(let f=0;f<n;f+=2)if(r=l,i=c,l=t[f],c=t[f+1],o=u,u=this._regioncode(l,c),0===o&&0===u)a=d,d=0,s?s.push(l,c):s=[l,c];else{let t,n,f,h,p;if(0===o){if(null===(t=this._clipSegment(r,i,l,c,o,u)))continue;[n,f,h,p]=t}else{if(null===(t=this._clipSegment(l,c,r,i,u,o)))continue;[h,p,n,f]=t,a=d,d=this._edgecode(n,f),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(n,f):s=[n,f]}a=d,d=this._edgecode(h,p),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(h,p):s=[h,p]}if(s)a=d,d=this._edgecode(s[0],s[1]),a&&d&&this._edge(e,a,d,s,s.length);else if(this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2))return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];return s}_clipSegment(e,t,n,r,i,o){const a=i<o;for(a&&([e,t,n,r,i,o]=[n,r,e,t,o,i]);;){if(0===i&&0===o)return a?[n,r,e,t]:[e,t,n,r];if(i&o)return null;let s,l,c=i||o;8&c?(s=e+(n-e)*(this.ymax-t)/(r-t),l=this.ymax):4&c?(s=e+(n-e)*(this.ymin-t)/(r-t),l=this.ymin):2&c?(l=t+(r-t)*(this.xmax-e)/(n-e),s=this.xmax):(l=t+(r-t)*(this.xmin-e)/(n-e),s=this.xmin),i?(e=s,t=l,i=this._regioncode(e,t)):(n=s,r=l,o=this._regioncode(n,r))}}_clipInfinite(e,t,n,r,i,o){let a,s=Array.from(t);if((a=this._project(s[0],s[1],n,r))&&s.unshift(a[0],a[1]),(a=this._project(s[s.length-2],s[s.length-1],i,o))&&s.push(a[0],a[1]),s=this._clipFinite(e,s))for(let t,n=0,r=s.length,i=this._edgecode(s[r-2],s[r-1]);n<r;n+=2)t=i,i=this._edgecode(s[n],s[n+1]),t&&i&&(n=this._edge(e,t,i,s,n),r=s.length);else this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2)&&(s=[this.xmin,this.ymin,this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax]);return s}_edge(e,t,n,r,i){for(;t!==n;){let n,o;switch(t){case 5:t=4;continue;case 4:t=6,n=this.xmax,o=this.ymin;break;case 6:t=2;continue;case 2:t=10,n=this.xmax,o=this.ymax;break;case 10:t=8;continue;case 8:t=9,n=this.xmin,o=this.ymax;break;case 9:t=1;continue;case 1:t=5,n=this.xmin,o=this.ymin}r[i]===n&&r[i+1]===o||!this.contains(e,n,o)||(r.splice(i,0,n,o),i+=2)}return i}_project(e,t,n,r){let i,o,a,s=1/0;if(r<0){if(t<=this.ymin)return null;(i=(this.ymin-t)/r)<s&&(a=this.ymin,o=e+(s=i)*n)}else if(r>0){if(t>=this.ymax)return null;(i=(this.ymax-t)/r)<s&&(a=this.ymax,o=e+(s=i)*n)}if(n>0){if(e>=this.xmax)return null;(i=(this.xmax-e)/n)<s&&(o=this.xmax,a=t+(s=i)*r)}else if(n<0){if(e<=this.xmin)return null;(i=(this.xmin-e)/n)<s&&(o=this.xmin,a=t+(s=i)*r)}return[o,a]}_edgecode(e,t){return(e===this.xmin?1:e===this.xmax?2:0)|(t===this.ymin?4:t===this.ymax?8:0)}_regioncode(e,t){return(e<this.xmin?1:e>this.xmax?2:0)|(t<this.ymin?4:t>this.ymax?8:0)}_simplify(e){if(e&&e.length>4){for(let t=0;t<e.length;t+=2){const n=(t+2)%e.length,r=(t+4)%e.length;(e[t]===e[n]&&e[n]===e[r]||e[t+1]===e[n+1]&&e[n+1]===e[r+1])&&(e.splice(n,2),t-=2)}e.length||(e=null)}return e}}const WF=2*Math.PI,VF=Math.pow;function GF(e){return e[0]}function YF(e){return e[1]}function XF(e,t,n){return[e+Math.sin(e+t)*n,t+Math.cos(e-t)*n]}class ZF{static from(e,t=GF,n=YF,r){return new ZF("length"in e?function(e,t,n,r){const i=e.length,o=new Float64Array(2*i);for(let a=0;a<i;++a){const i=e[a];o[2*a]=t.call(r,i,a,e),o[2*a+1]=n.call(r,i,a,e)}return o}(e,t,n,r):Float64Array.from(function*(e,t,n,r){let i=0;for(const o of e)yield t.call(r,o,i,e),yield n.call(r,o,i,e),++i}(e,t,n,r)))}constructor(e){this._delaunator=new RF(e),this.inedges=new Int32Array(e.length/2),this._hullIndex=new Int32Array(e.length/2),this.points=this._delaunator.coords,this._init()}update(){return this._delaunator.update(),this._init(),this}_init(){const e=this._delaunator,t=this.points;if(e.hull&&e.hull.length>2&&function(e){const{triangles:t,coords:n}=e;for(let e=0;e<t.length;e+=3){const r=2*t[e],i=2*t[e+1],o=2*t[e+2];if((n[o]-n[r])*(n[i+1]-n[r+1])-(n[i]-n[r])*(n[o+1]-n[r+1])>1e-10)return!1}return!0}(e)){this.collinear=Int32Array.from({length:t.length/2},((e,t)=>t)).sort(((e,n)=>t[2*e]-t[2*n]||t[2*e+1]-t[2*n+1]));const e=this.collinear[0],n=this.collinear[this.collinear.length-1],r=[t[2*e],t[2*e+1],t[2*n],t[2*n+1]],i=1e-8*Math.hypot(r[3]-r[1],r[2]-r[0]);for(let e=0,n=t.length/2;e<n;++e){const n=XF(t[2*e],t[2*e+1],i);t[2*e]=n[0],t[2*e+1]=n[1]}this._delaunator=new RF(t)}else delete this.collinear;const n=this.halfedges=this._delaunator.halfedges,r=this.hull=this._delaunator.hull,i=this.triangles=this._delaunator.triangles,o=this.inedges.fill(-1),a=this._hullIndex.fill(-1);for(let e=0,t=n.length;e<t;++e){const t=i[e%3==2?e-2:e+1];-1!==n[e]&&-1!==o[t]||(o[t]=e)}for(let e=0,t=r.length;e<t;++e)a[r[e]]=e;r.length<=2&&r.length>0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=r[0],o[r[0]]=1,2===r.length&&(o[r[1]]=0,this.triangles[1]=r[1],this.triangles[2]=r[1]))}voronoi(e){return new qF(this,e)}*neighbors(e){const{inedges:t,hull:n,_hullIndex:r,halfedges:i,triangles:o,collinear:a}=this;if(a){const t=a.indexOf(e);return t>0&&(yield a[t-1]),void(t<a.length-1&&(yield a[t+1]))}const s=t[e];if(-1===s)return;let l=s,c=-1;do{if(yield c=o[l],l=l%3==2?l-2:l+1,o[l]!==e)return;if(l=i[l],-1===l){const t=n[(r[e]+1)%n.length];return void(t!==c&&(yield t))}}while(l!==s)}find(e,t,n=0){if((e=+e)!=e||(t=+t)!=t)return-1;const r=n;let i;for(;(i=this._step(n,e,t))>=0&&i!==n&&i!==r;)n=i;return i}_step(e,t,n){const{inedges:r,hull:i,_hullIndex:o,halfedges:a,triangles:s,points:l}=this;if(-1===r[e]||!l.length)return(e+1)%(l.length>>1);let c=e,u=VF(t-l[2*e],2)+VF(n-l[2*e+1],2);const d=r[e];let f=d;do{let r=s[f];const d=VF(t-l[2*r],2)+VF(n-l[2*r+1],2);if(d<u&&(u=d,c=r),f=f%3==2?f-2:f+1,s[f]!==e)break;if(f=a[f],-1===f){if(f=i[(o[e]+1)%i.length],f!==r&&VF(t-l[2*f],2)+VF(n-l[2*f+1],2)<u)return f;break}}while(f!==d);return c}render(e){const t=null==e?e=new $F:void 0,{points:n,halfedges:r,triangles:i}=this;for(let t=0,o=r.length;t<o;++t){const o=r[t];if(o<t)continue;const a=2*i[t],s=2*i[o];e.moveTo(n[a],n[a+1]),e.lineTo(n[s],n[s+1])}return this.renderHull(e),t&&t.value()}renderPoints(e,t){void 0!==t||e&&"function"==typeof e.moveTo||(t=e,e=null),t=null==t?2:+t;const n=null==e?e=new $F:void 0,{points:r}=this;for(let n=0,i=r.length;n<i;n+=2){const i=r[n],o=r[n+1];e.moveTo(i+t,o),e.arc(i,o,t,0,WF)}return n&&n.value()}renderHull(e){const t=null==e?e=new $F:void 0,{hull:n,points:r}=this,i=2*n[0],o=n.length;e.moveTo(r[i],r[i+1]);for(let t=1;t<o;++t){const i=2*n[t];e.lineTo(r[i],r[i+1])}return e.closePath(),t&&t.value()}hullPolygon(){const e=new UF;return this.renderHull(e),e.value()}renderTriangle(e,t){const n=null==t?t=new $F:void 0,{points:r,triangles:i}=this,o=2*i[e*=3],a=2*i[e+1],s=2*i[e+2];return t.moveTo(r[o],r[o+1]),t.lineTo(r[a],r[a+1]),t.lineTo(r[s],r[s+1]),t.closePath(),n&&n.value()}*trianglePolygons(){const{triangles:e}=this;for(let t=0,n=e.length/3;t<n;++t)yield this.trianglePolygon(t)}trianglePolygon(e){const t=new UF;return this.renderTriangle(e,t),t.value()}}function KF(){return KF=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},KF.apply(null,arguments)}function JF(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var QF={xDomain:[0,1],yDomain:[0,1],layers:["links","cells","points","bounds"],enableLinks:!1,linkLineWidth:1,linkLineColor:"#bbbbbb",enableCells:!0,cellLineWidth:2,cellLineColor:"#000000",pointSize:4,pointColor:"#666666",role:"img"},eH=function(e){return[e.x,e.y]},tH=Jz,nH="cursor",rH=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?eH:n,i=e.margin,o=void 0===i?tH:i;return t.map((function(e){var t=r(e),n=t[0],i=t[1];return[n+o.left,i+o.top]}))},iH=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?eH:n,i=e.width,o=e.height,a=e.margin,s=void 0===a?tH:a,l=e.debug;return Ci((function(){return function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=void 0===i?tH:i,a=e.debug,s=ZF.from(t),l=a?s.voronoi([0,0,o.left+n+o.right,o.top+r+o.bottom]):void 0;return{points:t,delaunay:s,voronoi:l}}({points:rH({points:t,margin:s,getNodePosition:r}),width:i,height:o,margin:s,debug:l})}),[r,t,i,o,s,l])},oH=["theme"],aH=function(e){var t=e.data,n=e.width,r=e.height,i=e.margin,o=e.layers,a=void 0===o?QF.layers:o,s=e.xDomain,l=void 0===s?QF.xDomain:s,c=e.yDomain,u=void 0===c?QF.yDomain:c,d=e.enableLinks,f=void 0===d?QF.enableLinks:d,h=e.linkLineWidth,p=void 0===h?QF.linkLineWidth:h,g=e.linkLineColor,m=void 0===g?QF.linkLineColor:g,v=e.enableCells,b=void 0===v?QF.enableCells:v,y=e.cellLineWidth,_=void 0===y?QF.cellLineWidth:y,w=e.cellLineColor,x=void 0===w?QF.cellLineColor:w,k=e.enablePoints,C=void 0===k?QF.enableCells:k,S=e.pointSize,M=void 0===S?QF.pointSize:S,T=e.pointColor,A=void 0===T?QF.pointColor:T,L=e.role,E=void 0===L?QF.role:L,N=e.forwardedRef,O=Qz(n,r,i),R=O.outerWidth,D=O.outerHeight,P=O.margin,z=function(e){var t=e.data,n=e.width,r=e.height,i=e.xDomain,o=e.yDomain,a=Ci((function(){return mf().domain(i).range([0,n])}),[i,n]),s=Ci((function(){return mf().domain(o).range([0,r])}),[o,r]),l=Ci((function(){return t.map((function(e){return{x:a(e.x),y:s(e.y),data:e}}))}),[t,a,s]);return Ci((function(){var e=ZF.from(l.map((function(e){return[e.x,e.y]}))),t=e.voronoi([0,0,n,r]);return{points:l,delaunay:e,voronoi:t}}),[l,n,r])}({data:t,width:O.innerWidth,height:O.innerHeight,xDomain:l,yDomain:u}),I=z.points,j=z.delaunay,B=z.voronoi,F={links:null,cells:null,points:null,bounds:null};f&&a.includes("links")&&(F.links=Os("path",{stroke:m,strokeWidth:p,fill:"none",d:j.render()},"links")),b&&a.includes("cells")&&(F.cells=Os("path",{d:B.render(),fill:"none",stroke:x,strokeWidth:_},"cells")),C&&a.includes("points")&&(F.points=Os("path",{stroke:"none",fill:A,d:j.renderPoints(void 0,M/2)},"points")),a.includes("bounds")&&(F.bounds=Os("path",{fill:"none",stroke:x,strokeWidth:_,d:B.renderBounds()},"bounds"));var H=function(e){var t=e.points,n=e.delaunay,r=e.voronoi;return Ci((function(){return{points:t,delaunay:n,voronoi:r}}),[t,n,r])}({points:I,delaunay:j,voronoi:B});return Os(Uz,{width:R,height:D,margin:P,role:E,ref:N,children:a.map((function(e,t){return void 0!==F[e]?F[e]:"function"==typeof e?Os(zr,{children:Dr(e,H)},t):null}))})},sH=Hi((function(e,t){var n=e.theme,r=JF(e,oH);return Os(kz,{isInteractive:!1,animate:!1,theme:n,children:Os(aH,KF({},r,{forwardedRef:t}))})})),lH=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=JF(e,lH);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(sH,KF({},a,{width:n,height:r,ref:t}))}})}));var cH=function(e){var t=e.nodes,n=e.width,r=e.height,i=e.margin,o=void 0===i?tH:i,a=e.getNodePosition,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onMouseDown,f=e.onMouseUp,h=e.onClick,p=e.onDoubleClick,g=e.onTouchStart,m=e.onTouchMove,v=e.onTouchEnd,b=e.enableTouchCrosshair,y=void 0!==b&&b,_=e.detectionRadius,w=void 0===_?1/0:_,x=e.tooltip,k=e.tooltipPosition,C=void 0===k?nH:k,S=e.tooltipAnchor,M=void 0===S?"top":S,T=e.debug,A=ki(null),L=iH({points:t,getNodePosition:a,width:n,height:r,margin:o,debug:T}),E=L.delaunay,N=L.voronoi,O=function(e){var t=e.elementRef,n=e.nodes,r=e.getNodePosition,i=void 0===r?eH:r,o=e.delaunay,a=e.setCurrent,s=e.margin,l=void 0===s?tH:s,c=e.detectionRadius,u=void 0===c?1/0:c,d=e.isInteractive,f=void 0===d||d,h=e.onMouseEnter,p=e.onMouseMove,g=e.onMouseLeave,m=e.onMouseDown,v=e.onMouseUp,b=e.onClick,y=e.onDoubleClick,_=e.onTouchStart,w=e.onTouchMove,x=e.onTouchEnd,k=e.enableTouchCrosshair,C=void 0!==k&&k,S=e.tooltip,M=e.tooltipPosition,T=void 0===M?nH:M,A=e.tooltipAnchor,L=void 0===A?"top":A,E=yi(null),N=E[0],O=E[1],R=ki(null);wi((function(){R.current=N}),[R,N]);var D=Si((function(e){if(!t.current||0===n.length)return null;var r=sI(t.current,e),a=r[0],s=r[1],c=o.find(a,s),d=void 0!==c?n[c]:null;if(d&&u!==1/0){var f=i(d),h=f[0],p=f[1];oI(a,s,h+l.left,p+l.top)>u&&(c=null,d=null)}return null===c||null===d?null:[c,d]}),[t,o,n,i,l,u]),P=pE(),z=P.showTooltipAt,I=P.showTooltipFromEvent,j=P.hideTooltip,B=Ci((function(){if(S)return"cursor"===T?function(e,t){I(S(e),t,L)}:function(e){var t=i(e),n=t[0],r=t[1];z(S(e),[n+l.left,r+l.top],L)}}),[z,I,S,T,L,i,l]),F=Si((function(e){var t=D(e);if(O(t),null==a||a(t?t[1]:null),t){var n=t[1];null==B||B(n,e),null==h||h(t[1],e)}}),[D,O,a,B,h]),H=Si((function(e){var t=D(e);if(O(t),t){var n=t[0],r=t[1];if(null==a||a(r),null==B||B(r,e),R.current){var i=R.current,o=i[0],s=i[1];n!==o?null==g||g(s,e):null==p||p(r,e)}else null==h||h(r,e)}else null==a||a(null),null==j||j(),R.current&&(null==g||g(R.current[1],e))}),[D,O,a,R,h,p,g,B,j]),$=Si((function(e){O(null),null==a||a(null),j(),g&&R.current&&g(R.current[1],e)}),[O,a,R,j,g]),U=Si((function(e){var t=D(e);O(t),t&&(null==m||m(t[1],e))}),[D,O,m]),q=Si((function(e){var t=D(e);O(t),t&&(null==v||v(t[1],e))}),[D,O,v]),W=Si((function(e){var t=D(e);O(t),t&&(null==b||b(t[1],e))}),[D,O,b]),V=Si((function(e){var t=D(e);O(t),t&&(null==y||y(t[1],e))}),[D,O,y]),G=Si((function(e){var t=D(e);C&&(O(t),null==a||a(t?t[1]:null)),t&&(null==_||_(t[1],e))}),[D,O,a,C,_]),Y=Si((function(e){var t=D(e);C&&(O(t),null==a||a(t?t[1]:null)),t&&(null==w||w(t[1],e))}),[D,O,a,C,w]),X=Si((function(e){C&&(O(null),null==a||a(null)),x&&R.current&&x(R.current[1],e)}),[C,O,a,x,R]);return{current:N,handleMouseEnter:f?F:void 0,handleMouseMove:f?H:void 0,handleMouseLeave:f?$:void 0,handleMouseDown:f?U:void 0,handleMouseUp:f?q:void 0,handleClick:f?W:void 0,handleDoubleClick:f?V:void 0,handleTouchStart:f?G:void 0,handleTouchMove:f?Y:void 0,handleTouchEnd:f?X:void 0}}({elementRef:A,nodes:t,delaunay:E,margin:o,detectionRadius:w,setCurrent:s,onMouseEnter:l,onMouseMove:c,onMouseLeave:u,onMouseDown:d,onMouseUp:f,onClick:h,onDoubleClick:p,onTouchStart:g,onTouchMove:m,onTouchEnd:v,enableTouchCrosshair:y,tooltip:x,tooltipPosition:C,tooltipAnchor:M}),R=O.current,D=O.handleMouseEnter,P=O.handleMouseMove,z=O.handleMouseLeave,I=O.handleMouseDown,j=O.handleMouseUp,B=O.handleClick,F=O.handleDoubleClick,H=O.handleTouchStart,$=O.handleTouchMove,U=O.handleTouchEnd,q=Ci((function(){if(T&&N)return N.render()}),[T,N]);return Os("g",{ref:A,transform:"translate("+-o.left+","+-o.top+")",children:[T&&N&&Os(zr,{children:[Os("path",{d:q,stroke:"red",strokeWidth:1,opacity:.75}),w<1/0&&Os("path",{stroke:"red",strokeWidth:.35,fill:"none",d:E.renderPoints(void 0,w)}),R&&Os("path",{fill:"pink",opacity:.35,d:N.renderCell(R[0])})]}),Os("rect",{"data-ref":"mesh-interceptor",width:o.left+n+o.right,height:o.top+r+o.bottom,fill:"red",opacity:0,style:{cursor:"auto"},onMouseEnter:D,onMouseMove:P,onMouseLeave:z,onMouseDown:I,onMouseUp:j,onTouchStart:H,onTouchMove:$,onTouchEnd:U,onClick:B,onDoubleClick:F})]})};function uH(){return uH=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},uH.apply(null,arguments)}function dH(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var fH,hH={xScale:{type:"point"},yScale:{type:"linear",min:0,max:"auto"},curve:"linear",colors:{scheme:"nivo"},lineWidth:2,layers:["grid","markers","axes","areas","crosshair","lines","points","slices","mesh","legends"],enablePoints:!0,pointSize:6,pointColor:{from:"series.color"},pointBorderWidth:0,pointBorderColor:{theme:"background"},enableArea:!1,areaBaselineValue:0,areaOpacity:.2,enableGridX:!0,enableGridY:!0,legends:[],isInteractive:!0,tooltip:ji((function(e){var t=e.point;return Os(iE,{id:Os("span",{children:["x: ",Os("strong",{children:t.data.xFormatted}),", y:"," ",Os("strong",{children:t.data.yFormatted})]}),enableChip:!0,color:t.seriesColor})})),sliceTooltip:ji((function(e){var t=e.slice,n=e.axis,r=KL(),i="x"===n?"y":"x";return Os(aE,{rows:t.points.map((function(e){return[Os(rE,{color:e.seriesColor,style:r.tooltip.chip},"chip"),e.seriesId,Os("span",{style:r.tooltip.tableCellValue,children:e.data[i+"Formatted"]},"value")]}))})})),debugMesh:!1,renderWrapper:!0},pH=uH({},hH,{defs:[],fill:[],enablePointLabel:!1,pointLabel:"data.yFormatted",areaBlendMode:"normal",axisTop:null,axisRight:null,axisBottom:NB,axisLeft:NB,useMesh:!1,enableSlices:!1,debugSlices:!1,enableCrosshair:!0,crosshairType:"bottom-left",enableTouchCrosshair:!1,initialHiddenIds:[],animate:!0,motionConfig:"gentle",role:"img",isFocusable:!1}),gH=uH({},hH,{pixelRatio:"undefined"!=typeof window&&null!=(fH=window.devicePixelRatio)?fH:1,axisTop:null,axisRight:null,axisBottom:NB,axisLeft:NB});function mH(e){return Ci((function(){return Pg().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y((function(e){return e.y})).curve(Kz(e))}),[e])}function vH(e){var t=e.curve,n=e.yScale,r=e.areaBaselineValue;return Ci((function(){return zg().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y1((function(e){return e.y})).curve(Kz(t)).y0(n(r))}),[t,n,r])}var bH=function(e){var t=e.data,n=e.xScale,r=void 0===n?hH.xScale:n,i=e.xFormat,o=e.yScale,a=void 0===o?hH.yScale:o,s=e.yFormat,l=e.width,c=e.height,u=e.colors,d=void 0===u?hH.colors:u,f=e.curve,h=void 0===f?hH.curve:f,p=e.areaBaselineValue,g=void 0===p?hH.areaBaselineValue:p,m=e.pointColor,v=void 0===m?hH.pointColor:m,b=e.pointBorderColor,y=void 0===b?hH.pointBorderColor:b,_=e.enableSlices,w=void 0===_?pH.enableSlices:_,x=e.initialHiddenIds,k=void 0===x?pH.initialHiddenIds:x,C=yi(wF("line"))[0],S=nI(i),M=nI(s),T=tF(d,"id"),A=KL(),L=JB(v,A),E=JB(y,A),N=yi(null!=k?k:[]),O=N[0],R=N[1],D=Ci((function(){return gB(t.filter((function(e){return-1===O.indexOf(e.id)})),r,a,l,c)}),[t,O,r,a,l,c]),P=D.xScale,z=D.yScale,I=D.series,j=Ci((function(){var e=t.map((function(e){return{id:e.id,label:""+e.id,color:T(e)}})),n=e.map((function(e){return uH({},I.find((function(t){return t.id===e.id})),{color:e.color})})).filter((function(e){return Boolean(e.id)}));return{legendData:e.map((function(e){return uH({},e,{hidden:!n.find((function(t){return t.id===e.id}))})})).reverse(),series:n}}),[t,I,T]),B=j.legendData,F=j.series,H=Si((function(e){R((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]),$=function(e){var t=e.series,n=e.getPointColor,r=e.getPointBorderColor,i=e.formatX,o=e.formatY;return Ci((function(){return t.reduce((function(e,t,a){return[].concat(e,t.data.filter((function(e){return null!==e.position.x&&null!==e.position.y})).map((function(s,l){var c={id:t.id+"."+l,indexInSeries:l,absIndex:e.length+l,seriesIndex:a,seriesId:t.id,seriesColor:t.color,x:s.position.x,y:s.position.y,data:uH({},s.data,{xFormatted:i(s.data.x),yFormatted:o(s.data.y)})};return c.color=n({series:t,point:c}),c.borderColor=r(c),c})))}),[])}),[t,n,r,i,o])}({series:F,getPointColor:L,getPointBorderColor:E,formatX:S,formatY:M}),U=function(e){var t=e.componentId,n=e.enableSlices,r=e.points,i=e.width,o=e.height;return Ci((function(){if("x"===n){var e=new Map;return r.forEach((function(t){null!==t.data.x&&null!==t.data.y&&(e.has(t.x)?e.get(t.x).push(t):e.set(t.x,[t]))})),Array.from(e.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,n,r){var a,s,l=e[0],c=e[1],u=r[n-1],d=r[n+1];return a=u?l-(l-u[0])/2:l,s=d?l-a+(d[0]-l)/2:i-a,{id:"slice:"+t+":"+l,x0:a,x:l,y0:0,y:0,width:s,height:o,points:c.reverse()}}))}if("y"===n){var a=new Map;return r.forEach((function(e){null!==e.data.x&&null!==e.data.y&&(a.has(e.y)?a.get(e.y).push(e):a.set(e.y,[e]))})),Array.from(a.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,t,n){var r,a,s=e[0],l=e[1],c=n[t-1],u=n[t+1];return r=c?s-(s-c[0])/2:s,a=u?s-r+(u[0]-s)/2:o-r,{id:s,x0:0,x:0,y0:r,y:s,width:i,height:a,points:l.reverse()}}))}return[]}),[t,n,o,r,i])}({componentId:C,enableSlices:w,points:$,width:l,height:c});return{legendData:B,toggleSeries:H,lineGenerator:mH(h),areaGenerator:vH({curve:h,yScale:z,areaBaselineValue:g}),getColor:T,series:F,xScale:P,yScale:z,slices:U,points:$}},yH=function(e){var t=e.areaBlendMode,n=e.areaOpacity,r=e.color,i=e.fill,o=e.path,a=_z(),s=a.animate,l=a.config,c=Yz(o),u=aC({color:r,config:l,immediate:!s});return Os(vM.path,{d:c,fill:i||u.color,fillOpacity:n,strokeWidth:0,style:{mixBlendMode:t}})},_H=ji((function(e){var t=e.areaGenerator,n=e.areaOpacity,r=e.areaBlendMode;return Os("g",{children:e.series.slice(0).reverse().map((function(e){return Os(yH,uH({path:t(e.data.map((function(e){return e.position})))},uH({areaOpacity:n,areaBlendMode:r},e)),""+e.id)}))})})),wH=ji((function(e){var t=e.lineGenerator,n=e.points,r=e.color,i=e.thickness,o=Ci((function(){return t(n)}),[t,n]),a=Yz(o);return Os(vM.path,{d:a,fill:"none",strokeWidth:i,stroke:r})})),xH=ji((function(e){var t=e.series,n=e.lineGenerator,r=e.lineWidth;return Os(zr,{children:t.slice(0).reverse().map((function(e){var t=e.id,i=e.data,o=e.color;return Os(wH,{points:i.map((function(e){return e.position})),lineGenerator:n,color:o,thickness:r},t)}))})})),kH=ji((function(e){var t=e.slice,n=e.slices,r=e.axis,i=e.debug,o=e.tooltip,a=e.isCurrent,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onMouseDown,f=e.onMouseUp,h=e.onClick,p=e.onDoubleClick,g=e.onTouchStart,m=e.onTouchMove,v=e.onTouchEnd,b=pE(),y=b.showTooltipFromEvent,_=b.hideTooltip,w=Si((function(e){y(Dr(o,{slice:t,axis:r}),e,"right"),s(t),null==l||l(t,e)}),[y,o,t,r,s,l]),x=Si((function(e){y(Dr(o,{slice:t,axis:r}),e,"right"),null==c||c(t,e)}),[y,o,t,r,c]),k=Si((function(e){_(),s(null),null==u||u(t,e)}),[_,s,u,t]),C=Si((function(e){null==d||d(t,e)}),[t,d]),S=Si((function(e){null==f||f(t,e)}),[t,f]),M=Si((function(e){null==h||h(t,e)}),[t,h]),T=Si((function(e){null==p||p(t,e)}),[t,p]),A=Si((function(e){y(Dr(o,{slice:t,axis:r}),e,"right"),s(t),null==g||g(t,e)}),[r,g,s,y,t,o]),L=Si((function(e){var i=e.touches[0],a=document.elementFromPoint(i.clientX,i.clientY),l=null==a?void 0:a.getAttribute("data-ref");if(l){var c=n.find((function(e){return e.id===l}));c&&(y(Dr(o,{slice:c,axis:r}),e,"right"),s(c))}null==m||m(t,e)}),[r,m,s,y,t,n,o]),E=Si((function(e){_(),s(null),null==v||v(t,e)}),[_,s,v,t]);return Os("rect",{x:t.x0,y:t.y0,width:t.width,height:t.height,stroke:"red",strokeWidth:i?1:0,strokeOpacity:.75,fill:"red",fillOpacity:a&&i?.35:0,onMouseEnter:w,onMouseMove:x,onMouseLeave:k,onMouseDown:C,onMouseUp:S,onClick:M,onDoubleClick:T,onTouchStart:A,onTouchMove:L,onTouchEnd:E,"data-ref":t.id})})),CH=ji((function(e){var t=e.slices,n=e.axis,r=e.debug,i=e.tooltip,o=e.current,a=e.setCurrent,s=e.onMouseEnter,l=e.onMouseMove,c=e.onMouseLeave,u=e.onMouseDown,d=e.onMouseUp,f=e.onClick,h=e.onDoubleClick,p=e.onTouchStart,g=e.onTouchMove,m=e.onTouchEnd;return Os(zr,{children:t.map((function(e){return Os(kH,{slice:e,slices:t,axis:n,debug:r,tooltip:i,setCurrent:a,isCurrent:null!==o&&o.id===e.id,onMouseEnter:s,onMouseMove:l,onMouseLeave:c,onMouseDown:u,onMouseUp:d,onClick:f,onDoubleClick:h,onTouchStart:p,onTouchMove:g,onTouchEnd:m},e.id)}))})})),SH=ji((function(e){var t=e.points,n=e.symbol,r=e.size,i=e.borderWidth,o=e.enableLabel,a=e.label,s=e.labelYOffset,l=e.isFocusable,c=e.setCurrentPoint,u=e.tooltip,d=e.margin,f=e.ariaLabel,h=e.ariaLabelledBy,p=e.ariaDescribedBy,g=e.ariaHidden,m=e.ariaDisabled,v=function(e){return OO(e)?e:function(t){return BL(t,e)}}(a),b=pE(),y=b.showTooltipAt,_=b.hideTooltip,w=t.slice(0).sort((function(e,t){return e.indexInSeries-t.indexInSeries})).sort((function(e,t){return t.seriesIndex-e.seriesIndex})).map((function(e){return{id:e.id,x:e.x,y:e.y,datum:e.data,fill:e.color,stroke:e.borderColor,label:o?v(e):null,ariaLabel:f?f(e):void 0,ariaLabelledBy:h?h(e):void 0,ariaDescribedBy:p?p(e):void 0,ariaHidden:g?g(e):void 0,ariaDisabled:m?m(e):void 0,onFocus:l?function(){c(e),y(Dr(u,{point:e}),[d.left+e.x,d.top+e.y],"top")}:void 0,onBlur:l?function(){c(null),_()}:void 0}}));return Os("g",{children:w.map((function(e){return Os(Wz,{x:e.x,y:e.y,datum:e.datum,symbol:n,size:r,color:e.fill,borderWidth:i,borderColor:e.stroke,label:e.label,labelYOffset:s,ariaLabel:e.ariaLabel,ariaLabelledBy:e.ariaLabelledBy,ariaDescribedBy:e.ariaDescribedBy,ariaHidden:e.ariaHidden,ariaDisabled:e.ariaDisabled,isFocusable:l,onFocus:e.onFocus,onBlur:e.onBlur,testId:"line.point."+e.id},e.id)}))})})),MH=ji((function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=e.setCurrent,a=e.onMouseEnter,s=e.onMouseMove,l=e.onMouseLeave,c=e.onMouseDown,u=e.onMouseUp,d=e.onClick,f=e.onDoubleClick,h=e.onTouchStart,p=e.onTouchMove,g=e.onTouchEnd,m=e.tooltip,v=e.debug,b=e.enableTouchCrosshair,y=pE(),_=y.showTooltipAt,w=y.hideTooltip,x=Si((function(e,t){_(Dr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==a||a(e,t)}),[_,m,a,i]),k=Si((function(e,t){_(Dr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==s||s(e,t)}),[_,m,i.left,i.top,s]),C=Si((function(e,t){w(),null==l||l(e,t)}),[w,l]),S=Si((function(e,t){null==c||c(e,t)}),[c]),M=Si((function(e,t){null==u||u(e,t)}),[u]),T=Si((function(e,t){null==d||d(e,t)}),[d]),A=Si((function(e,t){null==f||f(e,t)}),[f]),L=Si((function(e,t){_(Dr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==h||h(e,t)}),[i.left,i.top,h,_,m]),E=Si((function(e,t){_(Dr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==p||p(e,t)}),[i.left,i.top,p,_,m]),N=Si((function(e,t){w(),null==g||g(e,t)}),[g,w]);return Os(cH,{nodes:t,width:n,height:r,setCurrent:o,onMouseEnter:x,onMouseMove:k,onMouseLeave:C,onMouseDown:S,onMouseUp:M,onClick:T,onDoubleClick:A,onTouchStart:L,onTouchMove:E,onTouchEnd:N,enableTouchCrosshair:b,debug:v})})),TH=["isInteractive","animate","motionConfig","theme","renderWrapper"];function AH(e){var t=e.data,n=e.xScale,r=void 0===n?pH.xScale:n,i=e.xFormat,o=e.yScale,a=void 0===o?pH.yScale:o,s=e.yFormat,l=e.curve,c=void 0===l?pH.curve:l,u=e.margin,d=e.width,f=e.height,h=e.colors,p=void 0===h?pH.colors:h,g=e.lineWidth,m=void 0===g?pH.lineWidth:g,v=e.layers,b=void 0===v?pH.layers:v,y=e.enableArea,_=void 0===y?pH.enableArea:y,w=e.areaBaselineValue,x=void 0===w?pH.areaBaselineValue:w,k=e.areaOpacity,C=void 0===k?pH.areaOpacity:k,S=e.areaBlendMode,M=void 0===S?pH.areaBlendMode:S,T=e.enablePoints,A=void 0===T?pH.enablePoints:T,L=e.pointSymbol,E=e.pointSize,N=void 0===E?pH.pointSize:E,O=e.pointColor,R=void 0===O?pH.pointColor:O,D=e.pointBorderWidth,P=void 0===D?pH.pointBorderWidth:D,z=e.pointBorderColor,I=void 0===z?pH.pointBorderColor:z,j=e.enablePointLabel,B=void 0===j?pH.enablePointLabel:j,F=e.pointLabel,H=void 0===F?pH.pointLabel:F,$=e.pointLabelYOffset,U=e.enableGridX,q=void 0===U?pH.enableGridX:U,W=e.gridXValues,V=e.enableGridY,G=void 0===V?pH.enableGridY:V,Y=e.gridYValues,X=e.axisTop,Z=e.axisRight,K=e.axisBottom,J=void 0===K?pH.axisBottom:K,Q=e.axisLeft,ee=void 0===Q?pH.axisLeft:Q,te=e.defs,ne=void 0===te?pH.defs:te,re=e.fill,ie=void 0===re?pH.fill:re,oe=e.markers,ae=e.legends,se=void 0===ae?pH.legends:ae,le=e.isInteractive,ce=void 0===le?pH.isInteractive:le,ue=e.useMesh,de=void 0===ue?pH.useMesh:ue,fe=e.debugMesh,he=void 0===fe?pH.debugMesh:fe,pe=e.onMouseEnter,ge=e.onMouseMove,me=e.onMouseLeave,ve=e.onMouseDown,be=e.onMouseUp,ye=e.onClick,_e=e.onDoubleClick,we=e.onTouchStart,xe=e.onTouchMove,ke=e.onTouchEnd,Ce=e.tooltip,Se=void 0===Ce?pH.tooltip:Ce,Me=e.enableSlices,Te=void 0===Me?pH.enableSlices:Me,Ae=e.debugSlices,Le=void 0===Ae?pH.debugSlices:Ae,Ee=e.sliceTooltip,Ne=void 0===Ee?pH.sliceTooltip:Ee,Oe=e.enableCrosshair,Re=void 0===Oe?pH.enableCrosshair:Oe,De=e.crosshairType,Pe=void 0===De?pH.crosshairType:De,ze=e.enableTouchCrosshair,Ie=void 0===ze?pH.enableTouchCrosshair:ze,je=e.role,Be=void 0===je?pH.role:je,Fe=e.ariaLabel,He=e.ariaLabelledBy,$e=e.ariaDescribedBy,Ue=e.isFocusable,qe=void 0===Ue?pH.isFocusable:Ue,We=e.pointAriaLabel,Ve=e.pointAriaLabelledBy,Ge=e.pointAriaDescribedBy,Ye=e.pointAriaHidden,Xe=e.pointAriaDisabled,Ze=e.initialHiddenIds,Ke=void 0===Ze?pH.initialHiddenIds:Ze,Je=e.forwardedRef,Qe=Qz(d,f,u),et=Qe.margin,tt=Qe.innerWidth,nt=Qe.innerHeight,rt=Qe.outerWidth,it=Qe.outerHeight,ot=bH({data:t,xScale:r,xFormat:i,yScale:a,yFormat:s,width:tt,height:nt,colors:p,curve:c,areaBaselineValue:x,pointColor:R,pointBorderColor:I,enableSlices:Te,initialHiddenIds:Ke}),at=ot.legendData,st=ot.toggleSeries,lt=ot.lineGenerator,ct=ot.areaGenerator,ut=ot.series,dt=ot.xScale,ft=ot.yScale,ht=ot.slices,pt=ot.points,gt=yi(null),mt=gt[0],vt=gt[1],bt=yi(null),yt=bt[0],_t=bt[1],wt={grid:null,markers:null,axes:null,areas:null,crosshair:null,lines:null,points:null,slices:null,mesh:null,legends:null};b.includes("grid")&&(q||G)&&(wt.grid=Os(IB,{width:tt,height:nt,xScale:q?dt:null,yScale:G?ft:null,xValues:W,yValues:Y},"grid")),b.includes("markers")&&Array.isArray(oe)&&oe.length>0&&(wt.markers=Os(Gz,{markers:oe,width:tt,height:nt,xScale:dt,yScale:ft},"markers")),b.includes("axes")&&(wt.axes=Os(DB,{xScale:dt,yScale:ft,width:tt,height:nt,top:X,right:Z,bottom:J,left:ee},"axes")),b.includes("lines")&&(wt.lines=Os(xH,{series:ut,lineGenerator:lt,lineWidth:m},"lines")),b.includes("legends")&&se.length>0&&(wt.legends=Os(zr,{children:se.map((function(e,t){return Os(bF,uH({},e,{containerWidth:tt,containerHeight:nt,data:e.data||at,toggleSerie:e.toggleSerie?st:void 0}),t)}))},"legends"));var xt=uI(ne,ut,ie);_&&(wt.areas=Os(_H,{areaGenerator:ct,areaOpacity:C,areaBlendMode:M,series:ut},"areas")),ce&&!1!==Te&&(wt.slices=Os(CH,{slices:ht,axis:Te,debug:Le,tooltip:Ne,current:yt,setCurrent:_t,onMouseEnter:pe,onMouseMove:ge,onMouseLeave:me,onMouseDown:ve,onMouseUp:be,onClick:ye,onDoubleClick:_e,onTouchStart:we,onTouchMove:xe,onTouchEnd:ke},"slices")),A&&(wt.points=Os(SH,{points:pt,symbol:L,size:N,borderWidth:P,enableLabel:B,label:H,labelYOffset:$,isFocusable:qe,setCurrentPoint:vt,tooltip:Se,margin:et,ariaLabel:We,ariaLabelledBy:Ve,ariaDescribedBy:Ge,ariaHidden:Ye,ariaDisabled:Xe},"points")),ce&&Re&&(null!==mt&&(wt.crosshair=Os(lE,{width:tt,height:nt,x:mt.x,y:mt.y,type:Pe},"crosshair")),null!==yt&&Te&&(wt.crosshair=Os(lE,{width:tt,height:nt,x:yt.x,y:yt.y,type:Te},"crosshair"))),ce&&de&&!1===Te&&(wt.mesh=Os(MH,{points:pt,width:tt,height:nt,margin:et,setCurrent:vt,onMouseEnter:pe,onMouseMove:ge,onMouseLeave:me,onMouseDown:ve,onMouseUp:be,onClick:ye,onDoubleClick:_e,onTouchStart:we,onTouchMove:xe,onTouchEnd:ke,tooltip:Se,enableTouchCrosshair:Ie,debug:he},"mesh"));var kt=uH({},e,{innerWidth:tt,innerHeight:nt,series:ut,slices:ht,points:pt,xScale:dt,yScale:ft,lineGenerator:lt,areaGenerator:ct,currentPoint:mt,setCurrentPoint:vt,currentSlice:yt,setCurrentSlice:_t});return Os(Uz,{defs:xt,width:rt,height:it,margin:et,role:Be,ariaLabel:Fe,ariaLabelledBy:He,ariaDescribedBy:$e,isFocusable:qe,ref:Je,children:b.map((function(e,t){return"function"==typeof e?Os(zr,{children:e(kt)},t):wt[e]}))})}var LH=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?pH.isInteractive:n,i=e.animate,o=void 0===i?pH.animate:i,a=e.motionConfig,s=void 0===a?pH.motionConfig:a,l=e.theme,c=e.renderWrapper,u=dH(e,TH);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(AH,uH({isInteractive:r},u,{forwardedRef:t}))})})),EH=["defaultWidth","defaultHeight","onResize","debounceResize"],NH=(Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=dH(e,EH);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(LH,uH({width:n,height:r},a,{ref:t}))}})})),["isInteractive","renderWrapper","theme"]),OH=function(e){var t=e.width,n=e.height,r=e.margin,i=e.pixelRatio,o=void 0===i?gH.pixelRatio:i,a=e.data,s=e.xScale,l=void 0===s?gH.xScale:s,c=e.xFormat,u=e.yScale,d=void 0===u?gH.yScale:u,f=e.yFormat,h=e.curve,p=void 0===h?gH.curve:h,g=e.layers,m=void 0===g?gH.layers:g,v=e.colors,b=void 0===v?gH.colors:v,y=e.lineWidth,_=void 0===y?gH.lineWidth:y,w=e.enableArea,x=void 0===w?gH.enableArea:w,k=e.areaBaselineValue,C=void 0===k?gH.areaBaselineValue:k,S=e.areaOpacity,M=void 0===S?gH.areaOpacity:S,T=e.enablePoints,A=void 0===T?gH.enablePoints:T,L=e.pointSize,E=void 0===L?gH.pointSize:L,N=e.pointColor,O=void 0===N?gH.pointColor:N,R=e.pointBorderWidth,D=void 0===R?gH.pointBorderWidth:R,P=e.pointBorderColor,z=void 0===P?gH.pointBorderColor:P,I=e.enableGridX,j=void 0===I?gH.enableGridX:I,B=e.gridXValues,F=e.enableGridY,H=void 0===F?gH.enableGridY:F,$=e.gridYValues,U=e.axisTop,q=e.axisRight,W=e.axisBottom,V=void 0===W?gH.axisBottom:W,G=e.axisLeft,Y=void 0===G?gH.axisLeft:G,X=e.legends,Z=void 0===X?gH.legends:X,K=e.isInteractive,J=void 0===K?gH.isInteractive:K,Q=e.debugMesh,ee=void 0===Q?gH.debugMesh:Q,te=e.onMouseLeave,ne=e.onMouseDown,re=e.onMouseUp,ie=e.onClick,oe=e.onDoubleClick,ae=e.tooltip,se=void 0===ae?gH.tooltip:ae,le=e.role,ce=e.forwardedRef,ue=ki(null),de=Qz(t,n,r),fe=de.margin,he=de.innerWidth,pe=de.innerHeight,ge=de.outerWidth,me=de.outerHeight,ve=KL(),be=yi(null),ye=be[0],_e=be[1],we=bH({data:a,xScale:l,xFormat:c,yScale:d,yFormat:f,width:he,height:pe,colors:b,curve:p,areaBaselineValue:C,pointColor:O,pointBorderColor:z}),xe=we.lineGenerator,ke=we.areaGenerator,Ce=we.series,Se=we.xScale,Me=we.yScale,Te=we.points,Ae=Ci((function(){return{innerWidth:he,innerHeight:pe,series:Ce,points:Te,xScale:Se,yScale:Me,lineWidth:_,lineGenerator:xe,areaGenerator:ke,currentPoint:ye,setCurrentPoint:_e}}),[he,pe,Ce,Te,Se,Me,_,xe,ke,ye,_e]),Le=iH({points:Te,width:he,height:pe,debug:ee}),Ee=Le.delaunay,Ne=Le.voronoi;wi((function(){if(null!==ue.current){ue.current.width=ge*o,ue.current.height=me*o;var e=ue.current.getContext("2d");e.scale(o,o),e.fillStyle=ve.background,e.fillRect(0,0,ge,me),e.translate(fe.left,fe.top),m.forEach((function(t){var n;"function"==typeof t&&t(e,Ae);var r=null!=(n=ve.grid.line.strokeWidth)?n:0;if("grid"===t&&"string"!=typeof r&&r>0&&(e.lineWidth=r,e.strokeStyle=ve.grid.line.stroke,j&&BB(e,{width:he,height:pe,scale:Se,axis:"x",values:B}),H&&BB(e,{width:he,height:pe,scale:Me,axis:"y",values:$})),"axes"===t&&jB(e,{xScale:Se,yScale:Me,width:he,height:pe,top:U,right:q,bottom:V,left:Y,theme:ve}),"areas"===t&&!0===x){e.save(),e.globalAlpha=M,ke.context(e);for(var i=Ce.length-1;i>=0;i--)e.fillStyle=Ce[i].color,e.beginPath(),ke(Ce[i].data.map((function(e){return e.position}))),e.fill();e.restore()}if("lines"===t&&(xe.context(e),Ce.forEach((function(t){e.strokeStyle=t.color,e.lineWidth=_,e.beginPath(),xe(t.data.map((function(e){return e.position}))),e.stroke()}))),"points"===t&&!0===A&&E>0&&Te.forEach((function(t){e.fillStyle=t.color,e.beginPath(),e.arc(t.x,t.y,E/2,0,2*Math.PI),e.fill(),D>0&&(e.strokeStyle=t.borderColor,e.lineWidth=D,e.stroke())})),"mesh"===t&&!0===ee&&void 0!==Ne&&(function(e,t){e.save(),e.globalAlpha=.75,e.beginPath(),t.render(e),e.strokeStyle="red",e.lineWidth=1,e.stroke(),e.restore()}(e,Ne),ye&&function(e,t,n){e.save(),e.globalAlpha=.35,e.beginPath(),t.renderCell(n,e),e.fillStyle="pink",e.fill(),e.restore()}(e,Ne,ye.absIndex)),"legends"===t){var o=Ce.map((function(e){return{id:e.id,label:e.id,color:e.color}})).reverse();Z.forEach((function(t){_F(e,uH({},t,{data:t.data||o,containerWidth:he,containerHeight:pe,theme:ve}))}))}}))}}),[ue,he,ge,pe,me,fe.left,fe.top,o,m,ve,xe,Ce,Se,Me,j,B,H,$,U,q,V,Y,Z,Te,A,E,D,ye,Ae,ee,x,ke,M,_,Ne]);var Oe=Si((function(e){if(!ue.current)return null;var t=sI(ue.current,e),n=t[0],r=t[1];if(!aI(fe.left,fe.top,he,pe,n,r))return null;var i=Ee.find(n-fe.left,r-fe.top);return Te[i]}),[ue,fe,he,pe,Ee,Te]),Re=pE(),De=Re.showTooltipFromEvent,Pe=Re.hideTooltip,ze=Si((function(e){var t=Oe(e);_e(t),t?De(Dr(se,{point:t}),e):Pe()}),[Oe,_e,De,Pe,se]),Ie=Si((function(e){Pe(),_e(null),ye&&(null==te||te(ye,e))}),[Pe,_e,te,ye]),je=Si((function(e){if(ne){var t=Oe(e);t&&ne(t,e)}}),[Oe,ne]),Be=Si((function(e){if(re){var t=Oe(e);t&&re(t,e)}}),[Oe,re]),Fe=Si((function(e){if(ie){var t=Oe(e);t&&ie(t,e)}}),[Oe,ie]),He=Si((function(e){if(oe){var t=Oe(e);t&&oe(t,e)}}),[Oe,oe]);return Os("canvas",{ref:dI(ue,ce),width:ge*o,height:me*o,style:{width:ge,height:me,cursor:J?"auto":"normal"},onMouseEnter:J?ze:void 0,onMouseMove:J?ze:void 0,onMouseLeave:J?Ie:void 0,onMouseDown:J?je:void 0,onMouseUp:J?Be:void 0,onClick:J?Fe:void 0,onDoubleClick:J?He:void 0,role:le})},RH=Hi((function(e,t){var n=e.isInteractive,r=e.renderWrapper,i=e.theme,o=dH(e,NH);return Os(kz,{isInteractive:n,renderWrapper:r,theme:i,animate:!1,children:Os(OH,uH({},o,{forwardedRef:t}))})})),DH=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth;e.defaultHeight;var r=e.onResize,i=e.debounceResize,o=dH(e,DH);return Os(Mz,{defaultWidth:n,defaultHeight:n,onResize:r,debounceResize:i,children:function(e){var n=e.width,r=e.height;return Os(RH,uH({width:n,height:r},o,{ref:t}))}})}));const PH=({label:e,width:t,height:n,ariaLabel:r=e})=>Os("div",{role:"img","aria-label":r,className:"styles_empty-data-stub__DuGJ2",style:{width:t,height:n},children:e});!function(e){e.Mesh="Mesh",e.SlicesX="SlicesX",e.SlicesY="SlicesY"}({});const zH=e=>{switch(e){case"passed":return"var(--bg-support-castor)";case"failed":return"var(--bg-support-capella)";case"broken":return"var(--bg-support-atlas)";case"unknown":default:return"var(--bg-support-skat)";case"skipped":return"var(--bg-support-rau)"}},IH=e=>{const{positiveValue:t,negativeValue:n,absTotal:r,noValuePercentage:i=-1}=e;if(0===Math.abs(t)+Math.abs(n))return i;const o=Math.abs(t)-Math.abs(n),a=(s=Math.abs(o),l=r,Math.floor(s/l*1e4)/100);var s,l;return o>0?50+a:o<0?50-a:50},jH=(e,t)=>{const[n,r]=e,i=t.map(((e,i)=>n+(r-n)*(i/(t.length-1))));return mf().domain(i).range(t.map((e=>((e,t=document.documentElement)=>{if(e.startsWith("var(")){const n=e.match(/var\((--[^),\s]+)/);if(n){const r=n[1];return getComputedStyle(t).getPropertyValue(r).trim()||e}}return e})(e)))).interpolate(ed).clamp(!0)};const BH=e=>"number"==typeof e&&e>=0&&e<=100,FH=({slices:e,percentage:t,className:n})=>Os("article",{"aria-label":"Success rate",role:"presentation",className:vo("styles_chart__mUNSO",n),children:[Os("svg",{"aria-hidden":!0,viewBox:"0 0 100 100",children:Os("g",{transform:"translate(50, 50)",children:e.map((e=>!!e.d&&Os("path",{d:e.d,fill:"__empty__"===e.status?"var(--bg-control-secondary)":zH(e.status)},e.status)))})}),BH(t)&&Os(js,{className:"styles_legend__JMBvn",size:"s",tag:"b",children:0===t?"0":`${t}%`})]});var HH,$H,UH,qH,WH,VH,GH,YH,XH,ZH,KH,JH,QH,e$,t$,n$,r$,i$,o$,a$,s$,l$,c$,u$,d$,f$,h$,p$,g$,m$,v$,b$,y$,_$,w$,x$,k$,C$,S$,M$,T$,A$,L$,E$;function N$(){if(ZH)return XH;ZH=1;var e=uP(),t=CT(),n=uz(),r=cz(),i=Object.getOwnPropertySymbols?function(r){for(var i=[];r;)e(i,n(r)),r=t(r);return i}:r;return XH=i}function O$(){if(e$)return QH;e$=1;var e=sz(),t=N$(),n=XA();return QH=function(r){return e(r,n,t)}}function R$(){if(_$)return y$;_$=1;var e=RM(),t=($H||($H=1,HH=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}),HH),n=WA(),r=function(){if(qH)return UH;qH=1;var e=VA(),t=dz();return UH=function(n,r){return n&&e(r,t(r),n)},UH}(),i=function(){if(VH)return WH;VH=1;var e=VA(),t=XA();return WH=function(n,r){return n&&e(r,t(r),n)},WH}(),o=bT(),a=xT(),s=function(){if(YH)return GH;YH=1;var e=VA(),t=uz();return GH=function(n,r){return e(n,t(n),r)},GH}(),l=function(){if(JH)return KH;JH=1;var e=VA(),t=N$();return KH=function(n,r){return e(n,t(n),r)},KH}(),c=fz(),u=O$(),d=pz(),f=function(){if(n$)return t$;n$=1;var e=Object.prototype.hasOwnProperty;return t$=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r},t$}(),h=function(){if(u$)return c$;u$=1;var e=_T(),t=function(){if(i$)return r$;i$=1;var e=_T();return r$=function(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}}(),n=function(){if(a$)return o$;a$=1;var e=/\w*$/;return o$=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}}(),r=function(){if(l$)return s$;l$=1;var e=kM(),t=e?e.prototype:void 0,n=t?t.valueOf:void 0;return s$=function(e){return n?Object(n.call(e)):{}},s$}(),i=wT();return c$=function(o,a,s){var l=o.constructor;switch(a){case"[object ArrayBuffer]":return e(o);case"[object Boolean]":case"[object Date]":return new l(+o);case"[object DataView]":return t(o,s);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return i(o,s);case"[object Map]":case"[object Set]":return new l;case"[object Number]":case"[object String]":return new l(o);case"[object RegExp]":return n(o);case"[object Symbol]":return r(o)}},c$}(),p=MT(),g=LT(),m=UT(),v=function(){if(p$)return h$;p$=1;var e=function(){if(f$)return d$;f$=1;var e=pz(),t=TT();return d$=function(n){return t(n)&&"[object Map]"==e(n)}}(),t=WT(),n=$A(),r=n&&n.isMap,i=r?t(r):e;return h$=i}(),b=SM(),y=function(){if(b$)return v$;b$=1;var e=function(){if(m$)return g$;m$=1;var e=pz(),t=TT();return g$=function(n){return t(n)&&"[object Set]"==e(n)}}(),t=WT(),n=$A(),r=n&&n.isSet,i=r?t(r):e;return v$=i}(),_=dz(),w=XA(),x="[object Arguments]",k="[object Function]",C="[object Object]",S={};return S[x]=S["[object Array]"]=S["[object ArrayBuffer]"]=S["[object DataView]"]=S["[object Boolean]"]=S["[object Date]"]=S["[object Float32Array]"]=S["[object Float64Array]"]=S["[object Int8Array]"]=S["[object Int16Array]"]=S["[object Int32Array]"]=S["[object Map]"]=S["[object Number]"]=S[C]=S["[object RegExp]"]=S["[object Set]"]=S["[object String]"]=S["[object Symbol]"]=S["[object Uint8Array]"]=S["[object Uint8ClampedArray]"]=S["[object Uint16Array]"]=S["[object Uint32Array]"]=!0,S["[object Error]"]=S[k]=S["[object WeakMap]"]=!1,y$=function M(T,A,L,E,N,O){var R,D=1&A,P=2&A,z=4&A;if(L&&(R=N?L(T,E,N,O):L(T)),void 0!==R)return R;if(!b(T))return T;var I=g(T);if(I){if(R=f(T),!D)return a(T,R)}else{var j=d(T),B=j==k||"[object GeneratorFunction]"==j;if(m(T))return o(T,D);if(j==C||j==x||B&&!N){if(R=P||B?{}:p(T),!D)return P?l(T,i(R,T)):s(T,r(R,T))}else{if(!S[j])return N?T:{};R=h(T,j,D)}}O||(O=new e);var F=O.get(T);if(F)return F;O.set(T,R),y(T)?T.forEach((function(e){R.add(M(e,A,L,e,T,O))})):v(T)&&T.forEach((function(e,t){R.set(t,M(e,A,L,t,T,O))}));var H=I?void 0:(z?P?u:c:P?w:_)(T);return t(H||T,(function(e,t){H&&(e=T[t=e]),n(R,t,M(e,A,L,t,T,O))})),R},y$}function D$(){return x$||(x$=1,w$=function(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=e[r+t];return o}),w$}var P$,z$,I$,j$,B$,F$,H$,$$,U$,q$,W$,V$,G$,Y$,X$,Z$,K$,J$,Q$,eU,tU,nU,rU,iU,oU,aU,sU,lU,cU,uU,dU,fU,hU,pU,gU,mU,vU=function(){if(E$)return L$;E$=1;var e=LL(),t=R$(),n=function(){if(M$)return S$;M$=1;var e=NL(),t=EO(),n=function(){if(C$)return k$;C$=1;var e=RL(),t=D$();return k$=function(n,r){return r.length<2?n:e(n,t(r,0,-1))},k$}(),r=OL();return S$=function(i,o){return o=e(o,i),null==(i=n(i,o))||delete i[r(t(o))]},S$}(),r=NL(),i=VA(),o=function(){if(A$)return T$;A$=1;var e=qT();return T$=function(t){return e(t)?void 0:t}}(),a=fP(),s=O$(),l=a((function(a,l){var c={};if(null==a)return c;var u=!1;l=e(l,(function(e){return e=r(e,a),u||(u=e.length>1),e})),i(a,s(a),c),u&&(c=t(c,7,o));for(var d=l.length;d--;)n(c,l[d]);return c}));return L$=l}(),bU=Mm(vU),yU=Mm(function(){if(z$)return P$;z$=1;var e=R$();return P$=function(t){return e(t,5)}}());function _U(){if(eU)return Q$;eU=1;var e=(j$||(j$=1,I$=function(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}),I$),t=function(){if(q$)return U$;q$=1;var e=function(){if($$)return H$;$$=1;var e=(F$||(F$=1,B$=function(e){return function(t){return null==e?void 0:e[t]}}),B$),t=e({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"});return H$=t}(),t=EL(),n=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,r=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");return U$=function(i){return(i=t(i))&&i.replace(n,e).replace(r,"")}}(),n=function(){if(J$)return K$;J$=1;var e=function(){if(V$)return W$;V$=1;var e=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;return W$=function(t){return t.match(e)||[]}}(),t=function(){if(Y$)return G$;Y$=1;var e=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;return G$=function(t){return e.test(t)}}(),n=EL(),r=function(){if(Z$)return X$;Z$=1;var e="\\ud800-\\udfff",t="\\u2700-\\u27bf",n="a-z\\xdf-\\xf6\\xf8-\\xff",r="A-Z\\xc0-\\xd6\\xd8-\\xde",i="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",o="["+i+"]",a="\\d+",s="["+t+"]",l="["+n+"]",c="[^"+e+i+a+t+n+r+"]",u="(?:\\ud83c[\\udde6-\\uddff]){2}",d="[\\ud800-\\udbff][\\udc00-\\udfff]",f="["+r+"]",h="(?:"+l+"|"+c+")",p="(?:"+f+"|"+c+")",g="(?:['’](?:d|ll|m|re|s|t|ve))?",m="(?:['’](?:D|LL|M|RE|S|T|VE))?",v="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",b="[\\ufe0e\\ufe0f]?",y=b+v+"(?:\\u200d(?:"+["[^"+e+"]",u,d].join("|")+")"+b+v+")*",_="(?:"+[s,u,d].join("|")+")"+y,w=RegExp([f+"?"+l+"+"+g+"(?="+[o,f,"$"].join("|")+")",p+"+"+m+"(?="+[o,f+h,"$"].join("|")+")",f+"?"+h+"+"+g,f+"+"+m,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",a,_].join("|"),"g");return X$=function(e){return e.match(w)||[]}}();return K$=function(i,o,a){return i=n(i),void 0===(o=a?void 0:o)?t(i)?r(i):e(i):i.match(o)||[]}}(),r=RegExp("['’]","g");return Q$=function(i){return function(o){return e(n(t(o).replace(r,"")),i,"")}}}function wU(){if(iU)return rU;iU=1;var e=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");return rU=function(t){return e.test(t)}}function xU(){if(fU)return dU;fU=1;var e=function(){if(nU)return tU;nU=1;var e=D$();return tU=function(t,n,r){var i=t.length;return r=void 0===r?i:r,!n&&r>=i?t:e(t,n,r)},tU}(),t=wU(),n=function(){if(uU)return cU;uU=1;var e=aU?oU:(aU=1,oU=function(e){return e.split("")}),t=wU(),n=function(){if(lU)return sU;lU=1;var e="\\ud800-\\udfff",t="["+e+"]",n="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",r="\\ud83c[\\udffb-\\udfff]",i="[^"+e+"]",o="(?:\\ud83c[\\udde6-\\uddff]){2}",a="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+n+"|"+r+")?",l="[\\ufe0e\\ufe0f]?",c=l+s+"(?:\\u200d(?:"+[i,o,a].join("|")+")"+l+s+")*",u="(?:"+[i+n+"?",n,o,a,t].join("|")+")",d=RegExp(r+"(?="+r+")|"+u+c,"g");return sU=function(e){return e.match(d)||[]}}();return cU=function(r){return t(r)?n(r):e(r)}}(),r=EL();return dU=function(i){return function(o){o=r(o);var a=t(o)?n(o):void 0,s=a?a[0]:o.charAt(0),l=a?e(a,1).join(""):o.slice(1);return s[i]()+l}}}var kU=Mm(function(){if(mU)return gU;mU=1;var e=_U(),t=function(){if(pU)return hU;pU=1;var e=xU()("toUpperCase");return hU=e}(),n=e((function(e,n,r){return e+(r?" ":"")+t(n)}));return gU=n}());function CU(e){var t=0,n=e.children,r=n&&n.length;if(r)for(;--r>=0;)t+=n[r].value;else t=1;e.value=t}function SU(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=TU)):void 0===t&&(t=MU);for(var n,r,i,o,a,s=new EU(e),l=[s];n=l.pop();)if((i=t(n.data))&&(a=(i=Array.from(i)).length))for(n.children=i,o=a-1;o>=0;--o)l.push(r=i[o]=new EU(i[o])),r.parent=n,r.depth=n.depth+1;return s.eachBefore(LU)}function MU(e){return e.children}function TU(e){return Array.isArray(e)?e[1]:null}function AU(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function LU(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function EU(e){this.data=e,this.depth=this.height=0,this.parent=null}function NU(){return 0}function OU(e){return function(){return e}}function RU(e){e.x0=Math.round(e.x0),e.y0=Math.round(e.y0),e.x1=Math.round(e.x1),e.y1=Math.round(e.y1)}function DU(e,t,n,r,i){for(var o,a=e.children,s=-1,l=a.length,c=e.value&&(r-t)/e.value;++s<l;)(o=a[s]).y0=n,o.y1=i,o.x0=t,o.x1=t+=o.value*c}function PU(e,t,n,r,i){for(var o,a=e.children,s=-1,l=a.length,c=e.value&&(i-n)/e.value;++s<l;)(o=a[s]).x0=t,o.x1=r,o.y0=n,o.y1=n+=o.value*c}EU.prototype=SU.prototype={constructor:EU,count:function(){return this.eachAfter(CU)},each:function(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this},eachAfter:function(e,t){for(var n,r,i,o=this,a=[o],s=[],l=-1;o=a.pop();)if(s.push(o),n=o.children)for(r=0,i=n.length;r<i;++r)a.push(n[r]);for(;o=s.pop();)e.call(t,o,++l,this);return this},eachBefore:function(e,t){for(var n,r,i=this,o=[i],a=-1;i=o.pop();)if(e.call(t,i,++a,this),n=i.children)for(r=n.length-1;r>=0;--r)o.push(n[r]);return this},find:function(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r},sum:function(e){return this.eachAfter((function(t){for(var n=+e(t.data)||0,r=t.children,i=r&&r.length;--i>=0;)n+=r[i].value;t.value=n}))},sort:function(e){return this.eachBefore((function(t){t.children&&t.children.sort(e)}))},path:function(e){for(var t=this,n=function(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),i=null;for(e=n.pop(),t=r.pop();e===t;)i=e,e=n.pop(),t=r.pop();return i}(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var i=r.length;e!==n;)r.splice(i,0,e),e=e.parent;return r},ancestors:function(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t},descendants:function(){return Array.from(this)},leaves:function(){var e=[];return this.eachBefore((function(t){t.children||e.push(t)})),e},links:function(){var e=this,t=[];return e.each((function(n){n!==e&&t.push({source:n.parent,target:n})})),t},copy:function(){return SU(this).eachBefore(AU)},[Symbol.iterator]:function*(){var e,t,n,r,i=this,o=[i];do{for(e=o.reverse(),o=[];i=e.pop();)if(yield i,t=i.children)for(n=0,r=t.length;n<r;++n)o.push(t[n])}while(o.length)}};var zU=function e(t){function n(e,n,r,i,o){!function(e,t,n,r,i,o){for(var a,s,l,c,u,d,f,h,p,g,m,v=[],b=t.children,y=0,_=0,w=b.length,x=t.value;y<w;){l=i-n,c=o-r;do{u=b[_++].value}while(!u&&_<w);for(d=f=u,m=u*u*(g=Math.max(c/l,l/c)/(x*e)),p=Math.max(f/m,m/d);_<w;++_){if(u+=s=b[_].value,s<d&&(d=s),s>f&&(f=s),m=u*u*g,(h=Math.max(f/m,m/d))>p){u-=s;break}p=h}v.push(a={value:u,dice:l<c,children:b.slice(y,_)}),a.dice?DU(a,n,r,i,x?r+=c*u/x:o):PU(a,n,r,x?n+=l*u/x:i,o),x-=u,y=_}}(t,e,n,r,i,o)}return n.ratio=function(t){return e((t=+t)>1?t:1)},n}((1+Math.sqrt(5))/2);function IU(){return IU=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},IU.apply(null,arguments)}function jU(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var BU=function(e,t){return hC([e,t],(function(e,t){return"translate("+e+","+t+")"}))},FU=function(e,t){return hC([e,t],(function(e,t){return"translate("+e+"px, "+t+"px)"}))},HU=function(e,t,n){return hC([e,t,n],(function(e,t,n){return"translate("+e+","+t+") rotate("+n+")"}))},$U=function(e,t,n){return hC([e,t,n],(function(e,t,n){return"translate("+e+"px,"+t+"px) rotate("+n+"deg)"}))},UU=function(e,t,n){return hC([e,t,n],(function(e,t,n){return"translate("+(e-(0===n?0:5))+"px,"+(t-(0===n?5:0))+"px) rotate("+n+"deg)"}))},qU=ji((function(e){var t=e.node,n=e.animatedProps,r=e.borderWidth,i=e.enableLabel,o=e.enableParentLabel,a=e.labelSkipSize,s=KL(),l=i&&t.isLeaf&&(0===a||Math.min(t.width,t.height)>a),c=o&&t.isParent;return Os(vM.g,{transform:BU(n.x,n.y),children:[Os(vM.rect,{"data-testid":"node."+t.id,width:hC(n.width,(function(e){return Math.max(e,0)})),height:hC(n.height,(function(e){return Math.max(e,0)})),fill:t.fill?t.fill:n.color,strokeWidth:r,stroke:t.borderColor,fillOpacity:t.opacity,onMouseEnter:t.onMouseEnter,onMouseMove:t.onMouseMove,onMouseLeave:t.onMouseLeave,onClick:t.onClick}),l&&Os(MI,{"data-testid":"label."+t.id,textAnchor:"middle",dominantBaseline:"central",style:IU({},s.labels.text,{fill:t.labelTextColor,pointerEvents:"none"}),fillOpacity:n.labelOpacity,transform:HU(n.labelX,n.labelY,n.labelRotation),children:t.label}),c&&Os(MI,{"data-testid":"parentLabel."+t.id,dominantBaseline:"central",style:IU({},s.labels.text,{fill:t.parentLabelTextColor,pointerEvents:"none"}),fillOpacity:n.parentLabelOpacity,transform:HU(n.parentLabelX,n.parentLabelY,n.parentLabelRotation),children:t.parentLabel})]})})),WU=ji((function(e){var t=e.node;return Os(iE,{id:t.id,value:t.formattedValue,enableChip:!0,color:t.color})})),VU=ji((function(e){var t=e.node,n=e.animatedProps,r=e.borderWidth,i=e.enableLabel,o=e.enableParentLabel,a=e.labelSkipSize,s=KL(),l=i&&t.isLeaf&&(0===a||Math.min(t.width,t.height)>a),c=o&&t.isParent;return Os(vM.div,{"data-testid":"node."+t.id,id:t.path.replace(/[^\w]/gi,"-"),style:{boxSizing:"border-box",position:"absolute",top:0,left:0,transform:FU(n.x,n.y),width:n.width,height:n.height,borderWidth:r,borderStyle:"solid",borderColor:t.borderColor,overflow:"hidden"},children:[Os(vM.div,{style:{boxSizing:"border-box",position:"absolute",top:0,left:0,opacity:t.opacity,width:n.width,height:n.height,background:n.color},onMouseEnter:t.onMouseEnter,onMouseMove:t.onMouseMove,onMouseLeave:t.onMouseLeave,onClick:t.onClick}),l&&Os(vM.span,{"data-testid":"label."+t.id,style:IU({},s.labels.text,{position:"absolute",display:"flex",top:-5,left:-5,width:10,height:10,justifyContent:"center",alignItems:"center",whiteSpace:"nowrap",color:t.labelTextColor,transformOrigin:"center center",transform:$U(n.labelX,n.labelY,n.labelRotation),opacity:n.labelOpacity,pointerEvents:"none"}),children:t.label}),c&&Os(vM.span,{"data-testid":"parentLabel."+t.id,style:IU({},s.labels.text,{position:"absolute",display:"flex",justifyContent:"flex-start",alignItems:"center",whiteSpace:"nowrap",width:10,height:10,color:t.parentLabelTextColor,transformOrigin:"top left",transform:UU(n.parentLabelX,n.parentLabelY,n.parentLabelRotation),opacity:n.parentLabelOpacity,pointerEvents:"none"}),children:t.parentLabel})]})})),GU={layers:["nodes"],identity:"id",value:"value",tile:"squarify",leavesOnly:!1,innerPadding:0,outerPadding:0,colors:{scheme:"nivo"},colorBy:"pathComponents.1",nodeOpacity:.33,enableLabel:!0,label:"formattedValue",labelSkipSize:0,labelTextColor:{from:"color",modifiers:[["darker",1]]},orientLabel:!0,enableParentLabel:!0,parentLabel:"id",parentLabelSize:20,parentLabelPosition:"top",parentLabelPadding:6,parentLabelTextColor:{from:"color",modifiers:[["darker",1]]},borderWidth:1,borderColor:{from:"color",modifiers:[["darker",1]]},isInteractive:!0,tooltip:WU,role:"img",animate:!0,motionConfig:"gentle"},YU=IU({},GU,{nodeComponent:qU,defs:[],fill:[]}),XU=IU({},GU,{nodeComponent:VU}),ZU=IU({},GU,{pixelRatio:"undefined"!=typeof window&&window.devicePixelRatio||1}),KU={binary:function(e,t,n,r,i){var o,a,s=e.children,l=s.length,c=new Array(l+1);for(c[0]=a=o=0;o<l;++o)c[o+1]=a+=s[o].value;!function e(t,n,r,i,o,a,l){if(t>=n-1){var u=s[t];return u.x0=i,u.y0=o,u.x1=a,void(u.y1=l)}for(var d=c[t],f=r/2+d,h=t+1,p=n-1;h<p;){var g=h+p>>>1;c[g]<f?h=g+1:p=g}f-c[h-1]<c[h]-f&&t+1<h&&--h;var m=c[h]-d,v=r-m;if(a-i>l-o){var b=r?(i*v+a*m)/r:a;e(t,h,m,i,o,b,l),e(h,n,v,b,o,a,l)}else{var y=r?(o*v+l*m)/r:l;e(t,h,m,i,o,a,y),e(h,n,v,i,y,a,l)}}(0,l,e.value,t,n,r,i)},dice:DU,slice:PU,sliceDice:function(e,t,n,r,i){(1&e.depth?PU:DU)(e,t,n,r,i)},squarify:zU},JU=function(e){var t=e.data,n=e.width,r=e.height,i=e.identity,o=void 0===i?GU.identity:i,a=e.value,s=void 0===a?GU.value:a,l=e.valueFormat,c=e.leavesOnly,u=void 0===c?GU.leavesOnly:c,d=e.tile,f=void 0===d?GU.tile:d,h=e.innerPadding,p=void 0===h?GU.innerPadding:h,g=e.outerPadding,m=void 0===g?GU.outerPadding:g,v=e.label,b=void 0===v?GU.label:v,y=e.orientLabel,_=void 0===y?GU.orientLabel:y,w=e.enableParentLabel,x=void 0===w?GU.enableParentLabel:w,k=e.parentLabel,C=void 0===k?GU.parentLabel:k,S=e.parentLabelSize,M=void 0===S?GU.parentLabelSize:S,T=e.parentLabelPosition,A=void 0===T?GU.parentLabelPosition:T,L=e.parentLabelPadding,E=void 0===L?GU.parentLabelPadding:L,N=e.colors,O=void 0===N?GU.colors:N,R=e.colorBy,D=void 0===R?GU.colorBy:R,P=e.nodeOpacity,z=void 0===P?GU.nodeOpacity:P,I=e.borderColor,j=void 0===I?GU.borderColor:I,B=e.labelTextColor,F=void 0===B?GU.labelTextColor:B,H=e.parentLabelTextColor,$=void 0===H?GU.parentLabelTextColor:H,U=iI(o),q=iI(s),W=nI(l),V=iI(b),G=iI(C),Y=function(e){var t=e.width,n=e.height,r=e.tile,i=e.innerPadding,o=e.outerPadding,a=e.enableParentLabel,s=e.parentLabelSize,l=e.parentLabelPosition,c=e.leavesOnly;return Ci((function(){var e=function(){var e=zU,t=!1,n=1,r=1,i=[0],o=NU,a=NU,s=NU,l=NU,c=NU;function u(e){return e.x0=e.y0=0,e.x1=n,e.y1=r,e.eachBefore(d),i=[0],t&&e.eachBefore(RU),e}function d(t){var n=i[t.depth],r=t.x0+n,u=t.y0+n,d=t.x1-n,f=t.y1-n;d<r&&(r=d=(r+d)/2),f<u&&(u=f=(u+f)/2),t.x0=r,t.y0=u,t.x1=d,t.y1=f,t.children&&(n=i[t.depth+1]=o(t)/2,r+=c(t)-n,u+=a(t)-n,(d-=s(t)-n)<r&&(r=d=(r+d)/2),(f-=l(t)-n)<u&&(u=f=(u+f)/2),e(t,r,u,d,f))}return u.round=function(e){return arguments.length?(t=!!e,u):t},u.size=function(e){return arguments.length?(n=+e[0],r=+e[1],u):[n,r]},u.tile=function(t){return arguments.length?(e=function(e){if("function"!=typeof e)throw new Error;return e}(t),u):e},u.padding=function(e){return arguments.length?u.paddingInner(e).paddingOuter(e):u.paddingInner()},u.paddingInner=function(e){return arguments.length?(o="function"==typeof e?e:OU(+e),u):o},u.paddingOuter=function(e){return arguments.length?u.paddingTop(e).paddingRight(e).paddingBottom(e).paddingLeft(e):u.paddingTop()},u.paddingTop=function(e){return arguments.length?(a="function"==typeof e?e:OU(+e),u):a},u.paddingRight=function(e){return arguments.length?(s="function"==typeof e?e:OU(+e),u):s},u.paddingBottom=function(e){return arguments.length?(l="function"==typeof e?e:OU(+e),u):l},u.paddingLeft=function(e){return arguments.length?(c="function"==typeof e?e:OU(+e),u):c},u}().size([t,n]).tile(KU[r]).round(!0).paddingInner(i).paddingOuter(o);if(a&&!c){var u=s+2*o;e["padding"+kU(l)](u)}return e}),[t,n,r,i,o,a,s,l,c])}({width:n,height:r,tile:f,innerPadding:p,outerPadding:m,enableParentLabel:x,parentLabelSize:M,parentLabelPosition:A,leavesOnly:u}),X=function(e){var t=e.root,n=e.getValue;return Ci((function(){return SU(t).sum(n)}),[t,n])}({root:t,getValue:q}),Z=Ci((function(){var e=yU(X);return Y(e),u?e.leaves():e.descendants()}),[X,Y,u]),K=Ci((function(){return Z.map((function(e){var t=function(e,t){var n=e.ancestors().map((function(e){return t(e.data)})).reverse();return{path:n.join("."),pathComponents:n}}(e,U),n=t.path,r=t.pathComponents,i={id:U(e.data),path:n,pathComponents:r,data:bU(e.data,"children"),x:e.x0,y:e.y0,width:e.x1-e.x0,height:e.y1-e.y0,value:e.value,formattedValue:W(e.value),treeDepth:e.depth,treeHeight:e.height,isParent:e.height>0,isLeaf:0===e.height,parentLabelX:0,parentLabelY:0,parentLabelRotation:0};return i.labelRotation=_&&i.height>i.width?-90:0,"top"===A&&(i.parentLabelX=m+E,i.parentLabelY=m+M/2),"right"===A&&(i.parentLabelX=i.width-m-M/2,i.parentLabelY=i.height-m-E,i.parentLabelRotation=-90),"bottom"===A&&(i.parentLabelX=m+E,i.parentLabelY=i.height-m-M/2),"left"===A&&(i.parentLabelX=m+M/2,i.parentLabelY=i.height-m-E,i.parentLabelRotation=-90),i.label=V(i),i.parentLabel=G(i),i}))}),[Z,U,W,V,_,G,M,A,E,m]),J=KL(),Q=tF(O,D),ee=JB(j,J),te=JB(F,J),ne=JB($,J),re=Ci((function(){return K.map((function(e){var t=IU({},e,{color:Q(e),opacity:z});return t.borderColor=ee(t),t.labelTextColor=te(t),t.parentLabelTextColor=ne(t),t}))}),[K,Q,z,ee,te,ne]);return{hierarchy:X,nodes:re,layout:Y}},QU=function(e){var t=e.nodes;return Ci((function(){return{nodes:t}}),[t])},eq=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,labelX:e.width/2,labelY:e.height/2,labelRotation:e.labelRotation,labelOpacity:1,parentLabelX:e.parentLabelX,parentLabelY:e.parentLabelY,parentLabelRotation:e.parentLabelRotation,parentLabelOpacity:1}},tq=function(e){return{x:e.x+e.width/2,y:e.y+e.height/2,width:0,height:0,color:e.color,labelX:0,labelY:0,labelRotation:e.labelRotation,labelOpacity:0,parentLabelX:0,parentLabelY:0,parentLabelRotation:e.parentLabelRotation,parentLabelOpacity:0}},nq=ji((function(e){var t=e.nodes,n=e.nodeComponent,r=e.borderWidth,i=e.enableLabel,o=e.labelSkipSize,a=e.enableParentLabel,s=function(e,t){var n=t.isInteractive,r=t.onMouseEnter,i=t.onMouseMove,o=t.onMouseLeave,a=t.onClick,s=t.tooltip,l=pE(),c=l.showTooltipFromEvent,u=l.hideTooltip,d=Si((function(e,t){c(Dr(s,{node:e}),t,"left")}),[c,s]),f=Si((function(e,t){d(e,t),null==r||r(e,t)}),[r,d]),h=Si((function(e,t){d(e,t),null==i||i(e,t)}),[i,d]),p=Si((function(e,t){u(),null==o||o(e,t)}),[o,u]),g=Si((function(e,t){null==a||a(e,t)}),[a]);return Ci((function(){return e.map((function(e){return n?IU({},e,{onMouseEnter:function(t){return f(e,t)},onMouseMove:function(t){return h(e,t)},onMouseLeave:function(t){return p(e,t)},onClick:function(t){return g(e,t)}}):e}))}),[n,e,f,h,p,g])}(t,{isInteractive:e.isInteractive,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,onClick:e.onClick,tooltip:e.tooltip}),l=_z(),c=l.animate,u=l.config,d=sC(s,{keys:function(e){return e.path},initial:eq,from:tq,enter:eq,update:eq,leave:tq,config:u,immediate:!c});return Os(zr,{children:d((function(e,t){return Dr(n,{key:t.path,node:t,animatedProps:e,borderWidth:r,enableLabel:i,labelSkipSize:o,enableParentLabel:a})}))})})),rq=["isInteractive","animate","motionConfig","theme","renderWrapper"],iq=function(e){var t=e.data,n=e.identity,r=void 0===n?YU.identity:n,i=e.value,o=void 0===i?YU.value:i,a=e.valueFormat,s=e.tile,l=void 0===s?YU.tile:s,c=e.nodeComponent,u=void 0===c?YU.nodeComponent:c,d=e.innerPadding,f=void 0===d?YU.innerPadding:d,h=e.outerPadding,p=void 0===h?YU.outerPadding:h,g=e.leavesOnly,m=void 0===g?YU.leavesOnly:g,v=e.width,b=e.height,y=e.margin,_=e.layers,w=void 0===_?YU.layers:_,x=e.colors,k=void 0===x?YU.colors:x,C=e.colorBy,S=void 0===C?YU.colorBy:C,M=e.nodeOpacity,T=void 0===M?YU.nodeOpacity:M,A=e.borderWidth,L=void 0===A?YU.borderWidth:A,E=e.borderColor,N=void 0===E?YU.borderColor:E,O=e.defs,R=void 0===O?YU.defs:O,D=e.fill,P=void 0===D?YU.fill:D,z=e.enableLabel,I=void 0===z?YU.enableLabel:z,j=e.label,B=void 0===j?YU.label:j,F=e.labelTextColor,H=void 0===F?YU.labelTextColor:F,$=e.orientLabel,U=void 0===$?YU.orientLabel:$,q=e.labelSkipSize,W=void 0===q?YU.labelSkipSize:q,V=e.enableParentLabel,G=void 0===V?YU.enableParentLabel:V,Y=e.parentLabel,X=void 0===Y?YU.parentLabel:Y,Z=e.parentLabelSize,K=void 0===Z?YU.parentLabelSize:Z,J=e.parentLabelPosition,Q=void 0===J?YU.parentLabelPosition:J,ee=e.parentLabelPadding,te=void 0===ee?YU.parentLabelPadding:ee,ne=e.parentLabelTextColor,re=void 0===ne?YU.parentLabelTextColor:ne,ie=e.isInteractive,oe=void 0===ie?YU.isInteractive:ie,ae=e.onMouseEnter,se=e.onMouseMove,le=e.onMouseLeave,ce=e.onClick,ue=e.tooltip,de=void 0===ue?YU.tooltip:ue,fe=e.role,he=e.ariaLabel,pe=e.ariaLabelledBy,ge=e.ariaDescribedBy,me=e.forwardedRef,ve=Qz(v,b,y),be=ve.margin,ye=ve.innerWidth,_e=ve.innerHeight,we=ve.outerWidth,xe=ve.outerHeight,ke=JU({data:t,identity:r,value:o,valueFormat:a,leavesOnly:m,width:ye,height:_e,tile:l,innerPadding:f,outerPadding:p,colors:k,colorBy:S,nodeOpacity:T,borderColor:N,label:B,labelTextColor:H,orientLabel:U,enableParentLabel:G,parentLabel:X,parentLabelSize:K,parentLabelPosition:Q,parentLabelPadding:te,parentLabelTextColor:re}).nodes,Ce={nodes:null};w.includes("nodes")&&(Ce.nodes=Os(nq,{nodes:ke,nodeComponent:u,borderWidth:L,enableLabel:I,labelSkipSize:W,enableParentLabel:G,isInteractive:oe,onMouseEnter:ae,onMouseMove:se,onMouseLeave:le,onClick:ce,tooltip:de},"nodes"));var Se=QU({nodes:ke}),Me=uI(R,ke,P);return Os(Uz,{width:we,height:xe,margin:be,defs:Me,role:fe,ariaLabel:he,ariaLabelledBy:pe,ariaDescribedBy:ge,ref:me,children:w.map((function(e,t){var n;return"function"==typeof e?Os(zr,{children:Dr(e,Se)},t):null!=(n=null==Ce?void 0:Ce[e])?n:null}))})},oq=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?YU.isInteractive:n,i=e.animate,o=void 0===i?YU.animate:i,a=e.motionConfig,s=void 0===a?YU.motionConfig:a,l=e.theme,c=e.renderWrapper,u=jU(e,rq);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(iq,IU({},u,{isInteractive:r,forwardedRef:t}))})})),aq=["defaultWidth","defaultHeight","onResize","debounceResize"],sq=Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=jU(e,aq);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(oq,IU({},a,{width:n,height:r,ref:t}))}})})),lq=["isInteractive","animate","motionConfig","theme","renderWrapper"],cq=function(e){var t=e.data,n=e.identity,r=void 0===n?XU.identity:n,i=e.value,o=void 0===i?XU.value:i,a=e.tile,s=void 0===a?XU.tile:a,l=e.nodeComponent,c=void 0===l?XU.nodeComponent:l,u=e.valueFormat,d=e.innerPadding,f=void 0===d?XU.innerPadding:d,h=e.outerPadding,p=void 0===h?XU.outerPadding:h,g=e.leavesOnly,m=void 0===g?XU.leavesOnly:g,v=e.width,b=e.height,y=e.margin,_=e.layers,w=void 0===_?YU.layers:_,x=e.colors,k=void 0===x?XU.colors:x,C=e.colorBy,S=void 0===C?XU.colorBy:C,M=e.nodeOpacity,T=void 0===M?XU.nodeOpacity:M,A=e.borderWidth,L=void 0===A?XU.borderWidth:A,E=e.borderColor,N=void 0===E?XU.borderColor:E,O=e.enableLabel,R=void 0===O?XU.enableLabel:O,D=e.label,P=void 0===D?XU.label:D,z=e.labelTextColor,I=void 0===z?XU.labelTextColor:z,j=e.orientLabel,B=void 0===j?XU.orientLabel:j,F=e.labelSkipSize,H=void 0===F?XU.labelSkipSize:F,$=e.enableParentLabel,U=void 0===$?XU.enableParentLabel:$,q=e.parentLabel,W=void 0===q?XU.parentLabel:q,V=e.parentLabelSize,G=void 0===V?XU.parentLabelSize:V,Y=e.parentLabelPosition,X=void 0===Y?XU.parentLabelPosition:Y,Z=e.parentLabelPadding,K=void 0===Z?XU.parentLabelPadding:Z,J=e.parentLabelTextColor,Q=void 0===J?XU.parentLabelTextColor:J,ee=e.isInteractive,te=void 0===ee?XU.isInteractive:ee,ne=e.onMouseEnter,re=e.onMouseMove,ie=e.onMouseLeave,oe=e.onClick,ae=e.tooltip,se=void 0===ae?XU.tooltip:ae,le=e.role,ce=e.ariaLabel,ue=e.ariaLabelledBy,de=e.ariaDescribedBy,fe=e.forwardedRef,he=Qz(v,b,y),pe=he.margin,ge=he.innerWidth,me=he.innerHeight,ve=he.outerWidth,be=he.outerHeight,ye=JU({data:t,identity:r,value:o,valueFormat:u,leavesOnly:m,width:ge,height:me,tile:s,innerPadding:f,outerPadding:p,colors:k,colorBy:S,nodeOpacity:T,borderColor:N,label:P,labelTextColor:I,orientLabel:B,enableParentLabel:U,parentLabel:W,parentLabelSize:G,parentLabelPosition:X,parentLabelPadding:K,parentLabelTextColor:Q}).nodes,_e={nodes:null};w.includes("nodes")&&(_e.nodes=Os(nq,{nodes:ye,nodeComponent:c,borderWidth:L,enableLabel:R,labelSkipSize:H,enableParentLabel:U,isInteractive:te,onMouseEnter:ne,onMouseMove:re,onMouseLeave:ie,onClick:oe,tooltip:se},"nodes"));var we=QU({nodes:ye});return Os("div",{role:le,"aria-label":ce,"aria-labelledby":ue,"aria-describedby":de,style:{position:"relative",width:ve,height:be},ref:fe,children:Os("div",{style:{position:"absolute",top:pe.top,left:pe.left},children:w.map((function(e,t){var n;return"function"==typeof e?Os(zr,{children:Dr(e,we)},t):null!=(n=null==_e?void 0:_e[e])?n:null}))})})},uq=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?XU.isInteractive:n,i=e.animate,o=void 0===i?XU.animate:i,a=e.motionConfig,s=void 0===a?XU.motionConfig:a,l=e.theme,c=e.renderWrapper,u=jU(e,lq);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(cq,IU({},u,{isInteractive:r,forwardedRef:t}))})})),dq=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=jU(e,dq);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(uq,IU({},a,{width:n,height:r,ref:t}))}})}));var fq=["theme","isInteractive","animate","motionConfig","renderWrapper"],hq=function(e,t,n,r){return e.find((function(e){return aI(e.x+t.left,e.y+t.top,e.width,e.height,n,r)}))},pq=function(e){var t=e.data,n=e.identity,r=void 0===n?ZU.identity:n,i=e.value,o=void 0===i?ZU.identity:i,a=e.tile,s=void 0===a?ZU.tile:a,l=e.valueFormat,c=e.innerPadding,u=void 0===c?ZU.innerPadding:c,d=e.outerPadding,f=void 0===d?ZU.outerPadding:d,h=e.leavesOnly,p=void 0===h?ZU.leavesOnly:h,g=e.width,m=e.height,v=e.margin,b=e.colors,y=void 0===b?ZU.colors:b,_=e.colorBy,w=void 0===_?ZU.colorBy:_,x=e.nodeOpacity,k=void 0===x?ZU.nodeOpacity:x,C=e.borderWidth,S=void 0===C?ZU.borderWidth:C,M=e.borderColor,T=void 0===M?ZU.borderColor:M,A=e.enableLabel,L=void 0===A?ZU.enableLabel:A,E=e.label,N=void 0===E?ZU.label:E,O=e.labelTextColor,R=void 0===O?ZU.labelTextColor:O,D=e.orientLabel,P=void 0===D?ZU.orientLabel:D,z=e.labelSkipSize,I=void 0===z?ZU.labelSkipSize:z,j=e.isInteractive,B=void 0===j?ZU.isInteractive:j,F=e.onMouseMove,H=e.onClick,$=e.tooltip,U=void 0===$?ZU.tooltip:$,q=e.pixelRatio,W=void 0===q?ZU.pixelRatio:q,V=e.role,G=e.ariaLabel,Y=e.ariaLabelledBy,X=e.ariaDescribedBy,Z=e.forwardedRef,K=ki(null),J=Qz(g,m,v),Q=J.margin,ee=J.innerWidth,te=J.innerHeight,ne=J.outerWidth,re=J.outerHeight,ie=JU({data:t,identity:r,value:o,valueFormat:l,leavesOnly:p,width:ee,height:te,tile:s,innerPadding:u,outerPadding:f,colors:y,colorBy:w,nodeOpacity:k,borderColor:T,label:N,labelTextColor:R,orientLabel:P,enableParentLabel:!1}).nodes,oe=KL();wi((function(){if(null!==K.current){var e=K.current.getContext("2d");null!==e&&(K.current.width=ne*W,K.current.height=re*W,e.scale(W,W),e.fillStyle=oe.background,e.fillRect(0,0,ne,re),e.translate(Q.left,Q.top),ie.forEach((function(t){e.fillStyle=t.color,e.fillRect(t.x,t.y,t.width,t.height),S>0&&(e.strokeStyle=t.borderColor,e.lineWidth=S,e.strokeRect(t.x,t.y,t.width,t.height))})),L&&(e.textAlign="center",e.textBaseline="middle",fI(e,oe.labels.text),ie.forEach((function(t){if(t.isLeaf&&(0===I||Math.min(t.width,t.height)>I)){var n=P&&t.height>t.width;e.save(),e.translate(t.x+t.width/2,t.y+t.height/2),e.rotate(Rz(n?-90:0)),hI(e,IU({},oe.labels.text,{fill:t.labelTextColor}),String(t.label)),e.restore()}}))))}}),[K,ie,ne,re,ee,te,Q,S,L,P,I,oe,W]);var ae=pE(),se=ae.showTooltipFromEvent,le=ae.hideTooltip,ce=Si((function(e){if(null!==K.current){var t=sI(K.current,e),n=t[0],r=t[1],i=hq(ie,Q,n,r);void 0!==i?(se(Dr(U,{node:i}),e,"left"),null==F||F(i,e)):le()}}),[K,ie,Q,se,le,U,F]),ue=Si((function(){le()}),[le]),de=Si((function(e){if(null!==K.current){var t=sI(K.current,e),n=t[0],r=t[1],i=hq(ie,Q,n,r);void 0!==i&&(null==H||H(i,e))}}),[K,ie,Q,H]);return Os("canvas",{ref:dI(K,Z),width:ne*W,height:re*W,style:{width:ne,height:re},onMouseEnter:B?ce:void 0,onMouseMove:B?ce:void 0,onMouseLeave:B?ue:void 0,onClick:B?de:void 0,role:V,"aria-label":G,"aria-labelledby":Y,"aria-describedby":X})},gq=Hi((function(e,t){var n=e.theme,r=e.isInteractive,i=void 0===r?ZU.isInteractive:r,o=e.animate,a=void 0===o?ZU.animate:o,s=e.motionConfig,l=void 0===s?ZU.motionConfig:s,c=e.renderWrapper,u=jU(e,fq);return Os(kz,{isInteractive:i,animate:a,motionConfig:l,theme:n,renderWrapper:c,children:Os(pq,IU({},u,{isInteractive:i,forwardedRef:t}))})})),mq=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=jU(e,mq);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(gq,IU({},a,{width:n,height:r,ref:t}))}})}));const vq={mass:1,tension:500,friction:40,clamp:!1,precision:.01,velocity:0},bq=window.matchMedia("(prefers-reduced-motion: reduce)").matches,yq="var(--on-text-secondary)",_q="var(--on-text-primary)",wq={background:"var(--bg-base-primary)",axis:{ticks:{text:{fill:yq,fontSize:12}}},grid:{line:{stroke:"var(--on-border-muted)",strokeDasharray:"4",strokeLinecap:"round"}},dots:{text:{fill:yq,fontSize:12}},labels:{text:{fill:_q,fontSize:12}},text:{fill:_q,fontSize:12},markers:{lineColor:"var(--on-border-primary)",lineStrokeWidth:2,text:{fill:_q,fontSize:12,fontWeight:600}},legends:{text:{fill:_q,fontSize:12}},tooltip:{container:{background:"var(--bg-base-modal)",color:"var(--on-text-primary)"}}};var xq=/^--/;function kq(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||xq.test(e)||Sq.hasOwnProperty(e)&&Sq[e]?(""+t).trim():t+"px"}var Cq={},Sq={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Mq=["Webkit","Ms","Moz","O"];Sq=Object.keys(Sq).reduce(((e,t)=>(Mq.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),Sq);var Tq=/^(matrix|translate|scale|rotate|skew)/,Aq=/^(translate)/,Lq=/^(rotate|skew)/,Eq=(e,t)=>bw.num(e)&&0!==e?e+t:e,Nq=(e,t)=>bw.arr(e)?e.every((e=>Nq(e,t))):bw.num(e)?e===t:parseFloat(e)===t,Oq=class extends Vx{constructor({x:e,y:t,z:n,...r}){const i=[],o=[];(e||t||n)&&(i.push([e||0,t||0,n||0]),o.push((e=>[`translate3d(${e.map((e=>Eq(e,"px"))).join(",")})`,Nq(e,0)]))),ww(r,((e,t)=>{if("transform"===t)i.push([e||""]),o.push((e=>[e,""===e]));else if(Tq.test(t)){if(delete r[t],bw.und(e))return;const n=Aq.test(t)?"px":Lq.test(t)?"deg":"";i.push(xw(e)),o.push("rotate3d"===t?([e,t,r,i])=>[`rotate3d(${e},${t},${r},${Eq(i,n)})`,Nq(i,0)]:e=>[`${t}(${e.map((e=>Eq(e,n))).join(",")})`,Nq(e,t.startsWith("scale")?1:0)])}})),i.length&&(r.transform=new Rq(i,o)),super(r)}},Rq=class extends hx{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return _w(this.inputs,((n,r)=>{const i=ux(n[0]),[o,a]=this.transforms[r](bw.arr(i)?i:n.map(ux));e+=" "+o,t=t&&a})),t?"none":e}observerAdded(e){1==e&&_w(this.inputs,(e=>_w(e,(e=>cx(e)&&gx(e,this)))))}observerRemoved(e){0==e&&_w(this.inputs,(e=>_w(e,(e=>cx(e)&&mx(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),fx(this,e)}};mw.assign({batchedUpdates:ho,createStringInterpolator:Tx,colors:Hw});var Dq=Qx(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,{className:r,style:i,children:o,scrollTop:a,scrollLeft:s,viewBox:l,...c}=t,u=Object.values(c),d=Object.keys(c).map((t=>n||e.hasAttribute(t)?t:Cq[t]||(Cq[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in i)if(i.hasOwnProperty(t)){const n=kq(t,i[t]);xq.test(t)?e.style.setProperty(t,n):e.style[t]=n}d.forEach(((t,n)=>{e.setAttribute(t,u[n])})),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==l&&e.setAttribute("viewBox",l)},createAnimatedStyle:e=>new Oq(e),getComponentProps:({scrollTop:e,scrollLeft:t,...n})=>n}),Pq=Dq.animated;const zq=({node:e,animatedProps:t,borderWidth:n,enableLabel:r,enableParentLabel:i,labelSkipSize:o})=>{const a=KL(),s=r&&e.isLeaf&&(0===o||Math.min(e.width,e.height)>o),l=i&&e.isParent;return Os(Pq.g,{transform:hC([t.x,t.y],((e,t)=>`translate(${e},${t})`)),children:[Os(Pq.rect,{"data-testid":`node.${e.id}`,width:hC(t.width,(e=>Math.max(e,0))),height:hC(t.height,(e=>Math.max(e,0))),fill:e.fill?e.fill:t.color,strokeWidth:n,stroke:e.borderColor,fillOpacity:e.opacity,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,onClick:e.onClick,rx:6,ry:6}),s&&Os(MI,{"data-testid":`label.${e.id}`,textAnchor:"middle",dominantBaseline:"central",style:{...a.labels.text,fill:e.labelTextColor,pointerEvents:"none"},fillOpacity:t.labelOpacity,transform:hC([t.labelX,t.labelY,t.labelRotation],((e,t,n)=>`translate(${e},${t}) rotate(${n})`)),children:e.label}),l&&Os(MI,{"data-testid":`parentLabel.${e.id}`,dominantBaseline:"central",style:{...a.labels.text,fill:e.parentLabelTextColor,pointerEvents:"none"},fillOpacity:t.parentLabelOpacity,transform:hC([t.parentLabelX,t.parentLabelY,t.parentLabelRotation],((e,t,n)=>`translate(${e},${t}) rotate(${n})`)),children:e.parentLabel})]})};var Iq={treeMapLegend:"styles_treeMapLegend__dV-Ny",treeMapLegend__gradient:"styles_treeMapLegend__gradient__v853j"};const jq=({minValue:e,maxValue:t,colorFn:n,formatValue:r=e=>e.toFixed(2),domain:i})=>{const o=Ci((()=>i&&i.length>0?Math.min(...i):e??0),[i,e]),a=Ci((()=>i&&i.length>0?Math.max(...i):t??1),[i,t]),s=Ci((()=>{if(i&&i.length>0){const e=[...i].sort(((e,t)=>e-t)),t=a-o;return e.map((e=>{const r=(e-o)/t*100;return`${n(e,i)} ${r.toFixed(1)}%`})).join(", ")}return`${n(o)} 0%, ${n(a)} 100%`}),[o,a,n,i]),l=Ci((()=>r(o)),[o,r]),c=Ci((()=>r(a)),[a,r]);return Os("div",{className:Iq.treeMapLegend,children:[Os(zs,{size:"s",type:"ui",className:Iq.treeMapLegend__label,children:c}),Os("div",{className:Iq.treeMapLegend__gradient,style:{"--gradient-stops":s}}),Os(zs,{size:"s",type:"ui",className:Iq.treeMapLegend__label,children:l})]})};const Bq=e=>{const{color:t,border:n}=e;return Os("div",{className:"styles_legendIndicatorContainer__sdAMj",children:Os("div",{className:"styles_legendIndicatorContainerBase__OuGDD","data-has-color":!!t||void 0,children:Os("i",{"aria-hidden":!0,className:"styles_legendIndicator__e9eaz",style:{backgroundColor:t,borderColor:n??void 0}})})})};const Fq=e=>{const{children:t,labelColor:n,label:r}=e;return Os("div",{"data-testid":"chart-tooltip",className:"styles_tooltip__ErmeC","data-tooltip-type":"chart",children:Os("div",{className:"styles_container__mEUzr",children:[!!r&&Os(zs,{className:"styles_label__oqfkW",type:"ui",size:"s",bold:!0,tag:"div",children:[n&&Os(Bq,{color:n}),Os(zs,{tag:"div",bold:!0,children:r})]}),t]})})};const Hq=e=>"number"==typeof e&&!Number.isNaN(e)||"string"==typeof e&&!!e,$q=(e,t="en-US")=>Hq(e)?"number"==typeof e?new Intl.NumberFormat(t,{useGrouping:!0}).format(e):String(e):"",Uq=({color:e})=>Os("div",{className:"styles_point__eFnBu",children:Os("svg",{width:"16",height:"8",viewBox:"0 0 16 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Os("path",{d:"M0 4H16",stroke:e,"stroke-width":"2"}),Os("path",{d:"M7.99902 7C9.65588 7 10.999 5.65685 10.999 4C10.999 2.34315 9.65588 1 7.99902 1C6.34217 1 4.99902 2.34315 4.99902 4C4.99902 5.65685 6.34217 7 7.99902 7Z",fill:"#FAFCFF",fillOpacity:"0.98",stroke:e,strokeWidth:"2"})]})}),qq=e=>{const{onClick:t,legend:n,mode:r="default",hideOnEmptyValue:i=!0}=e,{color:o,border:a,label:s,link:l,value:c}=n,u=l?"a":"div",d=n.type??"default";return i&&void 0===c?null:Os(u,{href:l,className:vo("styles_legendItem__NCAPr",l&&"styles_legendItemLink__Yo6du"),onClick:"function"==typeof t?()=>{t(n)}:void 0,children:[Os("div",{className:"styles_legendName__WZbe8",children:["default"===d&&Os(Bq,{color:o,border:a}),"point"===d&&Os(Uq,{color:o}),Os(zs,{type:"ui",size:"s",className:"styles_legendLabel__-HDGz",children:s})]}),Hq(c)&&Os(zr,{children:[Os("div",{className:vo("menu"===r?"styles_menuSpace__7N7yT":"styles_space__pQ9pa")}),Os(zs,{type:"ui",size:"s",className:"styles_legendValue__vV5dD",children:c})]})]})},Wq=({node:e,rows:t})=>{const{id:n,formattedValue:r,color:i,parentLabel:o}=e;return Os(Fq,{label:`${o||n}: ${r}`,labelColor:i,children:t&&t.map(((e,t)=>Os(qq,{mode:"default",legend:{label:e,type:"none",id:t.toString(),color:i},hideOnEmptyValue:!1},t.toString())))})},Vq={nodeOpacity:1,borderWidth:1,labelSkipSize:12,parentLabelSize:14,parentLabelPosition:"top",parentLabelPadding:6,enableParentLabel:!0,animate:!0,innerPadding:4,outerPadding:4};const Gq=({width:e="100%",height:t=400,rootAriaLabel:n,emptyLabel:r="No data available",emptyAriaLabel:i="No data available",data:o,showLegend:a=!0,legendMinValue:s=0,legendMaxValue:l=1,formatLegend:c,colors:u,legendDomain:d,parentSkipSize:f,tooltipRows:h,labelColor:p,...g})=>{const m=Ci((()=>0===(o.children??[]).length),[o]),v=Si((e=>(({parentSkipSize:e=48})=>t=>{const{width:n,height:r,data:i={}}=t;return Math.min(n,r)<e?"":String(i[t.parentLabel]??t.id)})({parentSkipSize:f})(e)),[f]),b=Si((({node:e})=>Os(Wq,{node:e,rows:h&&h(e)})),[h]);return m?Os(PH,{label:r,width:e,height:t,ariaLabel:i}):Os("div",{role:"img","aria-label":n,tabIndex:0,style:{width:e,height:t},className:"styles_treeMapChart__G6ayQ",children:[Os(sq,{data:o,parentLabel:v,tooltip:b,...Vq,...g,theme:wq,motionConfig:vq,animate:!bq,colors:e=>u(e.data.colorValue??0),labelTextColor:p,parentLabelTextColor:p,borderColor:"var(--bg-base-primary)",borderWidth:1,nodeComponent:zq}),a&&Os(jq,{minValue:s,maxValue:l,colorFn:u,formatValue:c,domain:d})]})},Yq=ii("light"),Xq=()=>Mi(Yq)??"light",Zq=e=>{const{children:t,theme:n}=e;return Os(Yq.Provider,{value:n,children:t})},Kq=({title:e,translations:t,chartType:n,...r})=>{const i=t["no-results"],o=Xq(),a=((e="light")=>{const t=Ci((()=>jH([0,1],["var(--bg-support-capella)","var(--bg-support-sirius)","var(--bg-support-castor)"])),[e]);return Si((e=>t(e)),[t])})(o),s=((e="light")=>{const t=Ci((()=>jH([0,1],["var(--bg-support-capella)","var(--bg-support-castor)"])),[e]);return Si((e=>t(e)),[t])})(o),l=((e="light")=>{const t=Ci((()=>jH([0,1],["var(--constant-on-text-primary)","var(--on-text-primary)","var(--constant-on-text-primary)"])),[e]);return Si((e=>t(e)),[t])})(o);return Os(jb,{title:e,children:Os(Gq,{emptyLabel:i,emptyAriaLabel:i,...r,colors:n===eu.CoverageDiff?a:s,showLegend:!1,labelColor:n===eu.CoverageDiff?e=>l(e.data.colorValue??0):()=>"var(--constant-on-text-primary)"})})};var Jq,Qq,eW,tW,nW,rW,iW=function(){if(tW)return eW;tW=1;var e=lz(),t=function(){if(Qq)return Jq;Qq=1;var e=yj();return Jq=function(t,n){var r=[];return e(t,(function(e,t,i){n(e,t,i)&&r.push(e)})),r},Jq}(),n=QI(),r=LT();return eW=function(i,o){return(r(i)?e:t)(i,n(o,3))}}(),oW=Mm(iW),aW=Mm(function(){if(rW)return nW;rW=1;var e=CM(),t=TT();return nW=function(n){return"number"==typeof n||t(n)&&"[object Number]"==e(n)}}());function sW(){return sW=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},sW.apply(null,arguments)}var lW=function(e){return"circle"===e.type},cW=function(e){return"dot"===e.type},uW=function(e){return"rect"===e.type},dW=function(e){var t,n,r=e.x,i=e.y,o=e.noteX,a=e.noteY,s=e.noteWidth,l=void 0===s?120:s,c=e.noteTextOffset,u=void 0===c?8:c;if(aW(o))t=r+o;else{if(void 0===o.abs)throw new Error("noteX should be either a number or an object containing an 'abs' property");t=o.abs}if(aW(a))n=i+a;else{if(void 0===a.abs)throw new Error("noteY should be either a number or an object containing an 'abs' property");n=a.abs}var d=r,f=i,h=function(e,t,n,r){var i=Math.atan2(r-t,n-e);return function(e){var t=e%360;return t<0&&(t+=360),t}(Dz(i))}(r,i,t,n);if(lW(e)){var p=Pz(Rz(h),e.size/2);d+=p.x,f+=p.y}if(uW(e)){var g=Math.round((h+90)/45)%8;0===g&&(f-=e.height/2),1===g&&(d+=e.width/2,f-=e.height/2),2===g&&(d+=e.width/2),3===g&&(d+=e.width/2,f+=e.height/2),4===g&&(f+=e.height/2),5===g&&(d-=e.width/2,f+=e.height/2),6===g&&(d-=e.width/2),7===g&&(d-=e.width/2,f-=e.height/2)}var m=t,v=t;return(h+90)%360>180?(m-=l,v-=l):v+=l,{points:[[d,f],[t,n],[v,n]],text:[m,n-u],angle:h+90}},fW=function(e){var t=e.data,n=e.annotations,r=e.getPosition,i=e.getDimensions;return Ci((function(){return function(e){var t=e.data,n=e.annotations,r=e.getPosition,i=e.getDimensions;return n.reduce((function(e,n){var o=n.offset||0;return[].concat(e,oW(t,n.match).map((function(e){var t=r(e),a=i(e);return(lW(n)||uW(n))&&(a.size=a.size+2*o,a.width=a.width+2*o,a.height=a.height+2*o),sW({},bU(n,["match","offset"]),t,a,{size:n.size||a.size,datum:e})})))}),[])}({data:t,annotations:n,getPosition:r,getDimensions:i})}),[t,n,r,i])},hW=function(e){var t=e.annotations;return Ci((function(){return t.map((function(e){return sW({},e,{computed:dW(sW({},e))})}))}),[t])},pW=function(e){var t=e.datum,n=e.x,r=e.y,i=e.note,o=KL(),a=_z(),s=a.animate,l=aC({x:n,y:r,config:a.config,immediate:!s});return"function"==typeof i?Dr(i,{x:n,y:r,datum:t}):Os(zr,{children:[o.annotations.text.outlineWidth>0&&Os(vM.text,{x:l.x,y:l.y,style:sW({},o.annotations.text,{strokeLinejoin:"round",strokeWidth:2*o.annotations.text.outlineWidth,stroke:o.annotations.text.outlineColor}),children:i}),Os(vM.text,{x:l.x,y:l.y,style:bU(o.annotations.text,["outlineWidth","outlineColor"]),children:i})]})},gW=function(e){var t=e.points,n=e.isOutline,r=void 0!==n&&n,i=KL(),o=Ci((function(){var e=t[0];return t.slice(1).reduce((function(e,t){return e+" L"+t[0]+","+t[1]}),"M"+e[0]+","+e[1])}),[t]),a=Yz(o);if(r&&i.annotations.link.outlineWidth<=0)return null;var s=sW({},i.annotations.link);return r&&(s.strokeLinecap="square",s.strokeWidth=i.annotations.link.strokeWidth+2*i.annotations.link.outlineWidth,s.stroke=i.annotations.link.outlineColor,s.opacity=i.annotations.link.outlineOpacity),Os(vM.path,{fill:"none",d:a,style:s})},mW=function(e){var t=e.x,n=e.y,r=e.size,i=KL(),o=_z(),a=o.animate,s=aC({x:t,y:n,radius:r/2,config:o.config,immediate:!a});return Os(zr,{children:[i.annotations.outline.outlineWidth>0&&Os(vM.circle,{cx:s.x,cy:s.y,r:s.radius,style:sW({},i.annotations.outline,{fill:"none",strokeWidth:i.annotations.outline.strokeWidth+2*i.annotations.outline.outlineWidth,stroke:i.annotations.outline.outlineColor,opacity:i.annotations.outline.outlineOpacity})}),Os(vM.circle,{cx:s.x,cy:s.y,r:s.radius,style:i.annotations.outline})]})},vW=function(e){var t=e.x,n=e.y,r=e.size,i=void 0===r?4:r,o=KL(),a=_z(),s=a.animate,l=aC({x:t,y:n,radius:i/2,config:a.config,immediate:!s});return Os(zr,{children:[o.annotations.outline.outlineWidth>0&&Os(vM.circle,{cx:l.x,cy:l.y,r:l.radius,style:sW({},o.annotations.outline,{fill:"none",strokeWidth:2*o.annotations.outline.outlineWidth,stroke:o.annotations.outline.outlineColor,opacity:o.annotations.outline.outlineOpacity})}),Os(vM.circle,{cx:l.x,cy:l.y,r:l.radius,style:o.annotations.symbol})]})},bW=function(e){var t=e.x,n=e.y,r=e.width,i=e.height,o=e.borderRadius,a=void 0===o?6:o,s=KL(),l=_z(),c=l.animate,u=aC({x:t-r/2,y:n-i/2,width:r,height:i,config:l.config,immediate:!c});return Os(zr,{children:[s.annotations.outline.outlineWidth>0&&Os(vM.rect,{x:u.x,y:u.y,rx:a,ry:a,width:u.width,height:u.height,style:sW({},s.annotations.outline,{fill:"none",strokeWidth:s.annotations.outline.strokeWidth+2*s.annotations.outline.outlineWidth,stroke:s.annotations.outline.outlineColor,opacity:s.annotations.outline.outlineOpacity})}),Os(vM.rect,{x:u.x,y:u.y,rx:a,ry:a,width:u.width,height:u.height,style:s.annotations.outline})]})},yW=function(e){var t=e.datum,n=e.x,r=e.y,i=e.note,o=function(e){return Ci((function(){return dW(e)}),[e])}(e);if(!function(e){var t=typeof e;return uo(e)||"string"===t||"function"===t||"object"===t}(i))throw new Error("note should be a valid react element");return Os(zr,{children:[Os(gW,{points:o.points,isOutline:!0}),lW(e)&&Os(mW,{x:n,y:r,size:e.size}),cW(e)&&Os(vW,{x:n,y:r,size:e.size}),uW(e)&&Os(bW,{x:n,y:r,width:e.width,height:e.height,borderRadius:e.borderRadius}),Os(gW,{points:o.points}),Os(pW,{datum:t,x:o.text[0],y:o.text[1],note:i})]})},_W=function(e,t){t.forEach((function(t,n){var r=t[0],i=t[1];0===n?e.moveTo(r,i):e.lineTo(r,i)}))},wW=function(e,t){var n=t.annotations,r=t.theme;0!==n.length&&(e.save(),n.forEach((function(t){if(!function(e){var t=typeof e;return"string"===t||"function"===t}(t.note))throw new Error("note is invalid for canvas implementation");r.annotations.link.outlineWidth>0&&(e.lineCap="square",e.strokeStyle=r.annotations.link.outlineColor,e.lineWidth=r.annotations.link.strokeWidth+2*r.annotations.link.outlineWidth,e.beginPath(),_W(e,t.computed.points),e.stroke(),e.lineCap="butt"),lW(t)&&r.annotations.outline.outlineWidth>0&&(e.strokeStyle=r.annotations.outline.outlineColor,e.lineWidth=r.annotations.outline.strokeWidth+2*r.annotations.outline.outlineWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),cW(t)&&r.annotations.symbol.outlineWidth>0&&(e.strokeStyle=r.annotations.symbol.outlineColor,e.lineWidth=2*r.annotations.symbol.outlineWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),uW(t)&&r.annotations.outline.outlineWidth>0&&(e.strokeStyle=r.annotations.outline.outlineColor,e.lineWidth=r.annotations.outline.strokeWidth+2*r.annotations.outline.outlineWidth,e.beginPath(),e.rect(t.x-t.width/2,t.y-t.height/2,t.width,t.height),e.stroke()),e.strokeStyle=r.annotations.link.stroke,e.lineWidth=r.annotations.link.strokeWidth,e.beginPath(),_W(e,t.computed.points),e.stroke(),lW(t)&&(e.strokeStyle=r.annotations.outline.stroke,e.lineWidth=r.annotations.outline.strokeWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),cW(t)&&(e.fillStyle=r.annotations.symbol.fill,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.fill()),uW(t)&&(e.strokeStyle=r.annotations.outline.stroke,e.lineWidth=r.annotations.outline.strokeWidth,e.beginPath(),e.rect(t.x-t.width/2,t.y-t.height/2,t.width,t.height),e.stroke()),"function"==typeof t.note?t.note(e,{datum:t.datum,x:t.computed.text[0],y:t.computed.text[1],theme:r}):(e.font=r.annotations.text.fontSize+"px "+r.annotations.text.fontFamily,e.textAlign="left",e.textBaseline="alphabetic",e.fillStyle=r.annotations.text.fill,e.strokeStyle=r.annotations.text.outlineColor,e.lineWidth=2*r.annotations.text.outlineWidth,r.annotations.text.outlineWidth>0&&(e.lineJoin="round",e.strokeText(t.note,t.computed.text[0],t.computed.text[1]),e.lineJoin="miter"),e.fillText(t.note,t.computed.text[0],t.computed.text[1]))})),e.restore())};function xW(){return xW=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},xW.apply(null,arguments)}function kW(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var CW={layers:["grid","axes","cells","legends","annotations"],forceSquare:!1,xInnerPadding:0,xOuterPadding:0,yInnerPadding:0,yOuterPadding:0,sizeVariation:!1,opacity:1,activeOpacity:1,inactiveOpacity:.15,borderWidth:0,borderColor:{from:"color",modifiers:[["darker",.8]]},enableGridX:!1,enableGridY:!1,enableLabels:!0,label:"formattedValue",labelTextColor:{from:"color",modifiers:[["darker",2]]},colors:{type:"sequential",scheme:"brown_blueGreen"},emptyColor:"#000000",legends:[],annotations:[],isInteractive:!0,hoverTarget:"rowColumn",tooltip:ji((function(e){var t=e.cell;return null===t.formattedValue?null:Os(iE,{id:t.serieId+" - "+t.data.x,value:t.formattedValue,enableChip:!0,color:t.color})})),animate:!0,motionConfig:"gentle"},SW=xW({},CW,{axisTop:{},axisRight:null,axisBottom:null,axisLeft:{},borderRadius:0,cellComponent:"rect"}),MW=xW({},CW,{axisTop:{},axisRight:null,axisBottom:null,axisLeft:{},renderCell:"rect",pixelRatio:"undefined"!=typeof window&&window.devicePixelRatio||1}),TW=function(e){return{x:e.x,y:e.y}},AW=function(e){return{size:Math.max(e.width,e.height),width:e.width,height:e.height}},LW={cell:function(e,t){return e.id===t.id},row:function(e,t){return e.serieId===t.serieId},column:function(e,t){return e.data.x===t.data.x},rowColumn:function(e,t){return e.serieId===t.serieId||e.data.x===t.data.x}},EW=function(e){var t=e.data,n=e.valueFormat,r=e.width,i=e.height,o=e.xOuterPadding,a=void 0===o?CW.xOuterPadding:o,s=e.xInnerPadding,l=void 0===s?CW.xInnerPadding:s,c=e.yOuterPadding,u=void 0===c?CW.yOuterPadding:c,d=e.yInnerPadding,f=void 0===d?CW.yInnerPadding:d,h=e.forceSquare,p=void 0===h?CW.forceSquare:h,g=e.sizeVariation,m=void 0===g?CW.sizeVariation:g,v=e.colors,b=void 0===v?CW.colors:v,y=e.emptyColor,_=void 0===y?CW.emptyColor:y,w=e.opacity,x=void 0===w?CW.opacity:w,k=e.activeOpacity,C=void 0===k?CW.activeOpacity:k,S=e.inactiveOpacity,M=void 0===S?CW.inactiveOpacity:S,T=e.borderColor,A=void 0===T?CW.borderColor:T,L=e.label,E=void 0===L?CW.label:L,N=e.labelTextColor,O=void 0===N?CW.labelTextColor:N,R=e.hoverTarget,D=void 0===R?CW.hoverTarget:R,P=yi(null),z=P[0],I=P[1],j=function(e){var t=e.data,n=e.width,r=e.height,i=e.xInnerPadding,o=e.xOuterPadding,a=e.yInnerPadding,s=e.yOuterPadding,l=e.forceSquare;return Ci((function(){return function(e){var t=e.data,n=e.width,r=e.height,i=e.xInnerPadding,o=e.xOuterPadding,a=e.yInnerPadding,s=e.yOuterPadding,l=e.forceSquare,c=new Set,u=[],d=[],f=[];t.forEach((function(e){u.push(e.id),e.data.forEach((function(t){c.add(t.x);var n=null;void 0!==t.y&&null!==t.y&&(d.push(t.y),n=t.y),f.push({id:e.id+"."+t.x,serieId:e.id,value:n,data:t})}))}));var h=Array.from(c),p=function(e){var t=e.width,n=e.height,r=e.rows,i=e.columns,o=t,a=n,s=0,l=0;if(e.forceSquare){var c=Math.max(t/i,0),u=Math.max(n/r,0),d=Math.min(c,u);s=(t-(o=d*i))/2,l=(n-(a=d*r))/2}return{offsetX:s,offsetY:l,width:o,height:a}}({width:n,height:r,columns:h.length,rows:u.length,forceSquare:l}),g=p.width,m=p.height,v=p.offsetX,b=p.offsetY,y=uB($d().domain(h).range([0,g]).paddingOuter(o).paddingInner(i)),_=uB($d().domain(u).range([0,m]).paddingOuter(s).paddingInner(a)),w=y.bandwidth(),x=_.bandwidth(),k=f.map((function(e){return xW({},e,{x:y(e.data.x)+w/2,y:_(e.serieId)+x/2,width:w,height:x})}));return{width:g,height:m,offsetX:v,offsetY:b,xScale:y,yScale:_,minValue:Math.min.apply(Math,d),maxValue:Math.max.apply(Math,d),cells:k}}({data:t,width:n,height:r,xInnerPadding:i,xOuterPadding:o,yInnerPadding:a,yOuterPadding:s,forceSquare:l})}),[t,n,r,i,o,a,s,l])}({data:t,width:r,height:i,xOuterPadding:a,xInnerPadding:l,yOuterPadding:u,yInnerPadding:f,forceSquare:p}),B=j.width,F=j.height,H=j.offsetX,$=j.offsetY,U=j.cells,q=j.xScale,W=j.yScale,V=j.minValue,G=j.maxValue,Y=Ci((function(){if(!z)return[];var e=LW[D];return U.filter((function(t){return e(t,z)})).map((function(e){return e.id}))}),[U,z,D]),X=function(e){var t,n,r,i=e.cells,o=e.minValue,a=e.maxValue,s=e.sizeVariation,l=e.colors,c=e.emptyColor,u=e.opacity,d=e.activeOpacity,f=e.inactiveOpacity,h=e.borderColor,p=e.label,g=e.labelTextColor,m=e.valueFormat,v=e.activeIds,b=Ci((function(){return function(e,t,n){if(!e)return function(){return 1};var r=mf().domain(e.values?e.values:[t,n]).range(e.sizes);return function(e){return null===e?1:r(e)}}(t,n,r)}),[t=s,n=o,r=a]),y=Ci((function(){return"function"==typeof l?null:eF(l,{min:o,max:a})}),[l,o,a]),_=Si((function(e){if(null!==e.value){if("function"==typeof l)return l(e);if(null!==y)return y(e.value)}return c}),[l,y,c]),w=KL(),x=JB(h,w),k=JB(g,w),C=nI(m),S=iI(p);return{cells:Ci((function(){return i.map((function(e){var t=u;v.length>0&&(t=v.includes(e.id)?d:f);var n=b(e.value),r=xW({},e,{width:e.width*n,height:e.height*n,formattedValue:null!==e.value?C(e.value):null,opacity:t});return r.label=S(r),r.color=_(r),r.borderColor=x(r),r.labelTextColor=k(r),r}))}),[i,b,_,x,k,C,S,v,u,d,f]),colorScale:y}}({cells:U,minValue:V,maxValue:G,sizeVariation:m,colors:b,emptyColor:_,opacity:x,activeOpacity:C,inactiveOpacity:M,borderColor:A,label:E,labelTextColor:O,valueFormat:n,activeIds:Y});return{width:B,height:F,offsetX:H,offsetY:$,cells:X.cells,xScale:q,yScale:W,colorScale:X.colorScale,activeCell:z,setActiveCell:I}},NW=function(e,t){return fW({data:e,annotations:t,getPosition:TW,getDimensions:AW})},OW=ji((function(e){var t=e.cell,n=e.borderWidth,r=e.borderRadius,i=e.animatedProps,o=e.onMouseEnter,a=e.onMouseMove,s=e.onMouseLeave,l=e.onClick,c=e.enableLabels,u=KL(),d=Ci((function(){return{onMouseEnter:o?o(t):void 0,onMouseMove:a?a(t):void 0,onMouseLeave:s?s(t):void 0,onClick:l?l(t):void 0}}),[t,o,a,s,l]);return Os(vM.g,xW({"data-testid":"cell."+t.id,style:{cursor:"pointer"},opacity:i.opacity},d,{transform:hC([i.x,i.y,i.scale],(function(e,t,n){return"translate("+e+", "+t+") scale("+n+")"})),children:[Os(vM.rect,{transform:hC([i.width,i.height],(function(e,t){return"translate("+-.5*e+", "+-.5*t+")"})),fill:i.color,width:i.width,height:i.height,stroke:i.borderColor,strokeWidth:n,rx:r,ry:r},t.id),c&&Os(MI,{textAnchor:"middle",dominantBaseline:"central",fill:i.labelTextColor,style:xW({},u.labels.text,{fill:void 0,userSelect:"none"}),children:t.label})]}))})),RW=ji((function(e){var t=e.cell,n=e.borderWidth,r=e.animatedProps,i=e.onMouseEnter,o=e.onMouseMove,a=e.onMouseLeave,s=e.onClick,l=e.enableLabels,c=KL(),u=Ci((function(){return{onMouseEnter:i?i(t):void 0,onMouseMove:o?o(t):void 0,onMouseLeave:a?a(t):void 0,onClick:s?s(t):void 0}}),[t,i,o,a,s]);return Os(vM.g,xW({"data-testid":"cell."+t.id,style:{cursor:"pointer"},opacity:r.opacity},u,{transform:hC([r.x,r.y],(function(e,t){return"translate("+e+", "+t+")"})),children:[Os(vM.circle,{r:hC([r.width,r.height],(function(e,t){return Math.min(e,t)/2})),fill:r.color,fillOpacity:r.opacity,strokeWidth:n,stroke:r.borderColor}),l&&Os(MI,{dominantBaseline:"central",textAnchor:"middle",fill:r.labelTextColor,style:xW({},c.labels.text,{fill:void 0}),children:t.label})]}))})),DW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:0,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:0}},PW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:e.opacity,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:1}},zW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:0,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:0}},IW=function(e){var t,n=e.cells,r=e.cellComponent,i=e.borderRadius,o=e.borderWidth,a=e.isInteractive,s=e.setActiveCell,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onClick,f=e.tooltip,h=e.enableLabels,p=_z(),g=p.animate,m=p.config,v=sC(n,{keys:function(e){return e.id},initial:PW,from:DW,enter:PW,update:PW,leave:zW,config:m,immediate:!g}),b=pE(),y=b.showTooltipFromEvent,_=b.hideTooltip,w=Ci((function(){if(a)return function(e){return function(t){y(Dr(f,{cell:e}),t),s(e),null==l||l(e,t)}}}),[a,y,f,s,l]),x=Ci((function(){if(a)return function(e){return function(t){y(Dr(f,{cell:e}),t),null==c||c(e,t)}}}),[a,y,f,c]),k=Ci((function(){if(a)return function(e){return function(t){_(),s(null),null==u||u(e,t)}}}),[a,_,s,u]),C=Ci((function(){if(a)return function(e){return function(t){null==d||d(e,t)}}}),[a,d]);return t="rect"===r?OW:"circle"===r?RW:r,Os(zr,{children:v((function(e,n){return Dr(t,{cell:n,borderRadius:i,borderWidth:o,animatedProps:e,enableLabels:h,onMouseEnter:w,onMouseMove:x,onMouseLeave:k,onClick:C})}))})},jW=function(e){var t=e.cells,n=e.annotations;return Os(zr,{children:NW(t,n).map((function(e,t){return Os(yW,xW({},e),t)}))})},BW=["isInteractive","animate","motionConfig","theme","renderWrapper"],FW=function(e){var t=e.data,n=e.layers,r=void 0===n?SW.layers:n,i=e.valueFormat,o=e.width,a=e.height,s=e.margin,l=e.forceSquare,c=void 0===l?SW.forceSquare:l,u=e.xInnerPadding,d=void 0===u?SW.xInnerPadding:u,f=e.xOuterPadding,h=void 0===f?SW.xOuterPadding:f,p=e.yInnerPadding,g=void 0===p?SW.yInnerPadding:p,m=e.yOuterPadding,v=void 0===m?SW.yOuterPadding:m,b=e.sizeVariation,y=void 0===b?SW.sizeVariation:b,_=e.cellComponent,w=void 0===_?SW.cellComponent:_,x=e.opacity,k=void 0===x?SW.opacity:x,C=e.activeOpacity,S=void 0===C?SW.activeOpacity:C,M=e.inactiveOpacity,T=void 0===M?SW.inactiveOpacity:M,A=e.borderRadius,L=void 0===A?SW.borderRadius:A,E=e.borderWidth,N=void 0===E?SW.borderWidth:E,O=e.borderColor,R=void 0===O?SW.borderColor:O,D=e.enableGridX,P=void 0===D?SW.enableGridX:D,z=e.enableGridY,I=void 0===z?SW.enableGridY:z,j=e.axisTop,B=void 0===j?SW.axisTop:j,F=e.axisRight,H=void 0===F?SW.axisRight:F,$=e.axisBottom,U=void 0===$?SW.axisBottom:$,q=e.axisLeft,W=void 0===q?SW.axisLeft:q,V=e.enableLabels,G=void 0===V?SW.enableLabels:V,Y=e.label,X=void 0===Y?SW.label:Y,Z=e.labelTextColor,K=void 0===Z?SW.labelTextColor:Z,J=e.colors,Q=void 0===J?SW.colors:J,ee=e.emptyColor,te=void 0===ee?SW.emptyColor:ee,ne=e.legends,re=void 0===ne?SW.legends:ne,ie=e.annotations,oe=void 0===ie?SW.annotations:ie,ae=e.isInteractive,se=void 0===ae?SW.isInteractive:ae,le=e.onMouseEnter,ce=e.onMouseMove,ue=e.onMouseLeave,de=e.onClick,fe=e.hoverTarget,he=void 0===fe?SW.hoverTarget:fe,pe=e.tooltip,ge=void 0===pe?SW.tooltip:pe,me=e.role,ve=e.ariaLabel,be=e.ariaLabelledBy,ye=e.ariaDescribedBy,_e=e.forwardedRef,we=Qz(o,a,s),xe=we.margin,ke=we.innerWidth,Ce=we.innerHeight,Se=we.outerWidth,Me=we.outerHeight,Te=EW({data:t,valueFormat:i,width:ke,height:Ce,forceSquare:c,xInnerPadding:d,xOuterPadding:h,yInnerPadding:g,yOuterPadding:v,sizeVariation:y,colors:Q,emptyColor:te,opacity:k,activeOpacity:S,inactiveOpacity:T,borderColor:R,label:X,labelTextColor:K,hoverTarget:he}),Ae=Te.width,Le=Te.height,Ee=Te.offsetX,Ne=Te.offsetY,Oe=Te.xScale,Re=Te.yScale,De=Te.cells,Pe=Te.colorScale,ze=Te.activeCell,Ie=Te.setActiveCell,je=Ci((function(){return xW({},xe,{top:xe.top+Ne,left:xe.left+Ee})}),[xe,Ee,Ne]),Be={grid:null,axes:null,cells:null,legends:null,annotations:null};r.includes("grid")&&(Be.grid=Os(IB,{width:Ae,height:Le,xScale:P?Oe:null,yScale:I?Re:null},"grid")),r.includes("axes")&&(Be.axes=Os(DB,{xScale:Oe,yScale:Re,width:Ae,height:Le,top:B,right:H,bottom:U,left:W},"axes")),r.includes("cells")&&(Be.cells=Os(zr,{children:Os(IW,{cells:De,cellComponent:w,borderRadius:L,borderWidth:N,isInteractive:se,setActiveCell:Ie,onMouseEnter:le,onMouseMove:ce,onMouseLeave:ue,onClick:de,tooltip:ge,enableLabels:G})},"cells")),r.includes("legends")&&null!==Pe&&(Be.legends=Os(zr,{children:re.map((function(e,t){return Dr(pF,xW({},e,{key:t,containerWidth:Ae,containerHeight:Le,scale:Pe}))}))},"legends")),r.includes("annotations")&&oe.length>0&&(Be.annotations=Os(jW,{cells:De,annotations:oe},"annotations"));var Fe={cells:De,activeCell:ze,setActiveCell:Ie};return Os(Uz,{width:Se,height:Me,margin:Object.assign({},je,{top:je.top,left:je.left}),role:me,ariaLabel:ve,ariaLabelledBy:be,ariaDescribedBy:ye,ref:_e,children:r.map((function(e,t){var n;return"function"==typeof e?Os(zr,{children:Dr(e,Fe)},t):null!=(n=null==Be?void 0:Be[e])?n:null}))})},HW=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?SW.isInteractive:n,i=e.animate,o=void 0===i?SW.animate:i,a=e.motionConfig,s=void 0===a?SW.motionConfig:a,l=e.theme,c=e.renderWrapper,u=kW(e,BW);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(FW,xW({isInteractive:r},u,{forwardedRef:t}))})})),$W=["defaultWidth","defaultHeight","onResize","debounceResize"],UW=Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=kW(e,$W);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(HW,xW({width:n,height:r},a,{ref:t}))}})})),qW=function(e,t){var n=t.cell,r=n.x,i=n.y,o=n.width,a=n.height,s=n.color,l=n.borderColor,c=n.opacity,u=n.labelTextColor,d=n.label,f=t.borderWidth,h=t.enableLabels,p=t.theme;e.save(),e.globalAlpha=c,e.fillStyle=s,f>0&&(e.strokeStyle=l,e.lineWidth=f),e.fillRect(r-o/2,i-a/2,o,a),f>0&&e.strokeRect(r-o/2,i-a/2,o,a),h&&(fI(e,p.labels.text),e.textAlign="center",e.textBaseline="middle",hI(e,xW({},p.labels.text,{fill:u}),d,r,i)),e.restore()},WW=function(e,t){var n=t.cell,r=n.x,i=n.y,o=n.width,a=n.height,s=n.color,l=n.borderColor,c=n.opacity,u=n.labelTextColor,d=n.label,f=t.borderWidth,h=t.enableLabels,p=t.theme;e.save(),e.globalAlpha=c;var g=Math.min(o,a)/2;e.fillStyle=s,f>0&&(e.strokeStyle=l,e.lineWidth=f),e.beginPath(),e.arc(r,i,g,0,2*Math.PI),e.fill(),f>0&&e.stroke(),h&&(fI(e,p.labels.text),e.textAlign="center",e.textBaseline="middle",hI(e,xW({},p.labels.text,{fill:u}),d,r,i)),e.restore()},VW=["theme","isInteractive","animate","motionConfig","renderWrapper"],GW=function(e){var t,n=e.data,r=e.layers,i=void 0===r?MW.layers:r,o=e.valueFormat,a=e.width,s=e.height,l=e.margin,c=e.xInnerPadding,u=void 0===c?MW.xInnerPadding:c,d=e.xOuterPadding,f=void 0===d?MW.xOuterPadding:d,h=e.yInnerPadding,p=void 0===h?MW.yInnerPadding:h,g=e.yOuterPadding,m=void 0===g?MW.yOuterPadding:g,v=e.forceSquare,b=void 0===v?MW.forceSquare:v,y=e.sizeVariation,_=void 0===y?MW.sizeVariation:y,w=e.renderCell,x=void 0===w?MW.renderCell:w,k=e.opacity,C=void 0===k?MW.opacity:k,S=e.activeOpacity,M=void 0===S?MW.activeOpacity:S,T=e.inactiveOpacity,A=void 0===T?MW.inactiveOpacity:T,L=e.borderWidth,E=void 0===L?MW.borderWidth:L,N=e.borderColor,O=void 0===N?MW.borderColor:N,R=e.enableGridX,D=void 0===R?MW.enableGridX:R,P=e.enableGridY,z=void 0===P?MW.enableGridY:P,I=e.axisTop,j=void 0===I?MW.axisTop:I,B=e.axisRight,F=void 0===B?MW.axisRight:B,H=e.axisBottom,$=void 0===H?MW.axisBottom:H,U=e.axisLeft,q=void 0===U?MW.axisLeft:U,W=e.enableLabels,V=void 0===W?MW.enableLabels:W,G=e.label,Y=void 0===G?MW.label:G,X=e.labelTextColor,Z=void 0===X?MW.labelTextColor:X,K=e.colors,J=void 0===K?MW.colors:K,Q=e.emptyColor,ee=void 0===Q?MW.emptyColor:Q,te=e.legends,ne=void 0===te?MW.legends:te,re=e.annotations,ie=void 0===re?MW.annotations:re,oe=e.isInteractive,ae=void 0===oe?MW.isInteractive:oe,se=e.onClick,le=e.hoverTarget,ce=void 0===le?MW.hoverTarget:le,ue=e.tooltip,de=void 0===ue?MW.tooltip:ue,fe=e.role,he=e.ariaLabel,pe=e.ariaLabelledBy,ge=e.ariaDescribedBy,me=e.pixelRatio,ve=void 0===me?MW.pixelRatio:me,be=e.forwardedRef,ye=ki(null),_e=Qz(a,s,l),we=_e.margin,xe=_e.innerWidth,ke=_e.innerHeight,Ce=_e.outerWidth,Se=_e.outerHeight,Me=EW({data:n,valueFormat:o,width:xe,height:ke,xInnerPadding:u,xOuterPadding:f,yInnerPadding:p,yOuterPadding:m,forceSquare:b,sizeVariation:_,colors:J,emptyColor:ee,opacity:C,activeOpacity:M,inactiveOpacity:A,borderColor:O,label:Y,labelTextColor:Z,hoverTarget:ce}),Te=Me.width,Ae=Me.height,Le=Me.offsetX,Ee=Me.offsetY,Ne=Me.xScale,Oe=Me.yScale,Re=Me.cells,De=Me.colorScale,Pe=Me.activeCell,ze=Me.setActiveCell,Ie=Ci((function(){return xW({},we,{top:we.top+Ee,left:we.left+Le})}),[we,Le,Ee]),je=NW(Re,ie),Be=hW({annotations:je});t="function"==typeof x?x:"circle"===x?WW:qW;var Fe=KL(),He=Ci((function(){return{cells:Re,activeCell:Pe,setActiveCell:ze}}),[Re,Pe,ze]);wi((function(){if(null!==ye.current){var e=ye.current.getContext("2d");e&&(ye.current.width=Ce*ve,ye.current.height=Se*ve,e.scale(ve,ve),e.fillStyle=Fe.background,e.fillRect(0,0,Ce,Se),e.translate(Ie.left,Ie.top),i.forEach((function(n){"grid"===n?(e.lineWidth=Fe.grid.line.strokeWidth,e.strokeStyle=Fe.grid.line.stroke,D&&BB(e,{width:Te,height:Ae,scale:Ne,axis:"x"}),z&&BB(e,{width:Te,height:Ae,scale:Oe,axis:"y"})):"axes"===n?jB(e,{xScale:Ne,yScale:Oe,width:Te,height:Ae,top:j,right:F,bottom:$,left:q,theme:Fe}):"cells"===n?(e.textAlign="center",e.textBaseline="middle",Re.forEach((function(n){t(e,{cell:n,borderWidth:E,enableLabels:V,theme:Fe})}))):"legends"===n&&null!==De?ne.forEach((function(t){!function(e,t){var n,r=t.containerWidth,i=t.containerHeight,o=t.anchor,a=t.translateX,s=void 0===a?0:a,l=t.translateY,c=void 0===l?0:l,u=t.scale,d=t.length,f=void 0===d?aF.length:d,h=t.thickness,p=void 0===h?aF.thickness:h,g=t.direction,m=void 0===g?aF.direction:g,v=t.ticks,b=t.tickPosition,y=void 0===b?aF.tickPosition:b,_=t.tickSize,w=void 0===_?aF.tickSize:_,x=t.tickSpacing,k=void 0===x?aF.tickSpacing:x,C=t.tickOverlap,S=void 0===C?aF.tickOverlap:C,M=t.tickFormat,T=void 0===M?aF.tickFormat:M,A=t.title,L=t.titleAlign,E=void 0===L?aF.titleAlign:L,N=t.titleOffset,O=void 0===N?aF.titleOffset:N,R=t.theme,D=dF({scale:u,ticks:v,length:f,thickness:p,direction:m,tickPosition:y,tickSize:w,tickSpacing:k,tickOverlap:S,tickFormat:T,title:A,titleAlign:E,titleOffset:O}),P=D.width,z=D.height,I=D.gradientX1,j=D.gradientY1,B=D.gradientX2,F=D.gradientY2,H=D.colorStops,$=D.ticks,U=D.titleText,q=D.titleX,W=D.titleY,V=D.titleRotation,G=D.titleVerticalAlign,Y=D.titleHorizontalAlign,X=cF({anchor:o,translateX:s,translateY:c,containerWidth:r,containerHeight:i,width:P,height:z}),Z=X.x,K=X.y,J={font:e.font,textAlign:e.textAlign,textBaseline:e.textBaseline};e.save(),e.translate(Z,K);var Q=e.createLinearGradient(I*P,j*z,B*P,F*z);H.forEach((function(e){Q.addColorStop(e.offset,e.stopColor)})),e.fillStyle=Q,e.fillRect(0,0,P,z),fI(e,R.legends.ticks.text);var ee=null!=(n=R.legends.ticks.line.strokeWidth)?n:0,te="string"!=typeof ee&&ee>0;$.forEach((function(t){te&&(e.lineWidth=ee,R.axis.ticks.line.stroke&&(e.strokeStyle=R.axis.ticks.line.stroke),e.lineCap="square",e.beginPath(),e.moveTo(t.x1,t.y1),e.lineTo(t.x2,t.y2),e.stroke()),e.textAlign="middle"===t.textHorizontalAlign?"center":t.textHorizontalAlign,e.textBaseline="central"===t.textVerticalAlign?"middle":t.textVerticalAlign,hI(e,R.legends.ticks.text,t.text,t.textX,t.textY)})),U&&(e.save(),e.translate(q,W),e.rotate(Rz(V)),fI(e,R.legends.title.text),e.textAlign="middle"===Y?"center":Y,e.textBaseline=G,hI(e,R.legends.title.text,U),e.restore()),e.restore(),e.font=J.font,e.textAlign=J.textAlign,e.textBaseline=J.textBaseline}(e,xW({},t,{containerWidth:Te,containerHeight:Ae,scale:De,theme:Fe}))})):"annotations"===n?wW(e,{annotations:Be,theme:Fe}):"function"==typeof n&&n(e,He)})))}}),[ye,ve,Ce,Se,Te,Ae,Ie,i,He,Re,t,D,z,j,F,$,q,Ne,Oe,Fe,E,V,De,ne,Be]);var $e=pE(),Ue=$e.showTooltipFromEvent,qe=$e.hideTooltip,We=Si((function(e){if(null!==ye.current){var t=sI(ye.current,e),n=t[0],r=t[1],i=Re.find((function(e){return aI(e.x+Ie.left-e.width/2,e.y+Ie.top-e.height/2,e.width,e.height,n,r)}));void 0!==i?(ze(i),Ue(Dr(de,{cell:i}),e)):(ze(null),qe())}}),[ye,Re,Ie,ze,Ue,qe,de]),Ve=Si((function(){ze(null),qe()}),[ze,qe]),Ge=Si((function(e){null!==Pe&&(null==se||se(Pe,e))}),[Pe,se]);return Os("canvas",{ref:dI(ye,be),width:Ce*ve,height:Se*ve,style:{width:Ce,height:Se},onMouseEnter:ae?We:void 0,onMouseMove:ae?We:void 0,onMouseLeave:ae?Ve:void 0,onClick:ae?Ge:void 0,role:fe,"aria-label":he,"aria-labelledby":pe,"aria-describedby":ge})},YW=Hi((function(e,t){var n=e.theme,r=e.isInteractive,i=void 0===r?MW.isInteractive:r,o=e.animate,a=void 0===o?MW.animate:o,s=e.motionConfig,l=void 0===s?MW.motionConfig:s,c=e.renderWrapper,u=kW(e,VW);return Os(kz,{isInteractive:i,animate:a,motionConfig:l,theme:n,renderWrapper:c,children:Os(GW,xW({isInteractive:i},u,{forwardedRef:t}))})})),XW=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=kW(e,XW);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(YW,xW({width:n,height:r},a,{ref:t}))}})}));const ZW=e=>{const{cell:t}=e,n=Ci((()=>({id:t.id.toString(),color:t.color,label:t.data.x,value:t.label})),[t]);return Os(Fq,{label:t.serieId,children:Os(qq,{mode:"default",legend:n})})},KW={top:60,right:90,bottom:60,left:90},JW={tickSize:5,tickPadding:5,tickRotation:0},QW={tickSize:5,tickPadding:5,tickRotation:-90},eV={anchor:"bottom",translateX:0,translateY:30,length:400,thickness:8,direction:"row",tickPosition:"after",tickSize:3,tickSpacing:4,tickOverlap:!1,tickFormat:">-.2%",title:"Value",titleAlign:"middle",titleOffset:4};const tV=({width:e="100%",height:t=400,data:n,rootAriaLabel:r,emptyLabel:i="No data available",emptyAriaLabel:o="No data available",margin:a=KW,axisLeft:s=JW,axisTop:l=QW,xInnerPadding:c=.05,yInnerPadding:u=.05,legends:d=[eV],forceSquare:f=!0,valueFormat:h=">-.2%",...p})=>{const g=Ci((()=>0===n.length),[n]),m=((e="light")=>{const t=Ci((()=>jH([0,1],["var(--bg-support-castor)","var(--bg-support-atlas-heavy)","var(--bg-support-atlas)","var(--bg-support-atlas-heavy)","var(--bg-support-capella)"])),[e]);return Si((e=>t(e)),[t])})(Xq());return g?Os(PH,{label:i,width:e,height:t,ariaLabel:o}):Os("div",{role:"img","aria-label":r,tabIndex:0,style:{width:e,height:t},className:"styles_heatMap__E95gO",children:Os(UW,{data:n,margin:a,axisBottom:null,axisRight:null,axisLeft:s,axisTop:l,xInnerPadding:c,yInnerPadding:u,legends:d,forceSquare:f,theme:wq,motionConfig:vq,animate:!bq,valueFormat:h,colors:e=>m(e.data.y??0),labelTextColor:"var(--constant-on-text-primary)",tooltip:ZW,emptyColor:"var(--bg-control-secondary)",inactiveOpacity:0,borderRadius:4,...p})})},nV=({title:e,translations:t,rootAriaLabel:n,width:r,height:i,data:o,...a})=>{const s=t["no-results"];return Os(jb,{title:e,children:Os(tV,{data:o,width:r,height:i,emptyLabel:s,emptyAriaLabel:s,rootAriaLabel:n,...a})})};var rV,iV={exports:{}},oV=iV.exports,aV=(rV||(rV=1,function(e,t){(function(){var n,r="Expected a function",i="__lodash_hash_undefined__",o="__lodash_placeholder__",a=32,s=128,l=1/0,c=9007199254740991,u=NaN,d=4294967295,f=[["ary",s],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",a],["partialRight",64],["rearg",256]],h="[object Arguments]",p="[object Array]",g="[object Boolean]",m="[object Date]",v="[object Error]",b="[object Function]",y="[object GeneratorFunction]",_="[object Map]",w="[object Number]",x="[object Object]",k="[object Promise]",C="[object RegExp]",S="[object Set]",M="[object String]",T="[object Symbol]",A="[object WeakMap]",L="[object ArrayBuffer]",E="[object DataView]",N="[object Float32Array]",O="[object Float64Array]",R="[object Int8Array]",D="[object Int16Array]",P="[object Int32Array]",z="[object Uint8Array]",I="[object Uint8ClampedArray]",j="[object Uint16Array]",B="[object Uint32Array]",F=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,$=/(__e\(.*?\)|\b__t\)) \+\n'';/g,U=/&(?:amp|lt|gt|quot|#39);/g,q=/[&<>"']/g,W=RegExp(U.source),V=RegExp(q.source),G=/<%-([\s\S]+?)%>/g,Y=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K=/^\w*$/,J=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Q=/[\\^$.*+?()[\]{}|]/g,ee=RegExp(Q.source),te=/^\s+/,ne=/\s/,re=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ie=/\{\n\/\* \[wrapped with (.+)\] \*/,oe=/,? & /,ae=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,se=/[()=,{}\[\]\/\s]/,le=/\\(\\)?/g,ce=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ue=/\w*$/,de=/^[-+]0x[0-9a-f]+$/i,fe=/^0b[01]+$/i,he=/^\[object .+?Constructor\]$/,pe=/^0o[0-7]+$/i,ge=/^(?:0|[1-9]\d*)$/,me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ve=/($^)/,be=/['\n\r\u2028\u2029\\]/g,ye="\\ud800-\\udfff",_e="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",we="\\u2700-\\u27bf",xe="a-z\\xdf-\\xf6\\xf8-\\xff",ke="A-Z\\xc0-\\xd6\\xd8-\\xde",Ce="\\ufe0e\\ufe0f",Se="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Me="["+ye+"]",Te="["+Se+"]",Ae="["+_e+"]",Le="\\d+",Ee="["+we+"]",Ne="["+xe+"]",Oe="[^"+ye+Se+Le+we+xe+ke+"]",Re="\\ud83c[\\udffb-\\udfff]",De="[^"+ye+"]",Pe="(?:\\ud83c[\\udde6-\\uddff]){2}",ze="[\\ud800-\\udbff][\\udc00-\\udfff]",Ie="["+ke+"]",je="\\u200d",Be="(?:"+Ne+"|"+Oe+")",Fe="(?:"+Ie+"|"+Oe+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",$e="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ue="(?:"+Ae+"|"+Re+")?",qe="["+Ce+"]?",We=qe+Ue+"(?:"+je+"(?:"+[De,Pe,ze].join("|")+")"+qe+Ue+")*",Ve="(?:"+[Ee,Pe,ze].join("|")+")"+We,Ge="(?:"+[De+Ae+"?",Ae,Pe,ze,Me].join("|")+")",Ye=RegExp("['’]","g"),Xe=RegExp(Ae,"g"),Ze=RegExp(Re+"(?="+Re+")|"+Ge+We,"g"),Ke=RegExp([Ie+"?"+Ne+"+"+He+"(?="+[Te,Ie,"$"].join("|")+")",Fe+"+"+$e+"(?="+[Te,Ie+Be,"$"].join("|")+")",Ie+"?"+Be+"+"+He,Ie+"+"+$e,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Le,Ve].join("|"),"g"),Je=RegExp("["+je+ye+_e+Ce+"]"),Qe=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,et=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],tt=-1,nt={};nt[N]=nt[O]=nt[R]=nt[D]=nt[P]=nt[z]=nt[I]=nt[j]=nt[B]=!0,nt[h]=nt[p]=nt[L]=nt[g]=nt[E]=nt[m]=nt[v]=nt[b]=nt[_]=nt[w]=nt[x]=nt[C]=nt[S]=nt[M]=nt[A]=!1;var rt={};rt[h]=rt[p]=rt[L]=rt[E]=rt[g]=rt[m]=rt[N]=rt[O]=rt[R]=rt[D]=rt[P]=rt[_]=rt[w]=rt[x]=rt[C]=rt[S]=rt[M]=rt[T]=rt[z]=rt[I]=rt[j]=rt[B]=!0,rt[v]=rt[b]=rt[A]=!1;var it={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ot=parseFloat,at=parseInt,st="object"==typeof Sm&&Sm&&Sm.Object===Object&&Sm,lt="object"==typeof self&&self&&self.Object===Object&&self,ct=st||lt||Function("return this")(),ut=t&&!t.nodeType&&t,dt=ut&&e&&!e.nodeType&&e,ft=dt&&dt.exports===ut,ht=ft&&st.process,pt=function(){try{return dt&&dt.require&&dt.require("util").types||ht&&ht.binding&&ht.binding("util")}catch(e){}}(),gt=pt&&pt.isArrayBuffer,mt=pt&&pt.isDate,vt=pt&&pt.isMap,bt=pt&&pt.isRegExp,yt=pt&&pt.isSet,_t=pt&&pt.isTypedArray;function wt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function xt(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function kt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function Ct(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function St(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function Mt(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function Tt(e,t){return!(null==e||!e.length)&&It(e,t,0)>-1}function At(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function Lt(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function Et(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function Nt(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function Ot(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function Rt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var Dt=Ht("length");function Pt(e,t,n){var r;return n(e,(function(e,n,i){if(t(e,n,i))return r=n,!1})),r}function zt(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function It(e,t,n){return t==t?function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}(e,t,n):zt(e,Bt,n)}function jt(e,t,n,r){for(var i=n-1,o=e.length;++i<o;)if(r(e[i],t))return i;return-1}function Bt(e){return e!=e}function Ft(e,t){var n=null==e?0:e.length;return n?qt(e,t)/n:u}function Ht(e){return function(t){return null==t?n:t[e]}}function $t(e){return function(t){return null==e?n:e[t]}}function Ut(e,t,n,r,i){return i(e,(function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)})),n}function qt(e,t){for(var r,i=-1,o=e.length;++i<o;){var a=t(e[i]);a!==n&&(r=r===n?a:r+a)}return r}function Wt(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function Vt(e){return e?e.slice(0,cn(e)+1).replace(te,""):e}function Gt(e){return function(t){return e(t)}}function Yt(e,t){return Lt(t,(function(t){return e[t]}))}function Xt(e,t){return e.has(t)}function Zt(e,t){for(var n=-1,r=e.length;++n<r&&It(t,e[n],0)>-1;);return n}function Kt(e,t){for(var n=e.length;n--&&It(t,e[n],0)>-1;);return n}var Jt=$t({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Qt=$t({"&":"&","<":"<",">":">",'"':""","'":"'"});function en(e){return"\\"+it[e]}function tn(e){return Je.test(e)}function nn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function rn(e,t){return function(n){return e(t(n))}}function on(e,t){for(var n=-1,r=e.length,i=0,a=[];++n<r;){var s=e[n];s!==t&&s!==o||(e[n]=o,a[i++]=n)}return a}function an(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function sn(e){return tn(e)?function(e){for(var t=Ze.lastIndex=0;Ze.test(e);)++t;return t}(e):Dt(e)}function ln(e){return tn(e)?function(e){return e.match(Ze)||[]}(e):function(e){return e.split("")}(e)}function cn(e){for(var t=e.length;t--&&ne.test(e.charAt(t)););return t}var un=$t({"&":"&","<":"<",">":">",""":'"',"'":"'"}),dn=function e(t){var ne,ye=(t=null==t?ct:dn.defaults(ct.Object(),t,dn.pick(ct,et))).Array,_e=t.Date,we=t.Error,xe=t.Function,ke=t.Math,Ce=t.Object,Se=t.RegExp,Me=t.String,Te=t.TypeError,Ae=ye.prototype,Le=xe.prototype,Ee=Ce.prototype,Ne=t["__core-js_shared__"],Oe=Le.toString,Re=Ee.hasOwnProperty,De=0,Pe=(ne=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||""))?"Symbol(src)_1."+ne:"",ze=Ee.toString,Ie=Oe.call(Ce),je=ct._,Be=Se("^"+Oe.call(Re).replace(Q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Fe=ft?t.Buffer:n,He=t.Symbol,$e=t.Uint8Array,Ue=Fe?Fe.allocUnsafe:n,qe=rn(Ce.getPrototypeOf,Ce),We=Ce.create,Ve=Ee.propertyIsEnumerable,Ge=Ae.splice,Ze=He?He.isConcatSpreadable:n,Je=He?He.iterator:n,it=He?He.toStringTag:n,st=function(){try{var e=so(Ce,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ct.clearTimeout&&t.clearTimeout,ut=_e&&_e.now!==ct.Date.now&&_e.now,dt=t.setTimeout!==ct.setTimeout&&t.setTimeout,ht=ke.ceil,pt=ke.floor,Dt=Ce.getOwnPropertySymbols,$t=Fe?Fe.isBuffer:n,fn=t.isFinite,hn=Ae.join,pn=rn(Ce.keys,Ce),gn=ke.max,mn=ke.min,vn=_e.now,bn=t.parseInt,yn=ke.random,_n=Ae.reverse,wn=so(t,"DataView"),xn=so(t,"Map"),kn=so(t,"Promise"),Cn=so(t,"Set"),Sn=so(t,"WeakMap"),Mn=so(Ce,"create"),Tn=Sn&&new Sn,An={},Ln=Do(wn),En=Do(xn),Nn=Do(kn),On=Do(Cn),Rn=Do(Sn),Dn=He?He.prototype:n,Pn=Dn?Dn.valueOf:n,zn=Dn?Dn.toString:n;function In(e){if(Ka(e)&&!Fa(e)&&!(e instanceof Hn)){if(e instanceof Fn)return e;if(Re.call(e,"__wrapped__"))return Po(e)}return new Fn(e)}var jn=function(){function e(){}return function(t){if(!Za(t))return{};if(We)return We(t);e.prototype=t;var r=new e;return e.prototype=n,r}}();function Bn(){}function Fn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=n}function Hn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=d,this.__views__=[]}function $n(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Un(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function qn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new qn;++t<n;)this.add(e[t])}function Vn(e){var t=this.__data__=new Un(e);this.size=t.size}function Gn(e,t){var n=Fa(e),r=!n&&Ba(e),i=!n&&!r&&qa(e),o=!n&&!r&&!i&&os(e),a=n||r||i||o,s=a?Wt(e.length,Me):[],l=s.length;for(var c in e)!t&&!Re.call(e,c)||a&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||go(c,l))||s.push(c);return s}function Yn(e){var t=e.length;return t?e[qr(0,t-1)]:n}function Xn(e,t){return No(Si(e),ir(t,0,e.length))}function Zn(e){return No(Si(e))}function Kn(e,t,r){(r!==n&&!za(e[t],r)||r===n&&!(t in e))&&nr(e,t,r)}function Jn(e,t,r){var i=e[t];Re.call(e,t)&&za(i,r)&&(r!==n||t in e)||nr(e,t,r)}function Qn(e,t){for(var n=e.length;n--;)if(za(e[n][0],t))return n;return-1}function er(e,t,n,r){return cr(e,(function(e,i,o){t(r,e,n(e),o)})),r}function tr(e,t){return e&&Mi(t,Ts(t),e)}function nr(e,t,n){"__proto__"==t&&st?st(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function rr(e,t){for(var r=-1,i=t.length,o=ye(i),a=null==e;++r<i;)o[r]=a?n:xs(e,t[r]);return o}function ir(e,t,r){return e==e&&(r!==n&&(e=e<=r?e:r),t!==n&&(e=e>=t?e:t)),e}function or(e,t,r,i,o,a){var s,l=1&t,c=2&t,u=4&t;if(r&&(s=o?r(e,i,o,a):r(e)),s!==n)return s;if(!Za(e))return e;var d=Fa(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Re.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!l)return Si(e,s)}else{var f=uo(e),p=f==b||f==y;if(qa(e))return yi(e,l);if(f==x||f==h||p&&!o){if(s=c||p?{}:ho(e),!l)return c?function(e,t){return Mi(e,co(e),t)}(e,function(e,t){return e&&Mi(t,As(t),e)}(s,e)):function(e,t){return Mi(e,lo(e),t)}(e,tr(s,e))}else{if(!rt[f])return o?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case L:return _i(e);case g:case m:return new r(+e);case E:return function(e,t){var n=t?_i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case N:case O:case R:case D:case P:case z:case I:case j:case B:return wi(e,n);case _:return new r;case w:case M:return new r(e);case C:return function(e){var t=new e.constructor(e.source,ue.exec(e));return t.lastIndex=e.lastIndex,t}(e);case S:return new r;case T:return function(e){return Pn?Ce(Pn.call(e)):{}}(e)}}(e,f,l)}}a||(a=new Vn);var v=a.get(e);if(v)return v;a.set(e,s),ns(e)?e.forEach((function(n){s.add(or(n,t,r,n,e,a))})):Ja(e)&&e.forEach((function(n,i){s.set(i,or(n,t,r,i,e,a))}));var k=d?n:(u?c?eo:Qi:c?As:Ts)(e);return kt(k||e,(function(n,i){k&&(n=e[i=n]),Jn(s,i,or(n,t,r,i,e,a))})),s}function ar(e,t,r){var i=r.length;if(null==e)return!i;for(e=Ce(e);i--;){var o=r[i],a=t[o],s=e[o];if(s===n&&!(o in e)||!a(s))return!1}return!0}function sr(e,t,i){if("function"!=typeof e)throw new Te(r);return To((function(){e.apply(n,i)}),t)}function lr(e,t,n,r){var i=-1,o=Tt,a=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=Lt(t,Gt(n))),r?(o=At,a=!1):t.length>=200&&(o=Xt,a=!1,t=new Wn(t));e:for(;++i<s;){var u=e[i],d=null==n?u:n(u);if(u=r||0!==u?u:0,a&&d==d){for(var f=c;f--;)if(t[f]===d)continue e;l.push(u)}else o(t,d,r)||l.push(u)}return l}In.templateSettings={escape:G,evaluate:Y,interpolate:X,variable:"",imports:{_:In}},In.prototype=Bn.prototype,In.prototype.constructor=In,Fn.prototype=jn(Bn.prototype),Fn.prototype.constructor=Fn,Hn.prototype=jn(Bn.prototype),Hn.prototype.constructor=Hn,$n.prototype.clear=function(){this.__data__=Mn?Mn(null):{},this.size=0},$n.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},$n.prototype.get=function(e){var t=this.__data__;if(Mn){var r=t[e];return r===i?n:r}return Re.call(t,e)?t[e]:n},$n.prototype.has=function(e){var t=this.__data__;return Mn?t[e]!==n:Re.call(t,e)},$n.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Mn&&t===n?i:t,this},Un.prototype.clear=function(){this.__data__=[],this.size=0},Un.prototype.delete=function(e){var t=this.__data__,n=Qn(t,e);return!(n<0||(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,0))},Un.prototype.get=function(e){var t=this.__data__,r=Qn(t,e);return r<0?n:t[r][1]},Un.prototype.has=function(e){return Qn(this.__data__,e)>-1},Un.prototype.set=function(e,t){var n=this.__data__,r=Qn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},qn.prototype.clear=function(){this.size=0,this.__data__={hash:new $n,map:new(xn||Un),string:new $n}},qn.prototype.delete=function(e){var t=oo(this,e).delete(e);return this.size-=t?1:0,t},qn.prototype.get=function(e){return oo(this,e).get(e)},qn.prototype.has=function(e){return oo(this,e).has(e)},qn.prototype.set=function(e,t){var n=oo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Wn.prototype.add=Wn.prototype.push=function(e){return this.__data__.set(e,i),this},Wn.prototype.has=function(e){return this.__data__.has(e)},Vn.prototype.clear=function(){this.__data__=new Un,this.size=0},Vn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Vn.prototype.get=function(e){return this.__data__.get(e)},Vn.prototype.has=function(e){return this.__data__.has(e)},Vn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Un){var r=n.__data__;if(!xn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new qn(r)}return n.set(e,t),this.size=n.size,this};var cr=Li(vr),ur=Li(br,!0);function dr(e,t){var n=!0;return cr(e,(function(e,r,i){return n=!!t(e,r,i)})),n}function fr(e,t,r){for(var i=-1,o=e.length;++i<o;){var a=e[i],s=t(a);if(null!=s&&(l===n?s==s&&!is(s):r(s,l)))var l=s,c=a}return c}function hr(e,t){var n=[];return cr(e,(function(e,r,i){t(e,r,i)&&n.push(e)})),n}function pr(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=po),i||(i=[]);++o<a;){var s=e[o];t>0&&n(s)?t>1?pr(s,t-1,n,r,i):Et(i,s):r||(i[i.length]=s)}return i}var gr=Ei(),mr=Ei(!0);function vr(e,t){return e&&gr(e,t,Ts)}function br(e,t){return e&&mr(e,t,Ts)}function yr(e,t){return Mt(t,(function(t){return Ga(e[t])}))}function _r(e,t){for(var r=0,i=(t=gi(t,e)).length;null!=e&&r<i;)e=e[Ro(t[r++])];return r&&r==i?e:n}function wr(e,t,n){var r=t(e);return Fa(e)?r:Et(r,n(e))}function xr(e){return null==e?e===n?"[object Undefined]":"[object Null]":it&&it in Ce(e)?function(e){var t=Re.call(e,it),r=e[it];try{e[it]=n;var i=!0}catch(e){}var o=ze.call(e);return i&&(t?e[it]=r:delete e[it]),o}(e):function(e){return ze.call(e)}(e)}function kr(e,t){return e>t}function Cr(e,t){return null!=e&&Re.call(e,t)}function Sr(e,t){return null!=e&&t in Ce(e)}function Mr(e,t,r){for(var i=r?At:Tt,o=e[0].length,a=e.length,s=a,l=ye(a),c=1/0,u=[];s--;){var d=e[s];s&&t&&(d=Lt(d,Gt(t))),c=mn(d.length,c),l[s]=!r&&(t||o>=120&&d.length>=120)?new Wn(s&&d):n}d=e[0];var f=-1,h=l[0];e:for(;++f<o&&u.length<c;){var p=d[f],g=t?t(p):p;if(p=r||0!==p?p:0,!(h?Xt(h,g):i(u,g,r))){for(s=a;--s;){var m=l[s];if(!(m?Xt(m,g):i(e[s],g,r)))continue e}h&&h.push(g),u.push(p)}}return u}function Tr(e,t,r){var i=null==(e=Co(e,t=gi(t,e)))?e:e[Ro(Vo(t))];return null==i?n:wt(i,e,r)}function Ar(e){return Ka(e)&&xr(e)==h}function Lr(e,t,r,i,o){return e===t||(null==e||null==t||!Ka(e)&&!Ka(t)?e!=e&&t!=t:function(e,t,r,i,o,a){var s=Fa(e),l=Fa(t),c=s?p:uo(e),u=l?p:uo(t),d=(c=c==h?x:c)==x,f=(u=u==h?x:u)==x,b=c==u;if(b&&qa(e)){if(!qa(t))return!1;s=!0,d=!1}if(b&&!d)return a||(a=new Vn),s||os(e)?Ki(e,t,r,i,o,a):function(e,t,n,r,i,o,a){switch(n){case E:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!o(new $e(e),new $e(t)));case g:case m:case w:return za(+e,+t);case v:return e.name==t.name&&e.message==t.message;case C:case M:return e==t+"";case _:var s=nn;case S:var l=1&r;if(s||(s=an),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=2,a.set(e,t);var u=Ki(s(e),s(t),r,i,o,a);return a.delete(e),u;case T:if(Pn)return Pn.call(e)==Pn.call(t)}return!1}(e,t,c,r,i,o,a);if(!(1&r)){var y=d&&Re.call(e,"__wrapped__"),k=f&&Re.call(t,"__wrapped__");if(y||k){var A=y?e.value():e,N=k?t.value():t;return a||(a=new Vn),o(A,N,r,i,a)}}return!!b&&(a||(a=new Vn),function(e,t,r,i,o,a){var s=1&r,l=Qi(e),c=l.length;if(c!=Qi(t).length&&!s)return!1;for(var u=c;u--;){var d=l[u];if(!(s?d in t:Re.call(t,d)))return!1}var f=a.get(e),h=a.get(t);if(f&&h)return f==t&&h==e;var p=!0;a.set(e,t),a.set(t,e);for(var g=s;++u<c;){var m=e[d=l[u]],v=t[d];if(i)var b=s?i(v,m,d,t,e,a):i(m,v,d,e,t,a);if(!(b===n?m===v||o(m,v,r,i,a):b)){p=!1;break}g||(g="constructor"==d)}if(p&&!g){var y=e.constructor,_=t.constructor;y==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof _&&_ instanceof _||(p=!1)}return a.delete(e),a.delete(t),p}(e,t,r,i,o,a))}(e,t,r,i,Lr,o))}function Er(e,t,r,i){var o=r.length,a=o,s=!i;if(null==e)return!a;for(e=Ce(e);o--;){var l=r[o];if(s&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++o<a;){var c=(l=r[o])[0],u=e[c],d=l[1];if(s&&l[2]){if(u===n&&!(c in e))return!1}else{var f=new Vn;if(i)var h=i(u,d,c,e,t,f);if(!(h===n?Lr(d,u,3,i,f):h))return!1}}return!0}function Nr(e){return!(!Za(e)||function(e){return!!Pe&&Pe in e}(e))&&(Ga(e)?Be:he).test(Do(e))}function Or(e){return"function"==typeof e?e:null==e?Qs:"object"==typeof e?Fa(e)?Ir(e[0],e[1]):zr(e):ll(e)}function Rr(e){if(!_o(e))return pn(e);var t=[];for(var n in Ce(e))Re.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Dr(e,t){return e<t}function Pr(e,t){var n=-1,r=$a(e)?ye(e.length):[];return cr(e,(function(e,i,o){r[++n]=t(e,i,o)})),r}function zr(e){var t=ao(e);return 1==t.length&&t[0][2]?xo(t[0][0],t[0][1]):function(n){return n===e||Er(n,e,t)}}function Ir(e,t){return vo(e)&&wo(t)?xo(Ro(e),t):function(r){var i=xs(r,e);return i===n&&i===t?ks(r,e):Lr(t,i,3)}}function jr(e,t,r,i,o){e!==t&&gr(t,(function(a,s){if(o||(o=new Vn),Za(a))!function(e,t,r,i,o,a,s){var l=So(e,r),c=So(t,r),u=s.get(c);if(u)Kn(e,r,u);else{var d=a?a(l,c,r+"",e,t,s):n,f=d===n;if(f){var h=Fa(c),p=!h&&qa(c),g=!h&&!p&&os(c);d=c,h||p||g?Fa(l)?d=l:Ua(l)?d=Si(l):p?(f=!1,d=yi(c,!0)):g?(f=!1,d=wi(c,!0)):d=[]:es(c)||Ba(c)?(d=l,Ba(l)?d=hs(l):Za(l)&&!Ga(l)||(d=ho(c))):f=!1}f&&(s.set(c,d),o(d,c,i,a,s),s.delete(c)),Kn(e,r,d)}}(e,t,s,r,jr,i,o);else{var l=i?i(So(e,s),a,s+"",e,t,o):n;l===n&&(l=a),Kn(e,s,l)}}),As)}function Br(e,t){var r=e.length;if(r)return go(t+=t<0?r:0,r)?e[t]:n}function Fr(e,t,n){t=t.length?Lt(t,(function(e){return Fa(e)?function(t){return _r(t,1===e.length?e[0]:e)}:e})):[Qs];var r=-1;t=Lt(t,Gt(io()));var i=Pr(e,(function(e,n,i){var o=Lt(t,(function(t){return t(e)}));return{criteria:o,index:++r,value:e}}));return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(i,(function(e,t){return function(e,t,n){for(var r=-1,i=e.criteria,o=t.criteria,a=i.length,s=n.length;++r<a;){var l=xi(i[r],o[r]);if(l)return r>=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Hr(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],s=_r(e,a);n(s,a)&&Xr(o,gi(a,e),s)}return o}function $r(e,t,n,r){var i=r?jt:It,o=-1,a=t.length,s=e;for(e===t&&(t=Si(t)),n&&(s=Lt(e,Gt(n)));++o<a;)for(var l=0,c=t[o],u=n?n(c):c;(l=i(s,u,l,r))>-1;)s!==e&&Ge.call(s,l,1),Ge.call(e,l,1);return e}function Ur(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;go(i)?Ge.call(e,i,1):si(e,i)}}return e}function qr(e,t){return e+pt(yn()*(t-e+1))}function Wr(e,t){var n="";if(!e||t<1||t>c)return n;do{t%2&&(n+=e),(t=pt(t/2))&&(e+=e)}while(t);return n}function Vr(e,t){return Ao(ko(e,t,Qs),e+"")}function Gr(e){return Yn(zs(e))}function Yr(e,t){var n=zs(e);return No(n,ir(t,0,n.length))}function Xr(e,t,r,i){if(!Za(e))return e;for(var o=-1,a=(t=gi(t,e)).length,s=a-1,l=e;null!=l&&++o<a;){var c=Ro(t[o]),u=r;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(o!=s){var d=l[c];(u=i?i(d,c,l):n)===n&&(u=Za(d)?d:go(t[o+1])?[]:{})}Jn(l,c,u),l=l[c]}return e}var Zr=Tn?function(e,t){return Tn.set(e,t),e}:Qs,Kr=st?function(e,t){return st(e,"toString",{configurable:!0,enumerable:!1,value:Zs(t),writable:!0})}:Qs;function Jr(e){return No(zs(e))}function Qr(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=ye(i);++r<i;)o[r]=e[r+t];return o}function ei(e,t){var n;return cr(e,(function(e,r,i){return!(n=t(e,r,i))})),!!n}function ti(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t==t&&i<=2147483647){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!is(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return ni(e,t,Qs,n)}function ni(e,t,r,i){var o=0,a=null==e?0:e.length;if(0===a)return 0;for(var s=(t=r(t))!=t,l=null===t,c=is(t),u=t===n;o<a;){var d=pt((o+a)/2),f=r(e[d]),h=f!==n,p=null===f,g=f==f,m=is(f);if(s)var v=i||g;else v=u?g&&(i||h):l?g&&h&&(i||!p):c?g&&h&&!p&&(i||!m):!p&&!m&&(i?f<=t:f<t);v?o=d+1:a=d}return mn(a,4294967294)}function ri(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!za(s,l)){var l=s;o[i++]=0===a?0:a}}return o}function ii(e){return"number"==typeof e?e:is(e)?u:+e}function oi(e){if("string"==typeof e)return e;if(Fa(e))return Lt(e,oi)+"";if(is(e))return zn?zn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ai(e,t,n){var r=-1,i=Tt,o=e.length,a=!0,s=[],l=s;if(n)a=!1,i=At;else if(o>=200){var c=t?null:Wi(e);if(c)return an(c);a=!1,i=Xt,l=new Wn}else l=t?[]:s;e:for(;++r<o;){var u=e[r],d=t?t(u):u;if(u=n||0!==u?u:0,a&&d==d){for(var f=l.length;f--;)if(l[f]===d)continue e;t&&l.push(d),s.push(u)}else i(l,d,n)||(l!==s&&l.push(d),s.push(u))}return s}function si(e,t){return null==(e=Co(e,t=gi(t,e)))||delete e[Ro(Vo(t))]}function li(e,t,n,r){return Xr(e,t,n(_r(e,t)),r)}function ci(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?Qr(e,r?0:o,r?o+1:i):Qr(e,r?o+1:0,r?i:o)}function ui(e,t){var n=e;return n instanceof Hn&&(n=n.value()),Nt(t,(function(e,t){return t.func.apply(t.thisArg,Et([e],t.args))}),n)}function di(e,t,n){var r=e.length;if(r<2)return r?ai(e[0]):[];for(var i=-1,o=ye(r);++i<r;)for(var a=e[i],s=-1;++s<r;)s!=i&&(o[i]=lr(o[i]||a,e[s],t,n));return ai(pr(o,1),t,n)}function fi(e,t,r){for(var i=-1,o=e.length,a=t.length,s={};++i<o;){var l=i<a?t[i]:n;r(s,e[i],l)}return s}function hi(e){return Ua(e)?e:[]}function pi(e){return"function"==typeof e?e:Qs}function gi(e,t){return Fa(e)?e:vo(e,t)?[e]:Oo(ps(e))}var mi=Vr;function vi(e,t,r){var i=e.length;return r=r===n?i:r,!t&&r>=i?e:Qr(e,t,r)}var bi=lt||function(e){return ct.clearTimeout(e)};function yi(e,t){if(t)return e.slice();var n=e.length,r=Ue?Ue(n):new e.constructor(n);return e.copy(r),r}function _i(e){var t=new e.constructor(e.byteLength);return new $e(t).set(new $e(e)),t}function wi(e,t){var n=t?_i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function xi(e,t){if(e!==t){var r=e!==n,i=null===e,o=e==e,a=is(e),s=t!==n,l=null===t,c=t==t,u=is(t);if(!l&&!u&&!a&&e>t||a&&s&&c&&!l&&!u||i&&s&&c||!r&&c||!o)return 1;if(!i&&!a&&!u&&e<t||u&&r&&o&&!i&&!a||l&&r&&o||!s&&o||!c)return-1}return 0}function ki(e,t,n,r){for(var i=-1,o=e.length,a=n.length,s=-1,l=t.length,c=gn(o-a,0),u=ye(l+c),d=!r;++s<l;)u[s]=t[s];for(;++i<a;)(d||i<o)&&(u[n[i]]=e[i]);for(;c--;)u[s++]=e[i++];return u}function Ci(e,t,n,r){for(var i=-1,o=e.length,a=-1,s=n.length,l=-1,c=t.length,u=gn(o-s,0),d=ye(u+c),f=!r;++i<u;)d[i]=e[i];for(var h=i;++l<c;)d[h+l]=t[l];for(;++a<s;)(f||i<o)&&(d[h+n[a]]=e[i++]);return d}function Si(e,t){var n=-1,r=e.length;for(t||(t=ye(r));++n<r;)t[n]=e[n];return t}function Mi(e,t,r,i){var o=!r;r||(r={});for(var a=-1,s=t.length;++a<s;){var l=t[a],c=i?i(r[l],e[l],l,r,e):n;c===n&&(c=e[l]),o?nr(r,l,c):Jn(r,l,c)}return r}function Ti(e,t){return function(n,r){var i=Fa(n)?xt:er,o=t?t():{};return i(n,e,io(r,2),o)}}function Ai(e){return Vr((function(t,r){var i=-1,o=r.length,a=o>1?r[o-1]:n,s=o>2?r[2]:n;for(a=e.length>3&&"function"==typeof a?(o--,a):n,s&&mo(r[0],r[1],s)&&(a=o<3?n:a,o=1),t=Ce(t);++i<o;){var l=r[i];l&&e(t,l,i,a)}return t}))}function Li(e,t){return function(n,r){if(null==n)return n;if(!$a(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=Ce(n);(t?o--:++o<i)&&!1!==r(a[o],o,a););return n}}function Ei(e){return function(t,n,r){for(var i=-1,o=Ce(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}function Ni(e){return function(t){var r=tn(t=ps(t))?ln(t):n,i=r?r[0]:t.charAt(0),o=r?vi(r,1).join(""):t.slice(1);return i[e]()+o}}function Oi(e){return function(t){return Nt(Gs(Bs(t).replace(Ye,"")),e,"")}}function Ri(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=jn(e.prototype),r=e.apply(n,t);return Za(r)?r:n}}function Di(e){return function(t,r,i){var o=Ce(t);if(!$a(t)){var a=io(r,3);t=Ts(t),r=function(e){return a(o[e],e,o)}}var s=e(t,r,i);return s>-1?o[a?t[s]:s]:n}}function Pi(e){return Ji((function(t){var i=t.length,o=i,a=Fn.prototype.thru;for(e&&t.reverse();o--;){var s=t[o];if("function"!=typeof s)throw new Te(r);if(a&&!l&&"wrapper"==no(s))var l=new Fn([],!0)}for(o=l?o:i;++o<i;){var c=no(s=t[o]),u="wrapper"==c?to(s):n;l=u&&bo(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?l[no(u[0])].apply(l,u[3]):1==s.length&&bo(s)?l[c]():l.thru(s)}return function(){var e=arguments,n=e[0];if(l&&1==e.length&&Fa(n))return l.plant(n).value();for(var r=0,o=i?t[r].apply(this,e):n;++r<i;)o=t[r].call(this,o);return o}}))}function zi(e,t,r,i,o,a,l,c,u,d){var f=t&s,h=1&t,p=2&t,g=24&t,m=512&t,v=p?n:Ri(e);return function s(){for(var b=arguments.length,y=ye(b),_=b;_--;)y[_]=arguments[_];if(g)var w=ro(s),x=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(y,w);if(i&&(y=ki(y,i,o,g)),a&&(y=Ci(y,a,l,g)),b-=x,g&&b<d){var k=on(y,w);return Ui(e,t,zi,s.placeholder,r,y,k,c,u,d-b)}var C=h?r:this,S=p?C[e]:e;return b=y.length,c?y=function(e,t){for(var r=e.length,i=mn(t.length,r),o=Si(e);i--;){var a=t[i];e[i]=go(a,r)?o[a]:n}return e}(y,c):m&&b>1&&y.reverse(),f&&u<b&&(y.length=u),this&&this!==ct&&this instanceof s&&(S=v||Ri(S)),S.apply(C,y)}}function Ii(e,t){return function(n,r){return function(e,t,n,r){return vr(e,(function(e,i,o){t(r,n(e),i,o)})),r}(n,e,t(r),{})}}function ji(e,t){return function(r,i){var o;if(r===n&&i===n)return t;if(r!==n&&(o=r),i!==n){if(o===n)return i;"string"==typeof r||"string"==typeof i?(r=oi(r),i=oi(i)):(r=ii(r),i=ii(i)),o=e(r,i)}return o}}function Bi(e){return Ji((function(t){return t=Lt(t,Gt(io())),Vr((function(n){var r=this;return e(t,(function(e){return wt(e,r,n)}))}))}))}function Fi(e,t){var r=(t=t===n?" ":oi(t)).length;if(r<2)return r?Wr(t,e):t;var i=Wr(t,ht(e/sn(t)));return tn(t)?vi(ln(i),0,e).join(""):i.slice(0,e)}function Hi(e){return function(t,r,i){return i&&"number"!=typeof i&&mo(t,r,i)&&(r=i=n),t=cs(t),r===n?(r=t,t=0):r=cs(r),function(e,t,n,r){for(var i=-1,o=gn(ht((t-e)/(n||1)),0),a=ye(o);o--;)a[r?o:++i]=e,e+=n;return a}(t,r,i=i===n?t<r?1:-1:cs(i),e)}}function $i(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=fs(t),n=fs(n)),e(t,n)}}function Ui(e,t,r,i,o,s,l,c,u,d){var f=8&t;t|=f?a:64,4&(t&=~(f?64:a))||(t&=-4);var h=[e,t,o,f?s:n,f?l:n,f?n:s,f?n:l,c,u,d],p=r.apply(n,h);return bo(e)&&Mo(p,h),p.placeholder=i,Lo(p,e,t)}function qi(e){var t=ke[e];return function(e,n){if(e=fs(e),(n=null==n?0:mn(us(n),292))&&fn(e)){var r=(ps(e)+"e").split("e");return+((r=(ps(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Wi=Cn&&1/an(new Cn([,-0]))[1]==l?function(e){return new Cn(e)}:il;function Vi(e){return function(t){var n=uo(t);return n==_?nn(t):n==S?function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}(t):function(e,t){return Lt(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Gi(e,t,i,l,c,u,d,f){var h=2&t;if(!h&&"function"!=typeof e)throw new Te(r);var p=l?l.length:0;if(p||(t&=-97,l=c=n),d=d===n?d:gn(us(d),0),f=f===n?f:us(f),p-=c?c.length:0,64&t){var g=l,m=c;l=c=n}var v=h?n:to(e),b=[e,t,i,l,c,g,m,u,d,f];if(v&&function(e,t){var n=e[1],r=t[1],i=n|r,a=i<131,l=r==s&&8==n||r==s&&256==n&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!a&&!l)return e;1&r&&(e[2]=t[2],i|=1&n?0:4);var c=t[3];if(c){var u=e[3];e[3]=u?ki(u,c,t[4]):c,e[4]=u?on(e[3],o):t[4]}(c=t[5])&&(u=e[5],e[5]=u?Ci(u,c,t[6]):c,e[6]=u?on(e[5],o):t[6]),(c=t[7])&&(e[7]=c),r&s&&(e[8]=null==e[8]?t[8]:mn(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=i}(b,v),e=b[0],t=b[1],i=b[2],l=b[3],c=b[4],!(f=b[9]=b[9]===n?h?0:e.length:gn(b[9]-p,0))&&24&t&&(t&=-25),t&&1!=t)y=8==t||16==t?function(e,t,r){var i=Ri(e);return function o(){for(var a=arguments.length,s=ye(a),l=a,c=ro(o);l--;)s[l]=arguments[l];var u=a<3&&s[0]!==c&&s[a-1]!==c?[]:on(s,c);return(a-=u.length)<r?Ui(e,t,zi,o.placeholder,n,s,u,n,n,r-a):wt(this&&this!==ct&&this instanceof o?i:e,this,s)}}(e,t,f):t!=a&&33!=t||c.length?zi.apply(n,b):function(e,t,n,r){var i=1&t,o=Ri(e);return function t(){for(var a=-1,s=arguments.length,l=-1,c=r.length,u=ye(c+s),d=this&&this!==ct&&this instanceof t?o:e;++l<c;)u[l]=r[l];for(;s--;)u[l++]=arguments[++a];return wt(d,i?n:this,u)}}(e,t,i,l);else var y=function(e,t,n){var r=1&t,i=Ri(e);return function t(){return(this&&this!==ct&&this instanceof t?i:e).apply(r?n:this,arguments)}}(e,t,i);return Lo((v?Zr:Mo)(y,b),e,t)}function Yi(e,t,r,i){return e===n||za(e,Ee[r])&&!Re.call(i,r)?t:e}function Xi(e,t,r,i,o,a){return Za(e)&&Za(t)&&(a.set(t,e),jr(e,t,n,Xi,a),a.delete(t)),e}function Zi(e){return es(e)?n:e}function Ki(e,t,r,i,o,a){var s=1&r,l=e.length,c=t.length;if(l!=c&&!(s&&c>l))return!1;var u=a.get(e),d=a.get(t);if(u&&d)return u==t&&d==e;var f=-1,h=!0,p=2&r?new Wn:n;for(a.set(e,t),a.set(t,e);++f<l;){var g=e[f],m=t[f];if(i)var v=s?i(m,g,f,t,e,a):i(g,m,f,e,t,a);if(v!==n){if(v)continue;h=!1;break}if(p){if(!Rt(t,(function(e,t){if(!Xt(p,t)&&(g===e||o(g,e,r,i,a)))return p.push(t)}))){h=!1;break}}else if(g!==m&&!o(g,m,r,i,a)){h=!1;break}}return a.delete(e),a.delete(t),h}function Ji(e){return Ao(ko(e,n,Ho),e+"")}function Qi(e){return wr(e,Ts,lo)}function eo(e){return wr(e,As,co)}var to=Tn?function(e){return Tn.get(e)}:il;function no(e){for(var t=e.name+"",n=An[t],r=Re.call(An,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function ro(e){return(Re.call(In,"placeholder")?In:e).placeholder}function io(){var e=In.iteratee||el;return e=e===el?Or:e,arguments.length?e(arguments[0],arguments[1]):e}function oo(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function ao(e){for(var t=Ts(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,wo(i)]}return t}function so(e,t){var r=function(e,t){return null==e?n:e[t]}(e,t);return Nr(r)?r:n}var lo=Dt?function(e){return null==e?[]:(e=Ce(e),Mt(Dt(e),(function(t){return Ve.call(e,t)})))}:dl,co=Dt?function(e){for(var t=[];e;)Et(t,lo(e)),e=qe(e);return t}:dl,uo=xr;function fo(e,t,n){for(var r=-1,i=(t=gi(t,e)).length,o=!1;++r<i;){var a=Ro(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:!!(i=null==e?0:e.length)&&Xa(i)&&go(a,i)&&(Fa(e)||Ba(e))}function ho(e){return"function"!=typeof e.constructor||_o(e)?{}:jn(qe(e))}function po(e){return Fa(e)||Ba(e)||!!(Ze&&e&&e[Ze])}function go(e,t){var n=typeof e;return!!(t=null==t?c:t)&&("number"==n||"symbol"!=n&&ge.test(e))&&e>-1&&e%1==0&&e<t}function mo(e,t,n){if(!Za(n))return!1;var r=typeof t;return!!("number"==r?$a(n)&&go(t,n.length):"string"==r&&t in n)&&za(n[t],e)}function vo(e,t){if(Fa(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!is(e))||K.test(e)||!Z.test(e)||null!=t&&e in Ce(t)}function bo(e){var t=no(e),n=In[t];if("function"!=typeof n||!(t in Hn.prototype))return!1;if(e===n)return!0;var r=to(n);return!!r&&e===r[0]}(wn&&uo(new wn(new ArrayBuffer(1)))!=E||xn&&uo(new xn)!=_||kn&&uo(kn.resolve())!=k||Cn&&uo(new Cn)!=S||Sn&&uo(new Sn)!=A)&&(uo=function(e){var t=xr(e),r=t==x?e.constructor:n,i=r?Do(r):"";if(i)switch(i){case Ln:return E;case En:return _;case Nn:return k;case On:return S;case Rn:return A}return t});var yo=Ne?Ga:fl;function _o(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ee)}function wo(e){return e==e&&!Za(e)}function xo(e,t){return function(r){return null!=r&&r[e]===t&&(t!==n||e in Ce(r))}}function ko(e,t,r){return t=gn(t===n?e.length-1:t,0),function(){for(var n=arguments,i=-1,o=gn(n.length-t,0),a=ye(o);++i<o;)a[i]=n[t+i];i=-1;for(var s=ye(t+1);++i<t;)s[i]=n[i];return s[t]=r(a),wt(e,this,s)}}function Co(e,t){return t.length<2?e:_r(e,Qr(t,0,-1))}function So(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Mo=Eo(Zr),To=dt||function(e,t){return ct.setTimeout(e,t)},Ao=Eo(Kr);function Lo(e,t,n){var r=t+"";return Ao(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(re,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return kt(f,(function(n){var r="_."+n[0];t&n[1]&&!Tt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ie);return t?t[1].split(oe):[]}(r),n)))}function Eo(e){var t=0,r=0;return function(){var i=vn(),o=16-(i-r);if(r=i,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(n,arguments)}}function No(e,t){var r=-1,i=e.length,o=i-1;for(t=t===n?i:t;++r<t;){var a=qr(r,o),s=e[a];e[a]=e[r],e[r]=s}return e.length=t,e}var Oo=function(){var e=Ea((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(J,(function(e,n,r,i){t.push(r?i.replace(le,"$1"):n||e)})),t}),(function(e){return 500===t.size&&t.clear(),e})),t=e.cache;return e}();function Ro(e){if("string"==typeof e||is(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Do(e){if(null!=e){try{return Oe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Po(e){if(e instanceof Hn)return e.clone();var t=new Fn(e.__wrapped__,e.__chain__);return t.__actions__=Si(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var zo=Vr((function(e,t){return Ua(e)?lr(e,pr(t,1,Ua,!0)):[]})),Io=Vr((function(e,t){var r=Vo(t);return Ua(r)&&(r=n),Ua(e)?lr(e,pr(t,1,Ua,!0),io(r,2)):[]})),jo=Vr((function(e,t){var r=Vo(t);return Ua(r)&&(r=n),Ua(e)?lr(e,pr(t,1,Ua,!0),n,r):[]}));function Bo(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:us(n);return i<0&&(i=gn(r+i,0)),zt(e,io(t,3),i)}function Fo(e,t,r){var i=null==e?0:e.length;if(!i)return-1;var o=i-1;return r!==n&&(o=us(r),o=r<0?gn(i+o,0):mn(o,i-1)),zt(e,io(t,3),o,!0)}function Ho(e){return null!=e&&e.length?pr(e,1):[]}function $o(e){return e&&e.length?e[0]:n}var Uo=Vr((function(e){var t=Lt(e,hi);return t.length&&t[0]===e[0]?Mr(t):[]})),qo=Vr((function(e){var t=Vo(e),r=Lt(e,hi);return t===Vo(r)?t=n:r.pop(),r.length&&r[0]===e[0]?Mr(r,io(t,2)):[]})),Wo=Vr((function(e){var t=Vo(e),r=Lt(e,hi);return(t="function"==typeof t?t:n)&&r.pop(),r.length&&r[0]===e[0]?Mr(r,n,t):[]}));function Vo(e){var t=null==e?0:e.length;return t?e[t-1]:n}var Go=Vr(Yo);function Yo(e,t){return e&&e.length&&t&&t.length?$r(e,t):e}var Xo=Ji((function(e,t){var n=null==e?0:e.length,r=rr(e,t);return Ur(e,Lt(t,(function(e){return go(e,n)?+e:e})).sort(xi)),r}));function Zo(e){return null==e?e:_n.call(e)}var Ko=Vr((function(e){return ai(pr(e,1,Ua,!0))})),Jo=Vr((function(e){var t=Vo(e);return Ua(t)&&(t=n),ai(pr(e,1,Ua,!0),io(t,2))})),Qo=Vr((function(e){var t=Vo(e);return t="function"==typeof t?t:n,ai(pr(e,1,Ua,!0),n,t)}));function ea(e){if(!e||!e.length)return[];var t=0;return e=Mt(e,(function(e){if(Ua(e))return t=gn(e.length,t),!0})),Wt(t,(function(t){return Lt(e,Ht(t))}))}function ta(e,t){if(!e||!e.length)return[];var r=ea(e);return null==t?r:Lt(r,(function(e){return wt(t,n,e)}))}var na=Vr((function(e,t){return Ua(e)?lr(e,t):[]})),ra=Vr((function(e){return di(Mt(e,Ua))})),ia=Vr((function(e){var t=Vo(e);return Ua(t)&&(t=n),di(Mt(e,Ua),io(t,2))})),oa=Vr((function(e){var t=Vo(e);return t="function"==typeof t?t:n,di(Mt(e,Ua),n,t)})),aa=Vr(ea),sa=Vr((function(e){var t=e.length,r=t>1?e[t-1]:n;return r="function"==typeof r?(e.pop(),r):n,ta(e,r)}));function la(e){var t=In(e);return t.__chain__=!0,t}function ca(e,t){return t(e)}var ua=Ji((function(e){var t=e.length,r=t?e[0]:0,i=this.__wrapped__,o=function(t){return rr(t,e)};return!(t>1||this.__actions__.length)&&i instanceof Hn&&go(r)?((i=i.slice(r,+r+(t?1:0))).__actions__.push({func:ca,args:[o],thisArg:n}),new Fn(i,this.__chain__).thru((function(e){return t&&!e.length&&e.push(n),e}))):this.thru(o)})),da=Ti((function(e,t,n){Re.call(e,n)?++e[n]:nr(e,n,1)})),fa=Di(Bo),ha=Di(Fo);function pa(e,t){return(Fa(e)?kt:cr)(e,io(t,3))}function ga(e,t){return(Fa(e)?Ct:ur)(e,io(t,3))}var ma=Ti((function(e,t,n){Re.call(e,n)?e[n].push(t):nr(e,n,[t])})),va=Vr((function(e,t,n){var r=-1,i="function"==typeof t,o=$a(e)?ye(e.length):[];return cr(e,(function(e){o[++r]=i?wt(t,e,n):Tr(e,t,n)})),o})),ba=Ti((function(e,t,n){nr(e,n,t)}));function ya(e,t){return(Fa(e)?Lt:Pr)(e,io(t,3))}var _a=Ti((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]})),wa=Vr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&mo(e,t[0],t[1])?t=[]:n>2&&mo(t[0],t[1],t[2])&&(t=[t[0]]),Fr(e,pr(t,1),[])})),xa=ut||function(){return ct.Date.now()};function ka(e,t,r){return t=r?n:t,t=e&&null==t?e.length:t,Gi(e,s,n,n,n,n,t)}function Ca(e,t){var i;if("function"!=typeof t)throw new Te(r);return e=us(e),function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=n),i}}var Sa=Vr((function(e,t,n){var r=1;if(n.length){var i=on(n,ro(Sa));r|=a}return Gi(e,r,t,n,i)})),Ma=Vr((function(e,t,n){var r=3;if(n.length){var i=on(n,ro(Ma));r|=a}return Gi(t,r,e,n,i)}));function Ta(e,t,i){var o,a,s,l,c,u,d=0,f=!1,h=!1,p=!0;if("function"!=typeof e)throw new Te(r);function g(t){var r=o,i=a;return o=a=n,d=t,l=e.apply(i,r)}function m(e){var r=e-u;return u===n||r>=t||r<0||h&&e-d>=s}function v(){var e=xa();if(m(e))return b(e);c=To(v,function(e){var n=t-(e-u);return h?mn(n,s-(e-d)):n}(e))}function b(e){return c=n,p&&o?g(e):(o=a=n,l)}function y(){var e=xa(),r=m(e);if(o=arguments,a=this,u=e,r){if(c===n)return function(e){return d=e,c=To(v,t),f?g(e):l}(u);if(h)return bi(c),c=To(v,t),g(u)}return c===n&&(c=To(v,t)),l}return t=fs(t)||0,Za(i)&&(f=!!i.leading,s=(h="maxWait"in i)?gn(fs(i.maxWait)||0,t):s,p="trailing"in i?!!i.trailing:p),y.cancel=function(){c!==n&&bi(c),d=0,o=u=a=c=n},y.flush=function(){return c===n?l:b(xa())},y}var Aa=Vr((function(e,t){return sr(e,1,t)})),La=Vr((function(e,t,n){return sr(e,fs(t)||0,n)}));function Ea(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Te(r);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ea.Cache||qn),n}function Na(e){if("function"!=typeof e)throw new Te(r);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ea.Cache=qn;var Oa=mi((function(e,t){var n=(t=1==t.length&&Fa(t[0])?Lt(t[0],Gt(io())):Lt(pr(t,1),Gt(io()))).length;return Vr((function(r){for(var i=-1,o=mn(r.length,n);++i<o;)r[i]=t[i].call(this,r[i]);return wt(e,this,r)}))})),Ra=Vr((function(e,t){var r=on(t,ro(Ra));return Gi(e,a,n,t,r)})),Da=Vr((function(e,t){var r=on(t,ro(Da));return Gi(e,64,n,t,r)})),Pa=Ji((function(e,t){return Gi(e,256,n,n,n,t)}));function za(e,t){return e===t||e!=e&&t!=t}var Ia=$i(kr),ja=$i((function(e,t){return e>=t})),Ba=Ar(function(){return arguments}())?Ar:function(e){return Ka(e)&&Re.call(e,"callee")&&!Ve.call(e,"callee")},Fa=ye.isArray,Ha=gt?Gt(gt):function(e){return Ka(e)&&xr(e)==L};function $a(e){return null!=e&&Xa(e.length)&&!Ga(e)}function Ua(e){return Ka(e)&&$a(e)}var qa=$t||fl,Wa=mt?Gt(mt):function(e){return Ka(e)&&xr(e)==m};function Va(e){if(!Ka(e))return!1;var t=xr(e);return t==v||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!es(e)}function Ga(e){if(!Za(e))return!1;var t=xr(e);return t==b||t==y||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ya(e){return"number"==typeof e&&e==us(e)}function Xa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=c}function Za(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Ka(e){return null!=e&&"object"==typeof e}var Ja=vt?Gt(vt):function(e){return Ka(e)&&uo(e)==_};function Qa(e){return"number"==typeof e||Ka(e)&&xr(e)==w}function es(e){if(!Ka(e)||xr(e)!=x)return!1;var t=qe(e);if(null===t)return!0;var n=Re.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Oe.call(n)==Ie}var ts=bt?Gt(bt):function(e){return Ka(e)&&xr(e)==C},ns=yt?Gt(yt):function(e){return Ka(e)&&uo(e)==S};function rs(e){return"string"==typeof e||!Fa(e)&&Ka(e)&&xr(e)==M}function is(e){return"symbol"==typeof e||Ka(e)&&xr(e)==T}var os=_t?Gt(_t):function(e){return Ka(e)&&Xa(e.length)&&!!nt[xr(e)]},as=$i(Dr),ss=$i((function(e,t){return e<=t}));function ls(e){if(!e)return[];if($a(e))return rs(e)?ln(e):Si(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=uo(e);return(t==_?nn:t==S?an:zs)(e)}function cs(e){return e?(e=fs(e))===l||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function us(e){var t=cs(e),n=t%1;return t==t?n?t-n:t:0}function ds(e){return e?ir(us(e),0,d):0}function fs(e){if("number"==typeof e)return e;if(is(e))return u;if(Za(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Za(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Vt(e);var n=fe.test(e);return n||pe.test(e)?at(e.slice(2),n?2:8):de.test(e)?u:+e}function hs(e){return Mi(e,As(e))}function ps(e){return null==e?"":oi(e)}var gs=Ai((function(e,t){if(_o(t)||$a(t))Mi(t,Ts(t),e);else for(var n in t)Re.call(t,n)&&Jn(e,n,t[n])})),ms=Ai((function(e,t){Mi(t,As(t),e)})),vs=Ai((function(e,t,n,r){Mi(t,As(t),e,r)})),bs=Ai((function(e,t,n,r){Mi(t,Ts(t),e,r)})),ys=Ji(rr),_s=Vr((function(e,t){e=Ce(e);var r=-1,i=t.length,o=i>2?t[2]:n;for(o&&mo(t[0],t[1],o)&&(i=1);++r<i;)for(var a=t[r],s=As(a),l=-1,c=s.length;++l<c;){var u=s[l],d=e[u];(d===n||za(d,Ee[u])&&!Re.call(e,u))&&(e[u]=a[u])}return e})),ws=Vr((function(e){return e.push(n,Xi),wt(Es,n,e)}));function xs(e,t,r){var i=null==e?n:_r(e,t);return i===n?r:i}function ks(e,t){return null!=e&&fo(e,t,Sr)}var Cs=Ii((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=ze.call(t)),e[t]=n}),Zs(Qs)),Ss=Ii((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=ze.call(t)),Re.call(e,t)?e[t].push(n):e[t]=[n]}),io),Ms=Vr(Tr);function Ts(e){return $a(e)?Gn(e):Rr(e)}function As(e){return $a(e)?Gn(e,!0):function(e){if(!Za(e))return function(e){var t=[];if(null!=e)for(var n in Ce(e))t.push(n);return t}(e);var t=_o(e),n=[];for(var r in e)("constructor"!=r||!t&&Re.call(e,r))&&n.push(r);return n}(e)}var Ls=Ai((function(e,t,n){jr(e,t,n)})),Es=Ai((function(e,t,n,r){jr(e,t,n,r)})),Ns=Ji((function(e,t){var n={};if(null==e)return n;var r=!1;t=Lt(t,(function(t){return t=gi(t,e),r||(r=t.length>1),t})),Mi(e,eo(e),n),r&&(n=or(n,7,Zi));for(var i=t.length;i--;)si(n,t[i]);return n})),Os=Ji((function(e,t){return null==e?{}:function(e,t){return Hr(e,t,(function(t,n){return ks(e,n)}))}(e,t)}));function Rs(e,t){if(null==e)return{};var n=Lt(eo(e),(function(e){return[e]}));return t=io(t),Hr(e,n,(function(e,n){return t(e,n[0])}))}var Ds=Vi(Ts),Ps=Vi(As);function zs(e){return null==e?[]:Yt(e,Ts(e))}var Is=Oi((function(e,t,n){return t=t.toLowerCase(),e+(n?js(t):t)}));function js(e){return Vs(ps(e).toLowerCase())}function Bs(e){return(e=ps(e))&&e.replace(me,Jt).replace(Xe,"")}var Fs=Oi((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Hs=Oi((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),$s=Ni("toLowerCase"),Us=Oi((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()})),qs=Oi((function(e,t,n){return e+(n?" ":"")+Vs(t)})),Ws=Oi((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Vs=Ni("toUpperCase");function Gs(e,t,r){return e=ps(e),(t=r?n:t)===n?function(e){return Qe.test(e)}(e)?function(e){return e.match(Ke)||[]}(e):function(e){return e.match(ae)||[]}(e):e.match(t)||[]}var Ys=Vr((function(e,t){try{return wt(e,n,t)}catch(e){return Va(e)?e:new we(e)}})),Xs=Ji((function(e,t){return kt(t,(function(t){t=Ro(t),nr(e,t,Sa(e[t],e))})),e}));function Zs(e){return function(){return e}}var Ks=Pi(),Js=Pi(!0);function Qs(e){return e}function el(e){return Or("function"==typeof e?e:or(e,1))}var tl=Vr((function(e,t){return function(n){return Tr(n,e,t)}})),nl=Vr((function(e,t){return function(n){return Tr(e,n,t)}}));function rl(e,t,n){var r=Ts(t),i=yr(t,r);null!=n||Za(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=yr(t,Ts(t)));var o=!(Za(n)&&"chain"in n&&!n.chain),a=Ga(e);return kt(i,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=Si(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Et([this.value()],arguments))})})),e}function il(){}var ol=Bi(Lt),al=Bi(St),sl=Bi(Rt);function ll(e){return vo(e)?Ht(Ro(e)):function(e){return function(t){return _r(t,e)}}(e)}var cl=Hi(),ul=Hi(!0);function dl(){return[]}function fl(){return!1}var hl,pl=ji((function(e,t){return e+t}),0),gl=qi("ceil"),ml=ji((function(e,t){return e/t}),1),vl=qi("floor"),bl=ji((function(e,t){return e*t}),1),yl=qi("round"),_l=ji((function(e,t){return e-t}),0);return In.after=function(e,t){if("function"!=typeof t)throw new Te(r);return e=us(e),function(){if(--e<1)return t.apply(this,arguments)}},In.ary=ka,In.assign=gs,In.assignIn=ms,In.assignInWith=vs,In.assignWith=bs,In.at=ys,In.before=Ca,In.bind=Sa,In.bindAll=Xs,In.bindKey=Ma,In.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Fa(e)?e:[e]},In.chain=la,In.chunk=function(e,t,r){t=(r?mo(e,t,r):t===n)?1:gn(us(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var o=0,a=0,s=ye(ht(i/t));o<i;)s[a++]=Qr(e,o,o+=t);return s},In.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i},In.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ye(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return Et(Fa(n)?Si(n):[n],pr(t,1))},In.cond=function(e){var t=null==e?0:e.length,n=io();return e=t?Lt(e,(function(e){if("function"!=typeof e[1])throw new Te(r);return[n(e[0]),e[1]]})):[],Vr((function(n){for(var r=-1;++r<t;){var i=e[r];if(wt(i[0],this,n))return wt(i[1],this,n)}}))},In.conforms=function(e){return function(e){var t=Ts(e);return function(n){return ar(n,e,t)}}(or(e,1))},In.constant=Zs,In.countBy=da,In.create=function(e,t){var n=jn(e);return null==t?n:tr(n,t)},In.curry=function e(t,r,i){var o=Gi(t,8,n,n,n,n,n,r=i?n:r);return o.placeholder=e.placeholder,o},In.curryRight=function e(t,r,i){var o=Gi(t,16,n,n,n,n,n,r=i?n:r);return o.placeholder=e.placeholder,o},In.debounce=Ta,In.defaults=_s,In.defaultsDeep=ws,In.defer=Aa,In.delay=La,In.difference=zo,In.differenceBy=Io,In.differenceWith=jo,In.drop=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,(t=r||t===n?1:us(t))<0?0:t,i):[]},In.dropRight=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,0,(t=i-(t=r||t===n?1:us(t)))<0?0:t):[]},In.dropRightWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!0,!0):[]},In.dropWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!0):[]},In.fill=function(e,t,r,i){var o=null==e?0:e.length;return o?(r&&"number"!=typeof r&&mo(e,t,r)&&(r=0,i=o),function(e,t,r,i){var o=e.length;for((r=us(r))<0&&(r=-r>o?0:o+r),(i=i===n||i>o?o:us(i))<0&&(i+=o),i=r>i?0:ds(i);r<i;)e[r++]=t;return e}(e,t,r,i)):[]},In.filter=function(e,t){return(Fa(e)?Mt:hr)(e,io(t,3))},In.flatMap=function(e,t){return pr(ya(e,t),1)},In.flatMapDeep=function(e,t){return pr(ya(e,t),l)},In.flatMapDepth=function(e,t,r){return r=r===n?1:us(r),pr(ya(e,t),r)},In.flatten=Ho,In.flattenDeep=function(e){return null!=e&&e.length?pr(e,l):[]},In.flattenDepth=function(e,t){return null!=e&&e.length?pr(e,t=t===n?1:us(t)):[]},In.flip=function(e){return Gi(e,512)},In.flow=Ks,In.flowRight=Js,In.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r},In.functions=function(e){return null==e?[]:yr(e,Ts(e))},In.functionsIn=function(e){return null==e?[]:yr(e,As(e))},In.groupBy=ma,In.initial=function(e){return null!=e&&e.length?Qr(e,0,-1):[]},In.intersection=Uo,In.intersectionBy=qo,In.intersectionWith=Wo,In.invert=Cs,In.invertBy=Ss,In.invokeMap=va,In.iteratee=el,In.keyBy=ba,In.keys=Ts,In.keysIn=As,In.map=ya,In.mapKeys=function(e,t){var n={};return t=io(t,3),vr(e,(function(e,r,i){nr(n,t(e,r,i),e)})),n},In.mapValues=function(e,t){var n={};return t=io(t,3),vr(e,(function(e,r,i){nr(n,r,t(e,r,i))})),n},In.matches=function(e){return zr(or(e,1))},In.matchesProperty=function(e,t){return Ir(e,or(t,1))},In.memoize=Ea,In.merge=Ls,In.mergeWith=Es,In.method=tl,In.methodOf=nl,In.mixin=rl,In.negate=Na,In.nthArg=function(e){return e=us(e),Vr((function(t){return Br(t,e)}))},In.omit=Ns,In.omitBy=function(e,t){return Rs(e,Na(io(t)))},In.once=function(e){return Ca(2,e)},In.orderBy=function(e,t,r,i){return null==e?[]:(Fa(t)||(t=null==t?[]:[t]),Fa(r=i?n:r)||(r=null==r?[]:[r]),Fr(e,t,r))},In.over=ol,In.overArgs=Oa,In.overEvery=al,In.overSome=sl,In.partial=Ra,In.partialRight=Da,In.partition=_a,In.pick=Os,In.pickBy=Rs,In.property=ll,In.propertyOf=function(e){return function(t){return null==e?n:_r(e,t)}},In.pull=Go,In.pullAll=Yo,In.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?$r(e,t,io(n,2)):e},In.pullAllWith=function(e,t,r){return e&&e.length&&t&&t.length?$r(e,t,n,r):e},In.pullAt=Xo,In.range=cl,In.rangeRight=ul,In.rearg=Pa,In.reject=function(e,t){return(Fa(e)?Mt:hr)(e,Na(io(t,3)))},In.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=io(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return Ur(e,i),n},In.rest=function(e,t){if("function"!=typeof e)throw new Te(r);return Vr(e,t=t===n?t:us(t))},In.reverse=Zo,In.sampleSize=function(e,t,r){return t=(r?mo(e,t,r):t===n)?1:us(t),(Fa(e)?Xn:Yr)(e,t)},In.set=function(e,t,n){return null==e?e:Xr(e,t,n)},In.setWith=function(e,t,r,i){return i="function"==typeof i?i:n,null==e?e:Xr(e,t,r,i)},In.shuffle=function(e){return(Fa(e)?Zn:Jr)(e)},In.slice=function(e,t,r){var i=null==e?0:e.length;return i?(r&&"number"!=typeof r&&mo(e,t,r)?(t=0,r=i):(t=null==t?0:us(t),r=r===n?i:us(r)),Qr(e,t,r)):[]},In.sortBy=wa,In.sortedUniq=function(e){return e&&e.length?ri(e):[]},In.sortedUniqBy=function(e,t){return e&&e.length?ri(e,io(t,2)):[]},In.split=function(e,t,r){return r&&"number"!=typeof r&&mo(e,t,r)&&(t=r=n),(r=r===n?d:r>>>0)?(e=ps(e))&&("string"==typeof t||null!=t&&!ts(t))&&!(t=oi(t))&&tn(e)?vi(ln(e),0,r):e.split(t,r):[]},In.spread=function(e,t){if("function"!=typeof e)throw new Te(r);return t=null==t?0:gn(us(t),0),Vr((function(n){var r=n[t],i=vi(n,0,t);return r&&Et(i,r),wt(e,this,i)}))},In.tail=function(e){var t=null==e?0:e.length;return t?Qr(e,1,t):[]},In.take=function(e,t,r){return e&&e.length?Qr(e,0,(t=r||t===n?1:us(t))<0?0:t):[]},In.takeRight=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,(t=i-(t=r||t===n?1:us(t)))<0?0:t,i):[]},In.takeRightWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!1,!0):[]},In.takeWhile=function(e,t){return e&&e.length?ci(e,io(t,3)):[]},In.tap=function(e,t){return t(e),e},In.throttle=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new Te(r);return Za(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),Ta(e,t,{leading:i,maxWait:t,trailing:o})},In.thru=ca,In.toArray=ls,In.toPairs=Ds,In.toPairsIn=Ps,In.toPath=function(e){return Fa(e)?Lt(e,Ro):is(e)?[e]:Si(Oo(ps(e)))},In.toPlainObject=hs,In.transform=function(e,t,n){var r=Fa(e),i=r||qa(e)||os(e);if(t=io(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:Za(e)&&Ga(o)?jn(qe(e)):{}}return(i?kt:vr)(e,(function(e,r,i){return t(n,e,r,i)})),n},In.unary=function(e){return ka(e,1)},In.union=Ko,In.unionBy=Jo,In.unionWith=Qo,In.uniq=function(e){return e&&e.length?ai(e):[]},In.uniqBy=function(e,t){return e&&e.length?ai(e,io(t,2)):[]},In.uniqWith=function(e,t){return t="function"==typeof t?t:n,e&&e.length?ai(e,n,t):[]},In.unset=function(e,t){return null==e||si(e,t)},In.unzip=ea,In.unzipWith=ta,In.update=function(e,t,n){return null==e?e:li(e,t,pi(n))},In.updateWith=function(e,t,r,i){return i="function"==typeof i?i:n,null==e?e:li(e,t,pi(r),i)},In.values=zs,In.valuesIn=function(e){return null==e?[]:Yt(e,As(e))},In.without=na,In.words=Gs,In.wrap=function(e,t){return Ra(pi(t),e)},In.xor=ra,In.xorBy=ia,In.xorWith=oa,In.zip=aa,In.zipObject=function(e,t){return fi(e||[],t||[],Jn)},In.zipObjectDeep=function(e,t){return fi(e||[],t||[],Xr)},In.zipWith=sa,In.entries=Ds,In.entriesIn=Ps,In.extend=ms,In.extendWith=vs,rl(In,In),In.add=pl,In.attempt=Ys,In.camelCase=Is,In.capitalize=js,In.ceil=gl,In.clamp=function(e,t,r){return r===n&&(r=t,t=n),r!==n&&(r=(r=fs(r))==r?r:0),t!==n&&(t=(t=fs(t))==t?t:0),ir(fs(e),t,r)},In.clone=function(e){return or(e,4)},In.cloneDeep=function(e){return or(e,5)},In.cloneDeepWith=function(e,t){return or(e,5,t="function"==typeof t?t:n)},In.cloneWith=function(e,t){return or(e,4,t="function"==typeof t?t:n)},In.conformsTo=function(e,t){return null==t||ar(e,t,Ts(t))},In.deburr=Bs,In.defaultTo=function(e,t){return null==e||e!=e?t:e},In.divide=ml,In.endsWith=function(e,t,r){e=ps(e),t=oi(t);var i=e.length,o=r=r===n?i:ir(us(r),0,i);return(r-=t.length)>=0&&e.slice(r,o)==t},In.eq=za,In.escape=function(e){return(e=ps(e))&&V.test(e)?e.replace(q,Qt):e},In.escapeRegExp=function(e){return(e=ps(e))&&ee.test(e)?e.replace(Q,"\\$&"):e},In.every=function(e,t,r){var i=Fa(e)?St:dr;return r&&mo(e,t,r)&&(t=n),i(e,io(t,3))},In.find=fa,In.findIndex=Bo,In.findKey=function(e,t){return Pt(e,io(t,3),vr)},In.findLast=ha,In.findLastIndex=Fo,In.findLastKey=function(e,t){return Pt(e,io(t,3),br)},In.floor=vl,In.forEach=pa,In.forEachRight=ga,In.forIn=function(e,t){return null==e?e:gr(e,io(t,3),As)},In.forInRight=function(e,t){return null==e?e:mr(e,io(t,3),As)},In.forOwn=function(e,t){return e&&vr(e,io(t,3))},In.forOwnRight=function(e,t){return e&&br(e,io(t,3))},In.get=xs,In.gt=Ia,In.gte=ja,In.has=function(e,t){return null!=e&&fo(e,t,Cr)},In.hasIn=ks,In.head=$o,In.identity=Qs,In.includes=function(e,t,n,r){e=$a(e)?e:zs(e),n=n&&!r?us(n):0;var i=e.length;return n<0&&(n=gn(i+n,0)),rs(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&It(e,t,n)>-1},In.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:us(n);return i<0&&(i=gn(r+i,0)),It(e,t,i)},In.inRange=function(e,t,r){return t=cs(t),r===n?(r=t,t=0):r=cs(r),function(e,t,n){return e>=mn(t,n)&&e<gn(t,n)}(e=fs(e),t,r)},In.invoke=Ms,In.isArguments=Ba,In.isArray=Fa,In.isArrayBuffer=Ha,In.isArrayLike=$a,In.isArrayLikeObject=Ua,In.isBoolean=function(e){return!0===e||!1===e||Ka(e)&&xr(e)==g},In.isBuffer=qa,In.isDate=Wa,In.isElement=function(e){return Ka(e)&&1===e.nodeType&&!es(e)},In.isEmpty=function(e){if(null==e)return!0;if($a(e)&&(Fa(e)||"string"==typeof e||"function"==typeof e.splice||qa(e)||os(e)||Ba(e)))return!e.length;var t=uo(e);if(t==_||t==S)return!e.size;if(_o(e))return!Rr(e).length;for(var n in e)if(Re.call(e,n))return!1;return!0},In.isEqual=function(e,t){return Lr(e,t)},In.isEqualWith=function(e,t,r){var i=(r="function"==typeof r?r:n)?r(e,t):n;return i===n?Lr(e,t,n,r):!!i},In.isError=Va,In.isFinite=function(e){return"number"==typeof e&&fn(e)},In.isFunction=Ga,In.isInteger=Ya,In.isLength=Xa,In.isMap=Ja,In.isMatch=function(e,t){return e===t||Er(e,t,ao(t))},In.isMatchWith=function(e,t,r){return r="function"==typeof r?r:n,Er(e,t,ao(t),r)},In.isNaN=function(e){return Qa(e)&&e!=+e},In.isNative=function(e){if(yo(e))throw new we("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Nr(e)},In.isNil=function(e){return null==e},In.isNull=function(e){return null===e},In.isNumber=Qa,In.isObject=Za,In.isObjectLike=Ka,In.isPlainObject=es,In.isRegExp=ts,In.isSafeInteger=function(e){return Ya(e)&&e>=-9007199254740991&&e<=c},In.isSet=ns,In.isString=rs,In.isSymbol=is,In.isTypedArray=os,In.isUndefined=function(e){return e===n},In.isWeakMap=function(e){return Ka(e)&&uo(e)==A},In.isWeakSet=function(e){return Ka(e)&&"[object WeakSet]"==xr(e)},In.join=function(e,t){return null==e?"":hn.call(e,t)},In.kebabCase=Fs,In.last=Vo,In.lastIndexOf=function(e,t,r){var i=null==e?0:e.length;if(!i)return-1;var o=i;return r!==n&&(o=(o=us(r))<0?gn(i+o,0):mn(o,i-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):zt(e,Bt,o,!0)},In.lowerCase=Hs,In.lowerFirst=$s,In.lt=as,In.lte=ss,In.max=function(e){return e&&e.length?fr(e,Qs,kr):n},In.maxBy=function(e,t){return e&&e.length?fr(e,io(t,2),kr):n},In.mean=function(e){return Ft(e,Qs)},In.meanBy=function(e,t){return Ft(e,io(t,2))},In.min=function(e){return e&&e.length?fr(e,Qs,Dr):n},In.minBy=function(e,t){return e&&e.length?fr(e,io(t,2),Dr):n},In.stubArray=dl,In.stubFalse=fl,In.stubObject=function(){return{}},In.stubString=function(){return""},In.stubTrue=function(){return!0},In.multiply=bl,In.nth=function(e,t){return e&&e.length?Br(e,us(t)):n},In.noConflict=function(){return ct._===this&&(ct._=je),this},In.noop=il,In.now=xa,In.pad=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Fi(pt(i),n)+e+Fi(ht(i),n)},In.padEnd=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;return t&&r<t?e+Fi(t-r,n):e},In.padStart=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;return t&&r<t?Fi(t-r,n)+e:e},In.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),bn(ps(e).replace(te,""),t||0)},In.random=function(e,t,r){if(r&&"boolean"!=typeof r&&mo(e,t,r)&&(t=r=n),r===n&&("boolean"==typeof t?(r=t,t=n):"boolean"==typeof e&&(r=e,e=n)),e===n&&t===n?(e=0,t=1):(e=cs(e),t===n?(t=e,e=0):t=cs(t)),e>t){var i=e;e=t,t=i}if(r||e%1||t%1){var o=yn();return mn(e+o*(t-e+ot("1e-"+((o+"").length-1))),t)}return qr(e,t)},In.reduce=function(e,t,n){var r=Fa(e)?Nt:Ut,i=arguments.length<3;return r(e,io(t,4),n,i,cr)},In.reduceRight=function(e,t,n){var r=Fa(e)?Ot:Ut,i=arguments.length<3;return r(e,io(t,4),n,i,ur)},In.repeat=function(e,t,r){return t=(r?mo(e,t,r):t===n)?1:us(t),Wr(ps(e),t)},In.replace=function(){var e=arguments,t=ps(e[0]);return e.length<3?t:t.replace(e[1],e[2])},In.result=function(e,t,r){var i=-1,o=(t=gi(t,e)).length;for(o||(o=1,e=n);++i<o;){var a=null==e?n:e[Ro(t[i])];a===n&&(i=o,a=r),e=Ga(a)?a.call(e):a}return e},In.round=yl,In.runInContext=e,In.sample=function(e){return(Fa(e)?Yn:Gr)(e)},In.size=function(e){if(null==e)return 0;if($a(e))return rs(e)?sn(e):e.length;var t=uo(e);return t==_||t==S?e.size:Rr(e).length},In.snakeCase=Us,In.some=function(e,t,r){var i=Fa(e)?Rt:ei;return r&&mo(e,t,r)&&(t=n),i(e,io(t,3))},In.sortedIndex=function(e,t){return ti(e,t)},In.sortedIndexBy=function(e,t,n){return ni(e,t,io(n,2))},In.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=ti(e,t);if(r<n&&za(e[r],t))return r}return-1},In.sortedLastIndex=function(e,t){return ti(e,t,!0)},In.sortedLastIndexBy=function(e,t,n){return ni(e,t,io(n,2),!0)},In.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var n=ti(e,t,!0)-1;if(za(e[n],t))return n}return-1},In.startCase=qs,In.startsWith=function(e,t,n){return e=ps(e),n=null==n?0:ir(us(n),0,e.length),t=oi(t),e.slice(n,n+t.length)==t},In.subtract=_l,In.sum=function(e){return e&&e.length?qt(e,Qs):0},In.sumBy=function(e,t){return e&&e.length?qt(e,io(t,2)):0},In.template=function(e,t,r){var i=In.templateSettings;r&&mo(e,t,r)&&(t=n),e=ps(e),t=vs({},t,i,Yi);var o,a,s=vs({},t.imports,i.imports,Yi),l=Ts(s),c=Yt(s,l),u=0,d=t.interpolate||ve,f="__p += '",h=Se((t.escape||ve).source+"|"+d.source+"|"+(d===X?ce:ve).source+"|"+(t.evaluate||ve).source+"|$","g"),p="//# sourceURL="+(Re.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++tt+"]")+"\n";e.replace(h,(function(t,n,r,i,s,l){return r||(r=i),f+=e.slice(u,l).replace(be,en),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),s&&(a=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),u=l+t.length,t})),f+="';\n";var g=Re.call(t,"variable")&&t.variable;if(g){if(se.test(g))throw new we("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(a?f.replace(F,""):f).replace(H,"$1").replace($,"$1;"),f="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var m=Ys((function(){return xe(l,p+"return "+f).apply(n,c)}));if(m.source=f,Va(m))throw m;return m},In.times=function(e,t){if((e=us(e))<1||e>c)return[];var n=d,r=mn(e,d);t=io(t),e-=d;for(var i=Wt(r,t);++n<e;)t(n);return i},In.toFinite=cs,In.toInteger=us,In.toLength=ds,In.toLower=function(e){return ps(e).toLowerCase()},In.toNumber=fs,In.toSafeInteger=function(e){return e?ir(us(e),-9007199254740991,c):0===e?e:0},In.toString=ps,In.toUpper=function(e){return ps(e).toUpperCase()},In.trim=function(e,t,r){if((e=ps(e))&&(r||t===n))return Vt(e);if(!e||!(t=oi(t)))return e;var i=ln(e),o=ln(t);return vi(i,Zt(i,o),Kt(i,o)+1).join("")},In.trimEnd=function(e,t,r){if((e=ps(e))&&(r||t===n))return e.slice(0,cn(e)+1);if(!e||!(t=oi(t)))return e;var i=ln(e);return vi(i,0,Kt(i,ln(t))+1).join("")},In.trimStart=function(e,t,r){if((e=ps(e))&&(r||t===n))return e.replace(te,"");if(!e||!(t=oi(t)))return e;var i=ln(e);return vi(i,Zt(i,ln(t))).join("")},In.truncate=function(e,t){var r=30,i="...";if(Za(t)){var o="separator"in t?t.separator:o;r="length"in t?us(t.length):r,i="omission"in t?oi(t.omission):i}var a=(e=ps(e)).length;if(tn(e)){var s=ln(e);a=s.length}if(r>=a)return e;var l=r-sn(i);if(l<1)return i;var c=s?vi(s,0,l).join(""):e.slice(0,l);if(o===n)return c+i;if(s&&(l+=c.length-l),ts(o)){if(e.slice(l).search(o)){var u,d=c;for(o.global||(o=Se(o.source,ps(ue.exec(o))+"g")),o.lastIndex=0;u=o.exec(d);)var f=u.index;c=c.slice(0,f===n?l:f)}}else if(e.indexOf(oi(o),l)!=l){var h=c.lastIndexOf(o);h>-1&&(c=c.slice(0,h))}return c+i},In.unescape=function(e){return(e=ps(e))&&W.test(e)?e.replace(U,un):e},In.uniqueId=function(e){var t=++De;return ps(e)+t},In.upperCase=Ws,In.upperFirst=Vs,In.each=pa,In.eachRight=ga,In.first=$o,rl(In,(hl={},vr(In,(function(e,t){Re.call(In.prototype,t)||(hl[t]=e)})),hl),{chain:!1}),In.VERSION="4.17.21",kt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){In[e].placeholder=In})),kt(["drop","take"],(function(e,t){Hn.prototype[e]=function(r){r=r===n?1:gn(us(r),0);var i=this.__filtered__&&!t?new Hn(this):this.clone();return i.__filtered__?i.__takeCount__=mn(r,i.__takeCount__):i.__views__.push({size:mn(r,d),type:e+(i.__dir__<0?"Right":"")}),i},Hn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),kt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Hn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:io(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),kt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Hn.prototype[e]=function(){return this[n](1).value()[0]}})),kt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Hn.prototype[e]=function(){return this.__filtered__?new Hn(this):this[n](1)}})),Hn.prototype.compact=function(){return this.filter(Qs)},Hn.prototype.find=function(e){return this.filter(e).head()},Hn.prototype.findLast=function(e){return this.reverse().find(e)},Hn.prototype.invokeMap=Vr((function(e,t){return"function"==typeof e?new Hn(this):this.map((function(n){return Tr(n,e,t)}))})),Hn.prototype.reject=function(e){return this.filter(Na(io(e)))},Hn.prototype.slice=function(e,t){e=us(e);var r=this;return r.__filtered__&&(e>0||t<0)?new Hn(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),t!==n&&(r=(t=us(t))<0?r.dropRight(-t):r.take(t-e)),r)},Hn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Hn.prototype.toArray=function(){return this.take(d)},vr(Hn.prototype,(function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),o=In[i?"take"+("last"==t?"Right":""):t],a=i||/^find/.test(t);o&&(In.prototype[t]=function(){var t=this.__wrapped__,s=i?[1]:arguments,l=t instanceof Hn,c=s[0],u=l||Fa(t),d=function(e){var t=o.apply(In,Et([e],s));return i&&f?t[0]:t};u&&r&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,h=!!this.__actions__.length,p=a&&!f,g=l&&!h;if(!a&&u){t=g?t:new Hn(this);var m=e.apply(t,s);return m.__actions__.push({func:ca,args:[d],thisArg:n}),new Fn(m,f)}return p&&g?e.apply(this,s):(m=this.thru(d),p?i?m.value()[0]:m.value():m)})})),kt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Ae[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);In.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Fa(i)?i:[],e)}return this[n]((function(n){return t.apply(Fa(n)?n:[],e)}))}})),vr(Hn.prototype,(function(e,t){var n=In[t];if(n){var r=n.name+"";Re.call(An,r)||(An[r]=[]),An[r].push({name:t,func:n})}})),An[zi(n,2).name]=[{name:"wrapper",func:n}],Hn.prototype.clone=function(){var e=new Hn(this.__wrapped__);return e.__actions__=Si(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Si(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Si(this.__views__),e},Hn.prototype.reverse=function(){if(this.__filtered__){var e=new Hn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Hn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Fa(e),r=t<0,i=n?e.length:0,o=function(e,t,n){for(var r=-1,i=n.length;++r<i;){var o=n[r],a=o.size;switch(o.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=mn(t,e+a);break;case"takeRight":e=gn(e,t-a)}}return{start:e,end:t}}(0,i,this.__views__),a=o.start,s=o.end,l=s-a,c=r?s:a-1,u=this.__iteratees__,d=u.length,f=0,h=mn(l,this.__takeCount__);if(!n||!r&&i==l&&h==l)return ui(e,this.__actions__);var p=[];e:for(;l--&&f<h;){for(var g=-1,m=e[c+=t];++g<d;){var v=u[g],b=v.iteratee,y=v.type,_=b(m);if(2==y)m=_;else if(!_){if(1==y)continue e;break e}}p[f++]=m}return p},In.prototype.at=ua,In.prototype.chain=function(){return la(this)},In.prototype.commit=function(){return new Fn(this.value(),this.__chain__)},In.prototype.next=function(){this.__values__===n&&(this.__values__=ls(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?n:this.__values__[this.__index__++]}},In.prototype.plant=function(e){for(var t,r=this;r instanceof Bn;){var i=Po(r);i.__index__=0,i.__values__=n,t?o.__wrapped__=i:t=i;var o=i;r=r.__wrapped__}return o.__wrapped__=e,t},In.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Hn){var t=e;return this.__actions__.length&&(t=new Hn(this)),(t=t.reverse()).__actions__.push({func:ca,args:[Zo],thisArg:n}),new Fn(t,this.__chain__)}return this.thru(Zo)},In.prototype.toJSON=In.prototype.valueOf=In.prototype.value=function(){return ui(this.__wrapped__,this.__actions__)},In.prototype.first=In.prototype.head,Je&&(In.prototype[Je]=function(){return this}),In}();dt?((dt.exports=dn)._=dn,ut._=dn):ct._=dn}).call(oV)}(iV,iV.exports)),iV.exports);const sV={s:"s",m:"m",xs:"xs"},lV=e=>{const{children:t,description:n,title:r,icon:i,iconColor:o,fullHeight:a=!0,size:s="m",className:l,iconClassName:c,border:u=!1}=e;return Os("div",{"data-size":s,"data-full-height":a||void 0,"data-border":u||void 0,className:vo("styles_container__9IMGc",l),children:[!!i&&Os(Ds,{id:i,className:vo("styles_emptyIcon__QSADI",c),"data-size":sV[s],"data-color":o}),Os("div",{className:"styles_textContainer__AznFB",children:[r&&Os(zs,{tag:"b",size:"s"===s?"m":"l",bold:!0,className:"styles_title__wOjPO",children:r}),!!n&&Os(zs,{tag:"p",size:"m",className:"styles_description__Idyva",children:n})]}),t]})};function cV(){return cV=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},cV.apply(null,arguments)}function uV(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var dV,fV=function(e){var t=e.bars,n=e.annotations,r=fW({data:t,annotations:n,getPosition:function(e){return{x:e.x+e.width/2,y:e.y+e.height/2}},getDimensions:function(e){var t=e.height,n=e.width;return{width:n,height:t,size:Math.max(n,t)}}});return Os(zr,{children:r.map((function(e,t){return Os(yW,cV({},e),t)}))})},hV=function(e){var t=e.width,n=e.height,r=e.legends,i=e.toggleSerie;return Os(zr,{children:r.map((function(e,r){var o,a=e[0],s=e[1];return Os(bF,cV({},a,{containerWidth:t,containerHeight:n,data:null!=(o=a.data)?o:s,toggleSerie:a.toggleSerie&&"keys"===a.dataFrom?i:void 0}),r)}))})},pV=["data"],gV=["color","label"],mV={indexBy:"id",keys:["value"],groupMode:"stacked",layout:"vertical",valueScale:{type:"linear",nice:!0,round:!1},indexScale:{type:"band",round:!1},padding:.1,innerPadding:0,enableGridX:!1,enableGridY:!0,enableLabel:!0,label:"formattedValue",labelPosition:"middle",labelOffset:0,labelSkipWidth:0,labelSkipHeight:0,labelTextColor:{theme:"labels.text.fill"},colorBy:"id",colors:{scheme:"nivo"},borderRadius:0,borderWidth:0,borderColor:{from:"color"},isInteractive:!0,tooltip:function(e){var t=e.color,n=e.label,r=uV(e,gV);return Os(iE,{id:n,value:r.formattedValue,enableChip:!0,color:t})},tooltipLabel:function(e){return e.id+" - "+e.indexValue},legends:[],initialHiddenIds:[],annotations:[],enableTotals:!1,totalsOffset:10},vV=cV({},mV,{layers:["grid","axes","bars","totals","markers","legends","annotations"],axisTop:null,axisRight:null,axisBottom:{},axisLeft:{},barComponent:function(e){var t,n=e.bar,r=n.data,i=uV(n,pV),o=e.style,a=o.borderColor,s=o.color,l=o.height,c=o.labelColor,u=o.labelOpacity,d=o.labelX,f=o.labelY,h=o.transform,p=o.width,g=o.textAnchor,m=e.borderRadius,v=e.borderWidth,b=e.label,y=e.shouldRenderLabel,_=e.isInteractive,w=e.onClick,x=e.onMouseEnter,k=e.onMouseLeave,C=e.tooltip,S=e.isFocusable,M=e.ariaLabel,T=e.ariaLabelledBy,A=e.ariaDescribedBy,L=e.ariaDisabled,E=e.ariaHidden,N=KL(),O=pE(),R=O.showTooltipFromEvent,D=O.showTooltipAt,P=O.hideTooltip,z=Ci((function(){return function(){return Dr(C,cV({},i,r))}}),[C,i,r]),I=Si((function(e){null==w||w(cV({color:i.color},r),e)}),[i,r,w]),j=Si((function(e){return R(z(),e)}),[R,z]),B=Si((function(e){null==x||x(r,e),R(z(),e)}),[r,x,R,z]),F=Si((function(e){null==k||k(r,e),P()}),[r,P,k]),H=Si((function(){D(z(),[i.absX+i.width/2,i.absY])}),[D,z,i]),$=Si((function(){P()}),[P]);return Os(vM.g,{transform:h,children:[Os(vM.rect,{width:hC(p,(function(e){return Math.max(e,0)})),height:hC(l,(function(e){return Math.max(e,0)})),rx:m,ry:m,fill:null!=(t=r.fill)?t:s,strokeWidth:v,stroke:a,focusable:S,tabIndex:S?0:void 0,"aria-label":M?M(r):void 0,"aria-labelledby":T?T(r):void 0,"aria-describedby":A?A(r):void 0,"aria-disabled":L?L(r):void 0,"aria-hidden":E?E(r):void 0,onMouseEnter:_?B:void 0,onMouseMove:_?j:void 0,onMouseLeave:_?F:void 0,onClick:_?I:void 0,onFocus:_&&S?H:void 0,onBlur:_&&S?$:void 0,"data-testid":"bar.item."+r.id+"."+r.index}),y&&Os(MI,{x:d,y:f,textAnchor:g,dominantBaseline:"central",fillOpacity:u,style:cV({},N.labels.text,{pointerEvents:"none",fill:c}),children:b})]})},defs:[],fill:[],markers:[],animate:!0,animateOnMount:!1,motionConfig:"default",role:"img",isFocusable:!1}),bV=cV({},mV,{layers:["grid","axes","bars","totals","legends","annotations"],axisTop:null,axisRight:null,axisBottom:{},axisLeft:{},renderBar:function(e,t){var n=t.bar,r=n.color,i=n.height,o=n.width,a=n.x,s=n.y,l=t.borderColor,c=t.borderRadius,u=t.borderWidth,d=t.label,f=t.shouldRenderLabel,h=t.labelStyle,p=t.labelX,g=t.labelY,m=t.textAnchor;e.fillStyle=r,u>0&&(e.strokeStyle=l,e.lineWidth=u),e.beginPath(),function(e,t,n,r,i,o){o>0?(e.moveTo(t+o,n),e.lineTo(t+r-o,n),e.quadraticCurveTo(t+r,n,t+r,n+o),e.lineTo(t+r,n+i-o),e.quadraticCurveTo(t+r,n+i,t+r-o,n+i),e.lineTo(t+o,n+i),e.quadraticCurveTo(t,n+i,t,n+i-o),e.lineTo(t,n+o),e.quadraticCurveTo(t,n,t+o,n),e.closePath()):e.rect(t,n,r,i)}(e,a,s,o,i,Math.min(c,i)),e.fill(),u>0&&e.stroke(),f&&(e.textBaseline="middle",e.textAlign="middle"===m?"center":m,hI(e,h,d,a+p,s+g))},pixelRatio:"undefined"!=typeof window&&null!=(dV=window.devicePixelRatio)?dV:1}),yV=function(e,t,n,r,i,o){return hB(r,{all:e.map(t),min:0,max:0},i,o).padding(n)},_V=function(e,t){return e.map((function(e){return cV({},t.reduce((function(e,t){return e[t]=null,e}),{}),e)}))},wV=function(e){return Object.keys(e).reduce((function(t,n){return e[n]&&(t[n]=e[n]),t}),{})},xV=function(e){return[e,Number(e)]};function kV(e,t,n,r){return void 0===e&&(e=mV.layout),void 0===n&&(n=mV.labelPosition),void 0===r&&(r=mV.labelOffset),function(i,o){var a=r*(t?-1:1);if("horizontal"===e){var s=i/2;return"start"===n?s=t?i:0:"end"===n&&(s=t?0:i),{labelX:s+a,labelY:o/2,textAnchor:"middle"===n?"middle":t?"end":"start"}}var l=o/2;return"start"===n?l=t?0:o:"end"===n&&(l=t?o:0),{labelX:i/2,labelY:l-a,textAnchor:"middle"}}}var CV=["layout","width","height","padding","innerPadding","valueScale","indexScale","hiddenIds"],SV=function(e,t){return e>t},MV=function(e,t){return e<t},TV=function(e,t){return Array.from(" ".repeat(t-e),(function(t,n){return e+n}))},AV=function(e){return SV(e,0)?0:e},LV=function(e,t,n,r){var i=e.data,o=e.formatValue,a=e.getColor,s=e.getIndex,l=e.getTooltipLabel,c=e.innerPadding,u=void 0===c?0:c,d=e.keys,f=e.xScale,h=e.yScale,p=e.margin,g=n?MV:SV,m=i.map(wV),v=[];return d.forEach((function(e,n){return TV(0,f.domain().length).forEach((function(c){var d,b,y,_=xV(i[c][e]),w=_[0],x=_[1],k=s(i[c]),C=(null!=(d=f(k))?d:0)+t*n+u*n,S=g(b=x,0)?null!=(y=h(b))?y:0:r,M=function(e,t){var n;return g(e,0)?r-t:(null!=(n=h(e))?n:0)-r}(x,S),T={id:e,value:null===w?w:x,formattedValue:o(x),hidden:!1,index:c,indexValue:k,data:m[c]};v.push({key:e+"."+T.indexValue,index:v.length,data:T,x:C,y:S,absX:p.left+C,absY:p.top+S,width:t,height:M,color:a(T),label:l(T)})}))})),v},EV=function(e,t,n,r){var i=e.data,o=e.formatValue,a=e.getIndex,s=e.getColor,l=e.getTooltipLabel,c=e.keys,u=e.innerPadding,d=void 0===u?0:u,f=e.xScale,h=e.yScale,p=e.margin,g=n?MV:SV,m=i.map(wV),v=[];return c.forEach((function(e,n){return TV(0,h.domain().length).forEach((function(c){var u,b,y,_=xV(i[c][e]),w=_[0],x=_[1],k=a(i[c]),C=g(b=x,0)?r:null!=(y=f(b))?y:0,S=(null!=(u=h(k))?u:0)+t*n+d*n,M=function(e,t){var n;return g(e,0)?(null!=(n=f(e))?n:0)-r:r-t}(x,C),T={id:e,value:null===w?w:x,formattedValue:o(x),hidden:!1,index:c,indexValue:k,data:m[c]};v.push({key:e+"."+T.indexValue,index:v.length,data:T,x:C,y:S,absX:p.left+C,absY:p.top+S,width:M,height:t,color:s(T),label:l(T)})}))})),v},NV=function(e){var t,n,r,i=e.layout,o=e.width,a=e.height,s=e.padding,l=void 0===s?0:s,c=e.innerPadding,u=void 0===c?0:c,d=e.valueScale,f=e.indexScale,h=e.hiddenIds,p=void 0===h?[]:h,g=uV(e,CV),m=g.keys.filter((function(e){return!p.includes(e)})),v=_V(g.data,m),b="vertical"===i?["y","x",o]:["x","y",a],y=b[0],_=b[1],w=b[2],x=yV(v,g.getIndex,l,f,w,_),k="auto"===d.min?AV:function(e){return e},C=v.reduce((function(e,t){return[].concat(e,m.map((function(e){return t[e]})))}),[]).filter(Boolean),S=hB(d,{all:C,min:k(Math.min.apply(Math,C)),max:(r=Math.max.apply(Math,C),isFinite(r)?r:0)},"x"===y?o:a,y),M="vertical"===i?[x,S]:[S,x],T=M[0],A=M[1],L=(x.bandwidth()-u*(m.length-1))/m.length,E=[cV({},g,{data:v,keys:m,innerPadding:u,xScale:T,yScale:A}),L,null!=(t=d.reverse)&&t,null!=(n=S(0))?n:0];return{xScale:T,yScale:A,bars:L>0?"vertical"===i?LV.apply(void 0,E):EV.apply(void 0,E):[]}},OV=["data","layout","width","height","padding","valueScale","indexScale","hiddenIds"],RV=function(e){var t;return e.some(Array.isArray)?RV((t=[]).concat.apply(t,e)):e},DV=function(e,t,n){var r=e.formatValue,i=e.getColor,o=e.getIndex,a=e.getTooltipLabel,s=e.innerPadding,l=e.stackedData,c=e.xScale,u=e.yScale,d=e.margin,f=[];return l.forEach((function(e){return c.domain().forEach((function(l,h){var p,g,m=e[h],v=null!=(p=c(o(m.data)))?p:0,b=(null!=(g=function(e){return u(e[n?0:1])}(m))?g:0)+.5*s,y=function(e,t){var r;return(null!=(r=u(e[n?1:0]))?r:0)-t}(m,b)-s,_=xV(m.data[e.key]),w=_[0],x=_[1],k={id:e.key,value:null===w?w:x,formattedValue:r(x),hidden:!1,index:h,indexValue:l,data:wV(m.data)};f.push({key:e.key+"."+l,index:f.length,data:k,x:v,y:b,absX:d.left+v,absY:d.top+b,width:t,height:y,color:i(k),label:a(k)})}))})),f},PV=function(e,t,n){var r=e.formatValue,i=e.getColor,o=e.getIndex,a=e.getTooltipLabel,s=e.innerPadding,l=e.stackedData,c=e.xScale,u=e.yScale,d=e.margin,f=[];return l.forEach((function(e){return u.domain().forEach((function(l,h){var p,g,m=e[h],v=null!=(p=u(o(m.data)))?p:0,b=(null!=(g=function(e){return c(e[n?1:0])}(m))?g:0)+.5*s,y=function(e,t){var r;return(null!=(r=c(e[n?0:1]))?r:0)-t}(m,b)-s,_=xV(m.data[e.key]),w=_[0],x=_[1],k={id:e.key,value:null===w?w:x,formattedValue:r(x),hidden:!1,index:h,indexValue:l,data:wV(m.data)};f.push({key:e.key+"."+l,index:f.length,data:k,x:b,y:v,absX:d.left+b,absY:d.top+v,width:y,height:t,color:i(k),label:a(k)})}))})),f},zV=function(e){var t,n,r=e.data,i=e.layout,o=e.width,a=e.height,s=e.padding,l=void 0===s?0:s,c=e.valueScale,u=e.indexScale,d=e.hiddenIds,f=void 0===d?[]:d,h=uV(e,OV),p=h.keys.filter((function(e){return!f.includes(e)})),g=function(){var e=rg([]),t=_m,n=ym,r=wm;function i(i){var o,a,s=Array.from(e.apply(this,arguments),xm),l=s.length,c=-1;for(const e of i)for(o=0,++c;o<l;++o)(s[o][c]=[0,+r(e,s[o].key,c,i)]).data=e;for(o=0,a=Eg(t(s));o<l;++o)s[a[o]].index=o;return n(s,a),s}return i.keys=function(t){return arguments.length?(e="function"==typeof t?t:rg(Array.from(t)),i):e},i.value=function(e){return arguments.length?(r="function"==typeof e?e:rg(+e),i):r},i.order=function(e){return arguments.length?(t=null==e?_m:"function"==typeof e?e:rg(Array.from(e)),i):t},i.offset=function(e){return arguments.length?(n=null==e?ym:e,i):n},i}().keys(p).offset(km)(_V(r,p)),m="vertical"===i?["y","x",o]:["x","y",a],v=m[0],b=m[1],y=m[2],_=yV(r,h.getIndex,l,u,y,b),w=(n=RV(g),"log"===c.type?n.filter((function(e){return 0!==e})):n),x=hB(c,{all:w,min:Math.min.apply(Math,w),max:Math.max.apply(Math,w)},"x"===v?o:a,v),k="vertical"===i?[_,x]:[x,_],C=k[0],S=k[1],M=h.innerPadding>0?h.innerPadding:0,T=_.bandwidth(),A=[cV({},h,{innerPadding:M,stackedData:g,xScale:C,yScale:S}),T,null!=(t=c.reverse)&&t];return{xScale:C,yScale:S,bars:T>0?"vertical"===i?DV.apply(void 0,A):PV.apply(void 0,A):[]}},IV=function(e){var t=e.bars,n=e.direction,r=e.from,i=e.groupMode,o=e.layout,a=e.legendLabel,s=e.reverse,l=rI(null!=a?a:"indexes"===r?"indexValue":"id");return"indexes"===r?function(e,t,n){var r=bj(e.map((function(e){var t,r;return{id:null!=(t=e.data.indexValue)?t:"",label:n(e.data),hidden:e.data.hidden,color:null!=(r=e.color)?r:"#000"}})),(function(e){return e.id}));return"horizontal"===t&&r.reverse(),r}(t,o,l):function(e,t,n,r,i,o){var a=bj(e.map((function(e){var t;return{id:e.data.id,label:o(e.data),hidden:e.data.hidden,color:null!=(t=e.color)?t:"#000"}})),(function(e){return e.id}));return("vertical"===t&&"stacked"===r&&"column"===n&&!0!==i||"horizontal"===t&&"stacked"===r&&!0===i)&&a.reverse(),a}(t,o,n,i,s,l)},jV=function(e,t,n){var r=e.get(t)||0;e.set(t,r+n)},BV=function(e){var t,n=e.indexBy,r=void 0===n?mV.indexBy:n,i=e.keys,o=void 0===i?mV.keys:i,a=e.label,s=void 0===a?mV.label:a,l=e.tooltipLabel,c=void 0===l?mV.tooltipLabel:l,u=e.valueFormat,d=e.colors,f=void 0===d?mV.colors:d,h=e.colorBy,p=void 0===h?mV.colorBy:h,g=e.borderColor,m=void 0===g?mV.borderColor:g,v=e.labelTextColor,b=void 0===v?mV.labelTextColor:v,y=e.groupMode,_=void 0===y?mV.groupMode:y,w=e.layout,x=void 0===w?mV.layout:w,k=e.data,C=e.margin,S=e.width,M=e.height,T=e.padding,A=void 0===T?mV.padding:T,L=e.innerPadding,E=void 0===L?mV.innerPadding:L,N=e.valueScale,O=void 0===N?mV.valueScale:N,R=e.indexScale,D=void 0===R?mV.indexScale:R,P=e.initialHiddenIds,z=void 0===P?mV.initialHiddenIds:P,I=e.enableLabel,j=void 0===I?mV.enableLabel:I,B=e.labelSkipWidth,F=void 0===B?mV.labelSkipWidth:B,H=e.labelSkipHeight,$=void 0===H?mV.labelSkipHeight:H,U=e.legends,q=void 0===U?mV.legends:U,W=e.legendLabel,V=e.totalsOffset,G=void 0===V?mV.totalsOffset:V,Y=yi(null!=z?z:[]),X=Y[0],Z=Y[1],K=Si((function(e){Z((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]),J=iI(r),Q=iI(s),ee=iI(c),te=nI(u),ne=KL(),re=tF(f,p),ie=JB(m,ne),oe=JB(b,ne),ae=("grouped"===_?NV:zV)({layout:x,data:k,getIndex:J,keys:o,width:S,height:M,getColor:re,padding:A,innerPadding:E,valueScale:O,indexScale:D,hiddenIds:X,formatValue:te,getTooltipLabel:ee,margin:C}),se=ae.bars,le=ae.xScale,ce=ae.yScale,ue=Ci((function(){return se.filter((function(e){return null!==e.data.value})).map((function(e,t){return cV({},e,{index:t})}))}),[se]),de=Si((function(e){var t=e.width,n=e.height;return!(!j||F>0&&t<F||$>0&&n<$)}),[j,F,$]),fe=Ci((function(){return o.map((function(e){var t=se.find((function(t){return t.data.id===e}));return cV({},t,{data:cV({id:e},null==t?void 0:t.data,{hidden:X.includes(e)})})}))}),[X,o,se]),he=null!=(t=O.reverse)&&t,pe=Ci((function(){return q.map((function(e){return[e,IV({bars:"keys"===e.dataFrom?fe:se,direction:e.direction,from:e.dataFrom,groupMode:_,layout:x,legendLabel:W,reverse:he})]}))}),[q,fe,se,_,x,W,he]),ge=Ci((function(){return function(e,t,n,r,i,o,a){void 0===r&&(r=mV.layout),void 0===i&&(i=mV.groupMode);var s=[];if(0===e.length)return s;var l=new Map,c=e[0].width,u=e[0].height;if("stacked"===i){var d=new Map;e.forEach((function(e){var t=e.data,n=t.indexValue,r=t.value;jV(l,n,Number(r)),function(e,t,n){var r=e.get(t)||0;e.set(t,r+(n>0?n:0))}(d,n,Number(r))})),d.forEach((function(e,i){var d,f,h,p=l.get(i)||0;"vertical"===r?(d=t(i),f=n(e),h=n(e/2)):(d=t(e),f=n(i),h=t(e/2)),d+="vertical"===r?c/2:o,f+="vertical"===r?-o:u/2,s.push({key:"total_"+i,x:d,y:f,value:p,formattedValue:a(p),animationOffset:h})}))}else if("grouped"===i){var f=new Map,h=new Map;e.forEach((function(e){var t=e.data,n=t.indexValue,r=t.value;jV(l,n,Number(r)),function(e,t,n){var r=e.get(t)||0;e.set(t,Math.max(r,Number(n)))}(f,n,Number(r)),function(e,t){var n=e.get(t)||0;e.set(t,n+1)}(h,n)})),f.forEach((function(e,i){var d,f,p,g=l.get(i)||0,m=h.get(i);"vertical"===r?(d=t(i),f=n(e),p=n(e/2)):(d=t(e),f=n(i),p=t(e/2)),d+="vertical"===r?m*c/2:o,f+="vertical"===r?-o:m*u/2,s.push({key:"total_"+i,x:d,y:f,value:g,formattedValue:a(g),animationOffset:p})}))}return s}(se,le,ce,x,_,G,te)}),[se,le,ce,x,_,G,te]);return{bars:se,barsWithValue:ue,xScale:le,yScale:ce,getIndex:J,getLabel:Q,getTooltipLabel:ee,formatValue:te,getColor:re,getBorderColor:ie,getLabelColor:oe,shouldRenderBarLabel:de,hiddenIds:X,toggleSerie:K,legendsWithData:pe,barTotals:ge}},FV=function(e){var t=e.data,n=e.springConfig,r=e.animate,i=e.layout,o=void 0===i?vV.layout:i,a=KL();return sC(t,{keys:function(e){return e.key},from:function(e){return{x:"vertical"===o?e.x:e.animationOffset,y:"vertical"===o?e.animationOffset:e.y,labelOpacity:0}},enter:function(e){return{x:e.x,y:e.y,labelOpacity:1}},update:function(e){return{x:e.x,y:e.y,labelOpacity:1}},leave:function(e){return{x:"vertical"===o?e.x:e.animationOffset,y:"vertical"===o?e.animationOffset:e.y,labelOpacity:0}},config:n,immediate:!r,initial:r?void 0:null})((function(e,t){return Os(vM.text,{x:e.x,y:e.y,fillOpacity:e.labelOpacity,style:cV({},a.labels.text,{pointerEvents:"none"}),fontWeight:"bold",fontSize:a.labels.text.fontSize,fontFamily:a.labels.text.fontFamily,textAnchor:"vertical"===o?"middle":"start",alignmentBaseline:"vertical"===o?"alphabetic":"middle",children:t.formattedValue},t.key)}))},HV=["isInteractive","animate","motionConfig","theme","renderWrapper"],$V=function(e){var t,n=e.data,r=e.indexBy,i=e.keys,o=e.margin,a=e.width,s=e.height,l=e.groupMode,c=e.layout,u=e.valueScale,d=e.indexScale,f=e.padding,h=e.innerPadding,p=e.axisTop,g=e.axisRight,m=e.axisBottom,v=void 0===m?vV.axisBottom:m,b=e.axisLeft,y=void 0===b?vV.axisLeft:b,_=e.enableGridX,w=void 0===_?vV.enableGridX:_,x=e.enableGridY,k=void 0===x?vV.enableGridY:x,C=e.gridXValues,S=e.gridYValues,M=e.layers,T=void 0===M?vV.layers:M,A=e.barComponent,L=void 0===A?vV.barComponent:A,E=e.enableLabel,N=void 0===E?vV.enableLabel:E,O=e.label,R=e.labelSkipWidth,D=void 0===R?vV.labelSkipWidth:R,P=e.labelSkipHeight,z=void 0===P?vV.labelSkipHeight:P,I=e.labelTextColor,j=e.labelPosition,B=void 0===j?vV.labelPosition:j,F=e.labelOffset,H=void 0===F?vV.labelOffset:F,$=e.markers,U=void 0===$?vV.markers:$,q=e.colorBy,W=e.colors,V=e.defs,G=void 0===V?vV.defs:V,Y=e.fill,X=void 0===Y?vV.fill:Y,Z=e.borderRadius,K=void 0===Z?vV.borderRadius:Z,J=e.borderWidth,Q=void 0===J?vV.borderWidth:J,ee=e.borderColor,te=e.annotations,ne=void 0===te?vV.annotations:te,re=e.legendLabel,ie=e.tooltipLabel,oe=e.valueFormat,ae=e.isInteractive,se=void 0===ae?vV.isInteractive:ae,le=e.tooltip,ce=void 0===le?vV.tooltip:le,ue=e.onClick,de=e.onMouseEnter,fe=e.onMouseLeave,he=e.legends,pe=e.role,ge=void 0===pe?vV.role:pe,me=e.ariaLabel,ve=e.ariaLabelledBy,be=e.ariaDescribedBy,ye=e.isFocusable,_e=void 0===ye?vV.isFocusable:ye,we=e.barAriaLabel,xe=e.barAriaLabelledBy,ke=e.barAriaDescribedBy,Ce=e.barAriaHidden,Se=e.barAriaDisabled,Me=e.initialHiddenIds,Te=e.enableTotals,Ae=void 0===Te?vV.enableTotals:Te,Le=e.totalsOffset,Ee=void 0===Le?vV.totalsOffset:Le,Ne=e.forwardedRef,Oe=_z(),Re=Oe.animate,De=Oe.config,Pe=Qz(a,s,o),ze=Pe.outerWidth,Ie=Pe.outerHeight,je=Pe.margin,Be=Pe.innerWidth,Fe=Pe.innerHeight,He=BV({indexBy:r,label:O,tooltipLabel:ie,valueFormat:oe,colors:W,colorBy:q,borderColor:ee,labelTextColor:I,groupMode:l,layout:c,data:n,keys:i,margin:je,width:Be,height:Fe,padding:f,innerPadding:h,valueScale:u,indexScale:d,enableLabel:N,labelSkipWidth:D,labelSkipHeight:z,legends:he,legendLabel:re,initialHiddenIds:Me,totalsOffset:Ee}),$e=He.bars,Ue=He.barsWithValue,qe=He.xScale,We=He.yScale,Ve=He.getLabel,Ge=He.getTooltipLabel,Ye=He.getBorderColor,Xe=He.getLabelColor,Ze=He.shouldRenderBarLabel,Ke=He.toggleSerie,Je=He.legendsWithData,Qe=He.barTotals,et=He.getColor,tt=kV(c,null!=(t=null==u?void 0:u.reverse)&&t,B,H),nt=sC(Ue,{keys:function(e){return e.key},from:function(e){return cV({borderColor:Ye(e),color:e.color,height:0,labelColor:Xe(e),labelOpacity:0},tt(e.width,e.height),{transform:"translate("+e.x+", "+(e.y+e.height)+")",width:e.width},"vertical"===c?{}:{height:e.height,transform:"translate("+e.x+", "+e.y+")",width:0})},enter:function(e){return cV({borderColor:Ye(e),color:e.color,height:e.height,labelColor:Xe(e),labelOpacity:1},tt(e.width,e.height),{transform:"translate("+e.x+", "+e.y+")",width:e.width})},update:function(e){return cV({borderColor:Ye(e),color:e.color,height:e.height,labelColor:Xe(e),labelOpacity:1},tt(e.width,e.height),{transform:"translate("+e.x+", "+e.y+")",width:e.width})},leave:function(e){return cV({borderColor:Ye(e),color:e.color,height:0,labelColor:Xe(e),labelOpacity:0},tt(e.width,e.height),{labelY:0,transform:"translate("+e.x+", "+(e.y+e.height)+")",width:e.width},"vertical"===c?{}:cV({},tt(e.width,e.height),{labelX:0,height:e.height,transform:"translate("+e.x+", "+e.y+")",width:0}))},config:De,immediate:!Re,initial:Re?void 0:null}),rt=Ci((function(){return{borderRadius:K,borderWidth:Q,enableLabel:N,isInteractive:se,labelSkipWidth:D,labelSkipHeight:z,onClick:ue,onMouseEnter:de,onMouseLeave:fe,getTooltipLabel:Ge,tooltip:ce,isFocusable:_e,ariaLabel:we,ariaLabelledBy:xe,ariaDescribedBy:ke,ariaHidden:Ce,ariaDisabled:Se}}),[K,Q,N,Ge,se,z,D,ue,de,fe,ce,_e,we,xe,ke,Ce,Se]),it=uI(G,$e,X,{dataKey:"data",targetKey:"data.fill"}),ot={annotations:null,axes:null,bars:null,grid:null,legends:null,markers:null,totals:null};T.includes("annotations")&&(ot.annotations=Os(fV,{bars:$e,annotations:ne},"annotations")),T.includes("axes")&&(ot.axes=Os(DB,{xScale:qe,yScale:We,width:Be,height:Fe,top:p,right:g,bottom:v,left:y},"axes")),T.includes("bars")&&(ot.bars=Os(zr,{children:nt((function(e,t){return Dr(L,cV({},rt,{bar:t,style:e,shouldRenderLabel:Ze(t),label:Ve(t.data)}))}))},"bars")),T.includes("grid")&&(ot.grid=Os(IB,{width:Be,height:Fe,xScale:w?qe:null,yScale:k?We:null,xValues:C,yValues:S},"grid")),T.includes("legends")&&(ot.legends=Os(hV,{width:Be,height:Fe,legends:Je,toggleSerie:Ke},"legends")),T.includes("markers")&&(ot.markers=Os(Gz,{markers:U,width:Be,height:Fe,xScale:qe,yScale:We},"markers")),T.includes("totals")&&Ae&&(ot.totals=Os(FV,{data:Qe,springConfig:De,animate:Re,layout:c},"totals"));var at=cV({},rt,{margin:je,width:a,height:s,innerWidth:Be,innerHeight:Fe,bars:$e,legendData:Je,enableLabel:N,xScale:qe,yScale:We,tooltip:ce,getTooltipLabel:Ge,onClick:ue,onMouseEnter:de,onMouseLeave:fe,getColor:et});return Os(Uz,{width:ze,height:Ie,margin:je,defs:it,role:ge,ariaLabel:me,ariaLabelledBy:ve,ariaDescribedBy:be,isFocusable:_e,ref:Ne,children:T.map((function(e,t){var n;return"function"==typeof e?Os(zr,{children:Dr(e,at)},t):null!=(n=null==ot?void 0:ot[e])?n:null}))})},UV=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?vV.isInteractive:n,i=e.animate,o=void 0===i?vV.animate:i,a=e.motionConfig,s=void 0===a?vV.motionConfig:a,l=e.theme,c=e.renderWrapper,u=uV(e,HV);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os($V,cV({},u,{isInteractive:r,forwardedRef:t}))})})),qV=["isInteractive","renderWrapper","theme"],WV=function(e,t,n,r){return e.find((function(e){return aI(e.x+t.left,e.y+t.top,e.width,e.height,n,r)}))},VV=function(e){var t,n=e.data,r=e.indexBy,i=e.keys,o=e.margin,a=e.width,s=e.height,l=e.groupMode,c=e.layout,u=e.valueScale,d=e.indexScale,f=e.padding,h=e.innerPadding,p=e.axisTop,g=e.axisRight,m=e.axisBottom,v=void 0===m?bV.axisBottom:m,b=e.axisLeft,y=void 0===b?bV.axisLeft:b,_=e.enableGridX,w=void 0===_?bV.enableGridX:_,x=e.enableGridY,k=void 0===x?bV.enableGridY:x,C=e.gridXValues,S=e.gridYValues,M=e.labelPosition,T=void 0===M?bV.labelPosition:M,A=e.labelOffset,L=void 0===A?bV.labelOffset:A,E=e.layers,N=void 0===E?bV.layers:E,O=e.renderBar,R=void 0===O?bV.renderBar:O,D=e.enableLabel,P=void 0===D?bV.enableLabel:D,z=e.label,I=e.labelSkipWidth,j=void 0===I?bV.labelSkipWidth:I,B=e.labelSkipHeight,F=void 0===B?bV.labelSkipHeight:B,H=e.labelTextColor,$=e.colorBy,U=e.colors,q=e.borderRadius,W=void 0===q?bV.borderRadius:q,V=e.borderWidth,G=void 0===V?bV.borderWidth:V,Y=e.borderColor,X=e.annotations,Z=void 0===X?bV.annotations:X,K=e.legendLabel,J=e.tooltipLabel,Q=e.valueFormat,ee=e.isInteractive,te=void 0===ee?bV.isInteractive:ee,ne=e.tooltip,re=void 0===ne?bV.tooltip:ne,ie=e.onClick,oe=e.onMouseEnter,ae=e.onMouseLeave,se=e.legends,le=e.pixelRatio,ce=void 0===le?bV.pixelRatio:le,ue=e.role,de=e.forwardedRef,fe=e.enableTotals,he=void 0===fe?bV.enableTotals:fe,pe=e.totalsOffset,ge=void 0===pe?bV.totalsOffset:pe,me=ki(null),ve=KL(),be=Qz(a,s,o),ye=be.margin,_e=be.innerWidth,we=be.innerHeight,xe=be.outerWidth,ke=be.outerHeight,Ce=BV({indexBy:r,label:z,tooltipLabel:J,valueFormat:Q,colors:U,colorBy:$,borderColor:Y,labelTextColor:H,groupMode:l,layout:c,data:n,keys:i,margin:ye,width:_e,height:we,padding:f,innerPadding:h,valueScale:u,indexScale:d,enableLabel:P,labelSkipWidth:j,labelSkipHeight:F,legends:se,legendLabel:K,totalsOffset:ge}),Se=Ce.bars,Me=Ce.barsWithValue,Te=Ce.xScale,Ae=Ce.yScale,Le=Ce.getLabel,Ee=Ce.getTooltipLabel,Ne=Ce.getBorderColor,Oe=Ce.getLabelColor,Re=Ce.shouldRenderBarLabel,De=Ce.legendsWithData,Pe=Ce.barTotals,ze=Ce.getColor,Ie=pE(),je=Ie.showTooltipFromEvent,Be=Ie.hideTooltip,Fe=hW({annotations:fW({data:Se,annotations:Z,getPosition:function(e){return{x:e.x,y:e.y}},getDimensions:function(e){var t=e.width,n=e.height;return{width:t,height:n,size:Math.max(t,n)}}})}),He=Ci((function(){return{borderRadius:W,borderWidth:G,isInteractive:te,isFocusable:!1,labelSkipWidth:j,labelSkipHeight:F,margin:ye,width:a,height:s,innerWidth:_e,innerHeight:we,bars:Se,legendData:De,enableLabel:P,xScale:Te,yScale:Ae,tooltip:re,getTooltipLabel:Ee,onClick:ie,onMouseEnter:oe,onMouseLeave:ae,getColor:ze}}),[W,G,te,j,F,ye,a,s,_e,we,Se,De,P,Te,Ae,re,Ee,ie,oe,ae,ze]),$e=nI(Q),Ue=kV(c,null!=(t=null==u?void 0:u.reverse)&&t,T,L);wi((function(){if(me.current){me.current.width=xe*ce,me.current.height=ke*ce;var e=me.current.getContext("2d");e.scale(ce,ce),e.fillStyle=ve.background,e.fillRect(0,0,xe,ke),e.translate(ye.left,ye.top),N.forEach((function(t){"grid"===t?"number"==typeof ve.grid.line.strokeWidth&&ve.grid.line.strokeWidth>0&&(e.lineWidth=ve.grid.line.strokeWidth,e.strokeStyle=ve.grid.line.stroke,w&&BB(e,{width:_e,height:we,scale:Te,axis:"x",values:C}),k&&BB(e,{width:_e,height:we,scale:Ae,axis:"y",values:S})):"axes"===t?jB(e,{xScale:Te,yScale:Ae,width:_e,height:we,top:p,right:g,bottom:v,left:y,theme:ve}):"bars"===t?(fI(e,ve.text),Me.forEach((function(t){R(e,cV({bar:t,borderColor:Ne(t),borderRadius:W,borderWidth:G,label:Le(t.data),shouldRenderLabel:Re(t),labelStyle:cV({},ve.labels.text,{fill:Oe(t)})},Ue(t.width,t.height)))}))):"legends"===t?De.forEach((function(t){var n=t[0],r=t[1];_F(e,cV({},n,{data:r,containerWidth:_e,containerHeight:we,theme:ve}))})):"annotations"===t?wW(e,{annotations:Fe,theme:ve}):"totals"===t&&he?function(e,t,n,r){void 0===r&&(r=bV.layout),fI(e,n.labels.text),e.textBaseline="vertical"===r?"alphabetic":"middle",e.textAlign="vertical"===r?"center":"start",t.forEach((function(t){hI(e,n.labels.text,t.formattedValue,t.x,t.y)}))}(e,Pe,ve,c):"function"==typeof t&&t(e,He)})),e.save()}}),[v,y,g,p,Me,W,G,Fe,w,k,Ne,Le,Oe,C,S,l,s,we,_e,He,N,c,De,ye.left,ye.top,ke,xe,ce,R,Te,Ae,Re,ve,a,Pe,he,$e,Ue]);var qe=Si((function(e){if(Se&&me.current){var t=sI(me.current,e),n=t[0],r=t[1],i=WV(Se,ye,n,r);void 0!==i?(je(Dr(re,cV({},i.data,{color:i.color,label:i.label,value:Number(i.data.value)})),e),"mouseenter"===e.type&&(null==oe||oe(i.data,e))):Be()}}),[Be,ye,oe,Se,je,re]),We=Si((function(e){if(Se&&me.current){Be();var t=sI(me.current,e),n=t[0],r=t[1],i=WV(Se,ye,n,r);i&&(null==ae||ae(i.data,e))}}),[Be,ye,ae,Se]),Ve=Si((function(e){if(Se&&me.current){var t=sI(me.current,e),n=t[0],r=t[1],i=WV(Se,ye,n,r);void 0!==i&&(null==ie||ie(cV({},i.data,{color:i.color}),e))}}),[ye,ie,Se]);return Os("canvas",{ref:dI(me,de),width:xe*ce,height:ke*ce,style:{width:xe,height:ke,cursor:te?"auto":"normal"},onMouseEnter:te?qe:void 0,onMouseMove:te?qe:void 0,onMouseLeave:te?We:void 0,onClick:te?Ve:void 0,role:ue})},GV=Hi((function(e,t){var n=e.isInteractive,r=e.renderWrapper,i=e.theme,o=uV(e,qV);return Os(kz,{isInteractive:n,renderWrapper:r,theme:i,animate:!1,children:Os(VV,cV({},o,{isInteractive:n,forwardedRef:t}))})})),YV=["defaultWidth","defaultHeight","onResize","debounceResize"],XV=Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=uV(e,YV);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(UV,cV({},a,{width:n,height:r,ref:t}))}})})),ZV=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=uV(e,ZV);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(GV,cV({},a,{width:n,height:r,ref:t}))}})}));const KV=e=>{const{data:t,onLegendClick:n}=e;return Os("div",{className:"styles_legends__LAO35",children:t.map((e=>Os(qq,{legend:e,onClick:n},e.id)))})},JV=({value:e,indexBy:t,legend:n,formatIndexBy:r=(e,t)=>e[t]?.toString()??"",formatLegendValue:i=e=>(e.value??0).toString()??"",allowZeroValues:o=!1})=>{const a=o?n:n.filter((t=>Hq(e[t.id])&&0!==Number(e[t.id])));return Os(Fq,{label:r(e,t),children:a.map((t=>Os(qq,{mode:"menu",legend:{...t,value:i({...t,value:e[t.id]})}},t.id)))})},QV=e=>{const{background:t,grid:n}=KL();return Os("g",{children:[Os("line",{opacity:"1",x1:"0",x2:e.innerWidth,y1:e.innerHeight,y2:e.innerHeight,stroke:t,strokeWidth:"1"}),Os("line",{opacity:"1",x1:"0",x2:e.innerWidth,y1:e.innerHeight,y2:e.innerHeight,stroke:n.line.stroke,strokeWidth:"1"})]})},eG=e=>{const t=ki(null),[n,r]=yi(!1),[i,o]=yi(null),a=ki(null),s=ki((()=>{})),l=Si((async(n,i)=>{if(!t.current)return;if(a.current===n)return;const l=()=>{if(t.current)return uc(n,t.current,{middleware:[cc(),sc(6),lc({padding:5})],strategy:"fixed",placement:e}).then((({x:e,y:n,strategy:r})=>{t.current&&(t.current.style.position=r,t.current.style.pointerEvents="none",t.current.style.left=`${e}px`,t.current.style.top=`${n}px`)}))};await l(),a.current=n,r(!0),o(i),s.current=ac(n,t.current,l)}),[e]),c=Si((e=>{a.current===e&&(s.current(),a.current=null,r(!1),o(null))}),[]);return{tooltipRef:t,isVisible:n,handleShowTooltip:l,handleHideTooltip:c,data:i}},tG=ii(null),nG=e=>{const{children:t}=e,[n,r]=yi(void 0);return Os(tG.Provider,{value:[n,r],children:t})},rG={s:16,m:24,l:32},iG=(e,t)=>Math.min(e,rG[t]),oG=e=>{const{isInteractive:t,isFocusable:n,innerHeight:r,innerWidth:i,tooltip:o,indexBy:a,layout:s="vertical",bars:l,hasValueFn:c=t=>Object.entries(t).filter((([t])=>t!==e.indexBy)).reduce(((e,[,t])=>e+aV.toNumber(t??0)),0)>0}=e,u="horizontal"===s,{handleShowTooltip:d,isVisible:f,handleHideTooltip:h,tooltipRef:p,data:g}=eG(u?"bottom":"left"),{animate:m,config:v}=_z(),{opacity:b}=aC({opacity:f?1:0,config:{...v,duration:75},immediate:!m});if(!t)return null;const y=Math.max(...l.map((e=>e.data.index+1))),_=l.slice(0,y);if(_.length<=0)return null;const[w,x]=_;if(!w)return null;const k=x?.x?x.x-w.x:w.width,C=k-w.width,S=x?.y?w.y-x.y:w.height,M=S-w.height;return Os(Pq.g,{"data-testid":"hover-layer",children:[_.map(((e,o)=>{const s=e.x-C/2,l=e.y-M/2;return c(e.data.data)?Os(aG,{x:u?0:s,y:u?l:0,width:u?i:k,height:u?S:r,value:e.data.data,indexBy:a,isInteractive:t,isFocusable:n,onTooltipShow:d,onTooltipHide:h},o):null})),Lc(Os(Pq.div,{ref:p,style:{display:b?"block":"none",opacity:b},children:f&&g&&Dr(o,{value:g})}),document.body)]})},aG=({x:e,y:t,width:n,height:r,value:i,isInteractive:o=!0,isFocusable:a=!0,indexBy:s,onTooltipShow:l,onTooltipHide:c})=>{const[u,d]=(()=>{const e=Mi(tG);if(!e)throw new Error("useBarChartState must be used within a BarChartStateProvider");return e})(),{animate:f,config:h}=_z(),p=i[s],g=u===String(p),{fill:m}=aC({from:{fill:"#ffffff00"},to:{fill:"var(--bg-control-flat-medium)"},config:{...h,duration:150},reverse:!g,immediate:!f}),v=Si((e=>{l(e.target,i)}),[l,i]),b=Si((e=>{l(e.target,i),d(String(p))}),[l,i,d,p]),y=Si((e=>{c(e.target),d(void 0)}),[c,d]),_=Si((e=>{l(e.target,i),d(String(p))}),[l,i,d,p]),w=Si((e=>{c(e.target),d(void 0)}),[c,d]);return Os(Pq.rect,{x:e,y:t,"data-testid":"hover-rect",width:n,height:r,fill:m,onMouseMove:o?v:void 0,onMouseEnter:o?b:void 0,onMouseLeave:o?y:void 0,onFocus:o&&a?_:void 0,onBlur:o&&a?w:void 0})},sG=ii(null),lG=()=>{const e=Mi(sG);if(!e)throw new Error("useBarContext must be used within a BarContext");return e},cG=e=>{const{bars:t,indexBy:n,layout:r="vertical",barSize:i,groupMode:o="stacked"}=e,a=Ci((()=>(e=>{const{bars:t,indexBy:n,layout:r,groupMode:i}=e,o=new Map;for(const e of t){const t=e.data.data[n];o.has(t)||o.set(t,{id:t,bars:[],x:1/0,y:1/0,width:0,height:0});const a=o.get(t);a.bars.push(e),a.x=Math.min(a.x,e.x),a.y=Math.min(a.y,e.y);let s=a.width+e.width,l=a.height+e.height;"vertical"===r&&(s=Math.max(a.width,e.width),"grouped"===i&&(l=Math.max(a.height,e.height))),"horizontal"===r&&(l=Math.max(a.height,e.height),"grouped"===i&&(s=Math.max(a.width,e.width))),a.width=s,a.height=l}return Array.from(o.values())})({bars:t,indexBy:n,layout:r,groupMode:o})),[t,n,r,o]),s=Math.min(...a.map((e=>e.y))),l=Math.min(...a.map((e=>e.x)));return Os(sG.Provider,{value:{barSize:i,layout:r,groupMode:o},children:Os(Pq.g,{"data-testid":"bars",pointerEvents:"none",children:a.map((e=>Os(uG,{group:e,offsetY:s,offsetX:l},e.id)))})})},uG=e=>{const{group:t}=e,{barSize:n,layout:r}=lG(),{animate:i,config:o}=_z(),a=Ti(),s="horizontal"===r,l=iG(t.height,n),c=iG(t.width,n),u=t.width-c,d=t.height-l,f=s?t.x:t.x+u/2,h=s?t.y+d/2:t.y,p=s?t.width:c,g=s?l:t.height,m=(v=s?l:c)<=4?0:v<=rG.s/3?1:v<=rG.s/2?1.5:v<rG.s?2:v>=rG.s&&v<rG.m?4:v>=rG.m?6:0;var v;const{transform:b}=aC({transform:`translate(${f}, ${h})`,config:o,immediate:!i}),y=Ci((()=>{const e=t.bars.filter((e=>e.width>0&&e.height>0));return"horizontal"===r?e.sort(((e,t)=>e.x-t.x)):e.sort(((e,t)=>e.y-t.y))}),[t.bars,r]),_="horizontal"===r?p<2*m:g<2*m;return Os(Pq.g,{clipPath:_?void 0:`url(#clip-${a})`,transform:b,"data-testid":"group","data-id":t.id,children:[!_&&Os("defs",{children:Os("clipPath",{id:`clip-${a}`,children:Os(Pq.rect,{x:0,y:0,width:p,height:g,rx:m,ry:m})})}),y.map(((e,t)=>Os(dG,{id:e.data.id,x:s?e.x-f:0,y:s?0:e.y-h,width:s?e.width:p,height:s?g:e.height,fill:e.color,isFirst:0===t,isLast:t===y.length-1},e.data.id)))]})},dG=e=>{const{isFirst:t,isLast:n,id:r,...i}=e,{layout:o}=lG(),{animate:a,config:s}=_z(),l="horizontal"===o?i.width:i.height,c=!t&&l>2,u=!n&&l>2;let d=i.width,f=i.height,h=i.x,p=i.y;"horizontal"===o&&(c&&u&&(h+=.5,d-=.5),u&&(d-=.5)),"vertical"===o&&(c&&(p+=.5,f-=.5),u&&(f-=.5));const g=aC({x:h,y:p,width:d,height:f,config:s,immediate:!a});return Os(Pq.rect,{...g,fill:i.fill,"data-testid":"bar","data-id":r})};function fG(e,t,n,r){for(var i=0,o=0,a=e.length;o<a;o++){var s=e[o],l=+t(s,o,e),c=+n(s,o,e);null!=l&&isFinite(l)&&null!=c&&isFinite(c)&&r(l,c,i++)}}const hG=function(){var e,t=function(e){return e[0]},n=function(e){return e[1]};function r(r){var i=0,o=0,a=0,s=0,l=0,c=e?+e[0]:1/0,u=e?+e[1]:-1/0;fG(r,t,n,(function(t,n){++i,o+=(t-o)/i,a+=(n-a)/i,s+=(t*n-s)/i,l+=(t*t-l)/i,e||(t<c&&(c=t),t>u&&(u=t))}));var d=function(e,t,n,r){var i=r-e*e,o=Math.abs(i)<1e-24?0:(n-e*t)/i;return[t-o*e,o]}(o,a,s,l),f=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(d,2),h=f[0],p=f[1],g=function(e){return p*e+h},m=[[c,g(c)],[u,g(u)]];return m.a=p,m.b=h,m.predict=g,m.rSquared=function(e,t,n,r,i){var o=0,a=0;return fG(e,t,n,(function(e,t){var n=t-i(e),s=t-r;o+=n*n,a+=s*s})),1-o/a}(r,t,n,a,g),m}return r.domain=function(t){return arguments.length?(e=t,r):e},r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r}().x((e=>e.x)).y((e=>e.y)),pG=Pg().x((e=>e[0])).y((e=>e[1])),gG=e=>{const{legend:t,indexBy:n,bars:r,innerHeight:i,innerWidth:o,formatValue:a=e=>aV.toNumber(e)}=e,s=Ci((()=>t.filter((e=>"point"===e.type)).map((e=>e.id))),[t]),l=Ti(),c=Ci((()=>t.filter((e=>"point"===e.type)).reduce(((e,t)=>(e[t.id]=t.color,e)),{})),[t]),u=Ci((()=>(e=>{const t=Math.max(...e.map((e=>e.data.index+1)));return e.slice(0,t)})(r)),[r]),d=Ci((()=>gB(s.map((e=>({id:e,data:u.map((t=>{const r=a(aV.toNumber(t.data.data[e]??0),e);return void 0===r?null:{x:aV.toNumber(t.data.data[n]??0),y:r}})).filter((e=>null!==e))}))),{type:"linear"},{type:"linear",nice:!0,min:0,max:100},o,i)),[s,u,n,a,o,i]),f=Ci((()=>s.map((e=>{if(u.length<2)return null;const t=c[e]??"",n=u.map((t=>{const n=a(aV.toNumber(t.data.data[e]??0),e);return void 0===n?null:{x:aV.toNumber(t.x+t.width/2),y:aV.toNumber(d.yScale(n)??0),id:t.key,value:n}})).filter((e=>null!==e));if(u.length===n.length)return{trendKey:e,color:t,points:n};if(n.length<2)return null;const r=hG(n),i=u.map((t=>{const n=a(aV.toNumber(t.data.data[e]??0),e),i=aV.toNumber(t.x+t.width/2);let o=r.predict(i);return void 0!==n&&(o=aV.toNumber(d.yScale(n)??0)),{x:i,y:o,id:t.key,value:n}}));return{trendKey:e,color:t,points:i}})).filter((e=>null!==e))),[s,u,a,d,c]);return 0===s.length||0===f.length?null:Os(Pq.g,{"data-testid":"trend-lines-layer",pointerEvents:"none",clipPath:`url(#${l})`,children:[Os("defs",{children:Os("clipPath",{id:l,children:Os("rect",{x:-5,y:-5,width:o+5,height:i+5})})}),f.map((({trendKey:e,points:t,color:n})=>Os(Pq.g,{"data-testid":"trend-line-group","data-trend-key":e,children:[Os(mG,{points:t,color:n},e),t.filter((e=>void 0!==e.value&&e.value>=0&&e.value<=100)).map((({x:e,y:t,id:r})=>Os(vG,{x:e,y:t,color:n},r)))]},e)))]})},mG=e=>{const{points:t,color:n}=e,{animate:r,config:i}=_z(),o=Ci((()=>0===t.length||t.length<2?[]:hG(t)),[t]),{d:a}=aC({d:pG(o)??void 0,config:i,immediate:!r});return 0===t.length||t.length<2||0===o.length?null:Os(Pq.path,{d:a,"data-testid":"trend-line",fill:"none",stroke:n,strokeWidth:2,strokeLinecap:"round",pointerEvents:"none",strokeDasharray:"4"})},vG=e=>{const{x:t,y:n,color:r}=e,{animate:i,config:o}=_z(),{cx:a,cy:s}=aC({cx:t,cy:n,config:o,immediate:!i});return Os(Pq.circle,{"data-testid":"trend-line-point",cx:a,cy:s,r:3,strokeWidth:2,fill:"white",stroke:r,pointerEvents:"none"})};const bG=({data:e,layout:t="vertical",indexBy:n,keys:r,stacked:i,position:o,formatLeftTick:a,formatBottomTick:s})=>{if("horizontal"===t){const t=6,r=e.map((e=>s(e[n],e).toString().length));return Math.max(...r)*t+8}const l=Math.floor(Math.max(...e.map((e=>r.map((t=>aV.toNumber(e[t]??0))).reduce(((e,t)=>e+t),0))))),c=a(l).toString().length+1;return 8+8*c+10*Math.max(Math.floor((c-1)/3),0)+1},yG=e=>{const{data:t,legend:n,indexBy:r,renderBottomTick:i,onBarClick:o,padding:a=.5,formatLegendValue:s,formatIndexBy:l,hasValueFn:c,currentLocale:u="en-US",formatBottomTick:d=e=>e,formatLeftTick:f=e=>$q(e,u),bottomTickRotation:h=0,noLegend:p=!1,minValue:g,maxValue:m,groupMode:v="stacked",bottomTickSize:b=12,markers:y=[],colors:_,leftAxisTickValues:w,layout:x="vertical",formatTrendValue:k}=e,C=Ci((()=>new Map(n.map((e=>[e.id,e])))),[n]),S=Ci((()=>n.filter((e=>"point"!==e.type&&"tree"!==e.type)).map((e=>e.id))),[n]),M=Ci((()=>((e,t)=>e.every((e=>Object.keys(e).filter((e=>e!==t)).every((t=>0===e[t])))))(t,r)),[t,r]),T=Ci((()=>t.length>=8?"s":t.length>=6?"m":"l"),[t]),A="horizontal"===x;return Os("div",{className:"styles_container__nVJhv",children:[Os("div",{className:"styles_barContainer__DTIpd",children:Os(nG,{children:Os(XV,{data:t,theme:wq,groupMode:v,layout:x,defaultHeight:275,keys:S,indexBy:r,margin:{top:10,right:20,bottom:h>0?60:40,left:bG({data:t,layout:x,keys:S,indexBy:r,stacked:!0,position:"left",formatLeftTick:f,formatBottomTick:d})},padding:a,innerPadding:0,valueScale:{type:"linear",nice:!0,min:g,max:m},indexScale:{type:"band",round:!0},layers:["grid","axes",QV,e=>Os(cG,{...e,indexBy:r,layout:x,legend:n,barSize:T,groupMode:v}),e=>Os(gG,{...e,legend:n,indexBy:r,formatValue:k}),"markers",e=>Os(oG,{...e,hasValueFn:c,indexBy:r,layout:x,tooltip:({value:e})=>Os(JV,{allowZeroValues:!0,value:e,indexBy:r,legend:n,formatLegendValue:s,formatIndexBy:l})})],markers:y,colors:"function"==typeof _?_:e=>C.get(e.id)?.color??"var(--bg-base-secondary)",enableLabel:!1,enableTotals:!1,axisTop:null,axisRight:null,axisBottom:{tickSize:0,tickPadding:5,tickRotation:h,truncateTickAt:0,renderTick:i,style:{ticks:{text:{fontSize:b}}},format:A?f:e=>d(e,t.find((t=>t[r]===e))),tickValues:t.length>30?t.filter(((e,t)=>!(t%2))).map((e=>e[r])):void 0},axisLeft:{tickSize:0,tickPadding:8,tickRotation:0,truncateTickAt:0,format:A?d?e=>d(e,t.find((t=>t[r]===e))):void 0:f,tickValues:w},animate:!bq,motionConfig:vq,onClick:o})})}),!M&&!p&&Os(KV,{data:n})]})},_G=(e,t)=>e>=t,wG=e=>e>=91?"bottom-right":"top-right",xG=e=>{const{title:t,data:n,i18n:r,keys:i,threshold:o=90}=e,a=Ci((()=>aV.take(n,15).map((({id:e,stabilityRate:t})=>({id:e,stabilityRate:t,[e]:t})))),[n]),s=r("legend.stabilityRate"),l=(e=>e>=100?100:e<=0?0:e)(o),c=Ci((()=>a.map((({id:e,stabilityRate:t})=>({id:e,label:s,color:_G(t,l)?"var(--bg-support-castor-heavy)":"var(--bg-support-capella-heavy)",value:t,[e]:t})))),[a,s,l]),u=0===a.length;return Os(jb,u?{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}:{title:t,children:Os(yG,{markers:[{axis:"y",value:o,legend:`${o}%`,textStyle:{fill:wq.markers?.text?.fill,fontSize:wq.markers?.text?.fontSize,fontWeight:wq.markers?.text?.fontWeight},lineStyle:{stroke:wq.markers?.lineColor,strokeWidth:wq.markers?.lineStrokeWidth},legendPosition:wG(l),legendOffsetY:10,legendOffsetX:7}],groupMode:"stacked",data:a,legend:c,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>i[e.id],formatBottomTick:(e,t)=>aV.truncate(i[t.id],{length:15}),bottomTickSize:a.length>4?10:12,formatLegendValue:({value:e})=>{if(void 0!==e)return`${e}%`},noLegend:!0,formatLeftTick:e=>`${e}%`,maxValue:100,leftAxisTickValues:[0,10,20,30,40,50,60,70,80,90,100],bottomTickRotation:45,colors:e=>((e,t)=>{if(e>=t)return"var(--bg-support-castor-heavy)";const n=t>20?t-5:void 0;return n&&e>=n?"var(--bg-support-atlas-heavy)":"var(--bg-support-capella-heavy)"})(e.data.stabilityRate,l)})})},kG=e=>e.startsWith("new:"),CG=e=>e.startsWith("removed:"),SG=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=n.find((e=>"current"===e.id)),a=Ci((()=>{const e=[];for(const t of i)e.push(`new:${t}`);for(const t of i)e.push(`removed:${t}`);return e}),[i]),s=Ci((()=>[...a.map((e=>{const t=e.replace(":",""),n=e.replace("new:","").replace("removed:","");return{id:e,label:r(`status.${t}`),color:zH(n),value:kG(e)?1:-1}})),{id:"trend",label:r("legend.trend"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[a,r]),l=Math.ceil(1.01*Math.max(...n.map((e=>{const t=Math.abs(a.filter((e=>CG(e))).reduce(((t,n)=>t+(e[n]??0)),0)),n=Math.abs(a.filter((e=>kG(e))).reduce(((t,n)=>t+(e[n]??0)),0));return Math.max(n,t)})))),c=Ci((()=>n.map((e=>{const t=2*l,n=((e,t)=>t.reduce(((t,n)=>(kG(n)&&(t[n]=e[n]??0),CG(n)&&(t[n]=-(e[n]??0)),t)),{}))(e,a),r=Math.abs(a.filter((e=>CG(e))).reduce(((e,t)=>e+(n[t]??0)),0)),i=Math.abs(a.filter((e=>kG(e))).reduce(((e,t)=>e+(n[t]??0)),0)),o=IH({positiveValue:i,negativeValue:r,absTotal:t,noValuePercentage:-1});return{id:e.id,timestamp:e.timestamp,...n,trend:o}}))),[n,a,l]),u=c.every((e=>a.every((t=>0===e[t])))),d=c.filter((e=>"current"!==e.id)).every((e=>a.every((t=>0===e[t]))));return!o||u?Os(jb,{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}):1===n.length&&o||d?Os(jb,{title:t,children:Os(lV,{title:r("no-history"),icon:Rs.lineChartsBarChartSquare})}):Os(jb,{title:t,children:Os(yG,{groupMode:"stacked",data:c,legend:s,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=c.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLegendValue:({value:e,id:t})=>"trend"===t?"":e?$q(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""},minValue:-l,maxValue:l,formatTrendValue:e=>{if(-1!==e)return e}})})},MG=e=>"skipped"===e||"unknown"===e,TG=e=>"failed"===e||"broken"===e,AG=(e,t)=>t.reduce(((t,n)=>(MG(n)&&(t[n]=e[n]??0),TG(n)&&(t[n]=-(e[n]??0)),t)),{}),LG=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=n.find((e=>"current"===e.id)),a=Ci((()=>i.map((e=>({id:e,label:r(`status.${e}`),color:zH(e),value:MG(e)?1:-1})))),[i,r]),s=Ci((()=>n.map((e=>({id:e.id,timestamp:e.timestamp,...AG(e,i)})))),[n,i]),l=s.every((e=>i.every((t=>0===e[t])))),c=s.filter((e=>"current"!==e.id)).every((e=>i.every((t=>0===e[t]))));if(!o||l)return Os(jb,{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})});if(1===n.length&&o||c)return Os(jb,{title:t,children:Os(lV,{title:r("no-history"),icon:Rs.lineChartsBarChartSquare})});const u=Math.max(...s.map((e=>{const t=Math.abs(i.filter((e=>TG(e))).reduce(((t,n)=>t+(e[n]??0)),0)),n=Math.abs(i.filter((e=>MG(e))).reduce(((t,n)=>t+(e[n]??0)),0));return Math.max(t,n)}))),d=Math.ceil(1.01*u);return Os(jb,{title:t,children:Os(yG,{groupMode:"stacked",layout:"horizontal",data:s,legend:a,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return aV.truncate(r("ticks.current"),{length:15});const t=s.find((t=>t.id===e));return t?aV.truncate(r("ticks.history",{timestamp:t?.timestamp}),{length:15}):""},bottomTickSize:10,formatLegendValue:({value:e})=>e?$q(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""},minValue:-d,maxValue:d})})};function EG(){return EG=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},EG.apply(null,arguments)}function NG(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var OG={layers:["separators","parts","labels","annotations"],direction:"vertical",interpolation:"smooth",spacing:0,shapeBlending:.66,colors:{scheme:"nivo"},size:void 0,fillOpacity:1,borderWidth:6,borderColor:{from:"color"},borderOpacity:.66,enableLabel:!0,labelColor:{theme:"background"},enableBeforeSeparators:!0,beforeSeparatorLength:0,beforeSeparatorOffset:0,enableAfterSeparators:!0,afterSeparatorLength:0,afterSeparatorOffset:0,annotations:[],isInteractive:!0,currentPartSizeExtension:0,role:"img",animate:!0,motionConfig:"default"},RG=function(e){var t=e.part;return Os(iE,{id:t.data.label,value:t.formattedValue,color:t.color,enableChip:!0})},DG=function(e){var t,n,r=e.data,i=e.width,o=e.height,a=e.direction,s=void 0===a?OG.direction:a,l=e.interpolation,c=void 0===l?OG.interpolation:l,u=e.spacing,d=void 0===u?OG.spacing:u,f=e.shapeBlending,h=void 0===f?OG.shapeBlending:f,p=e.valueFormat,g=e.colors,m=void 0===g?OG.colors:g,v=e.size,b=void 0===v?OG.size:v,y=e.fillOpacity,_=void 0===y?OG.fillOpacity:y,w=e.borderWidth,x=void 0===w?OG.borderWidth:w,k=e.borderColor,C=void 0===k?OG.borderColor:k,S=e.borderOpacity,M=void 0===S?OG.borderOpacity:S,T=e.labelColor,A=void 0===T?OG.labelColor:T,L=e.enableBeforeSeparators,E=void 0===L?OG.enableBeforeSeparators:L,N=e.beforeSeparatorLength,O=void 0===N?OG.beforeSeparatorLength:N,R=e.beforeSeparatorOffset,D=void 0===R?OG.beforeSeparatorOffset:R,P=e.enableAfterSeparators,z=void 0===P?OG.enableAfterSeparators:P,I=e.afterSeparatorLength,j=void 0===I?OG.afterSeparatorLength:I,B=e.afterSeparatorOffset,F=void 0===B?OG.afterSeparatorOffset:B,H=e.isInteractive,$=void 0===H?OG.isInteractive:H,U=e.currentPartSizeExtension,q=void 0===U?OG.currentPartSizeExtension:U,W=e.currentBorderWidth,V=e.onMouseEnter,G=e.onMouseMove,Y=e.onMouseLeave,X=e.onClick,Z=e.tooltip,K=KL(),J=tF(m,"id"),Q=JB(C,K),ee=JB(A,K),te=nI(p),ne=Ci((function(){return function(e,t){var n=zg();return"vertical"===t?n.curve("smooth"===e?Ug:Og).x0((function(e){return e.x0})).x1((function(e){return e.x1})).y((function(e){return e.y})):n.curve("smooth"===e?Ug:Og).y0((function(e){return e.y0})).y1((function(e){return e.y1})).x((function(e){return e.x})),[n,Pg().defined((function(e){return null!==e})).x((function(e){return e.x})).y((function(e){return e.y})).curve("smooth"===e?Ug:Og)]}(c,s)}),[c,s]),re=ne[0],ie=ne[1],oe=E?O+D:0,ae=z?j+F:0;"vertical"===s?(t=i-oe-ae,n=o):(t=i,n=o-oe-ae);var se=Ci((function(){return function(e){var t,n,r=e.data,i=e.width,o=e.height,a=e.spacing;"vertical"===e.direction?(t=o,n=i):(t=i,n=o);var s=(t-a*(r.length-1))/r.length,l=function(e){return a*e+s*e};l.bandwidth=s;var c=r.map((function(e){return e.value}));return[l,mf().domain([0,Math.max.apply(Math,c)]).range([0,n])]}({data:r,direction:s,width:t,height:n,spacing:d})}),[r,s,t,n,d]),le=se[0],ce=function(e,t){return Ci((function(){return function(e,t){if("function"==typeof e)return e;if(Array.isArray(e)){var n=Hd(e);return function(e){return Number(n(String(e.id)))}}if(po(e)){if(function(e){return void 0!==e.datum}(e))return function(t){var n=go(t,e.datum);return"number"==typeof n?n:0};throw new Error("Invalid size, when using an object, you should specify a 'datum' property")}return function(e){return t(e.value)}}(e,t)}),[e,t])}(b,se[1]),ue=yi(null),de=ue[0],fe=ue[1],he=Ci((function(){var e=r.map((function(e,r){var i,o,a,l,c=e.id===de,u=ce(e);"vertical"===s?(i=u,o=le.bandwidth,l=oe+.5*(t-i),a=le(r)):(i=le.bandwidth,o=u,l=le(r),a=oe+.5*(n-o));var d=l+i,f=l+.5*i,h=a+o,p=a+.5*o,g={data:e,width:i,height:o,color:J(e),fillOpacity:_,borderWidth:c&&void 0!==W?W:x,borderOpacity:M,formattedValue:te(e.value),isCurrent:c,x:f,x0:l,x1:d,y:p,y0:a,y1:h,borderColor:"",labelColor:"",points:[],areaPoints:[],borderPoints:[]};return g.borderColor=Q(g),g.labelColor=ee(g),g})),i=h/2;return e.forEach((function(t,n){var r=e[n+1];if("vertical"===s){t.points.push({x:t.x0,y:t.y0}),t.points.push({x:t.x1,y:t.y0}),r?(t.points.push({x:r.x1,y:t.y1}),t.points.push({x:r.x0,y:t.y1})):(t.points.push({x:t.points[1].x,y:t.y1}),t.points.push({x:t.points[0].x,y:t.y1})),t.isCurrent&&(t.points[0].x-=q,t.points[1].x+=q,t.points[2].x+=q,t.points[3].x-=q),t.areaPoints=[{x:0,x0:t.points[0].x,x1:t.points[1].x,y:t.y0,y0:0,y1:0}],t.areaPoints.push(EG({},t.areaPoints[0],{y:t.y0+t.height*i}));var o={x:0,x0:t.points[3].x,x1:t.points[2].x,y:t.y1,y0:0,y1:0};t.areaPoints.push(EG({},o,{y:t.y1-t.height*i})),t.areaPoints.push(o),[0,1,2,3].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x0,y:t.areaPoints[e].y})})),t.borderPoints.push(null),[3,2,1,0].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x1,y:t.areaPoints[e].y})}))}else{t.points.push({x:t.x0,y:t.y0}),r?(t.points.push({x:t.x1,y:r.y0}),t.points.push({x:t.x1,y:r.y1})):(t.points.push({x:t.x1,y:t.y0}),t.points.push({x:t.x1,y:t.y1})),t.points.push({x:t.x0,y:t.y1}),t.isCurrent&&(t.points[0].y-=q,t.points[1].y-=q,t.points[2].y+=q,t.points[3].y+=q),t.areaPoints=[{x:t.x0,x0:0,x1:0,y:0,y0:t.points[0].y,y1:t.points[3].y}],t.areaPoints.push(EG({},t.areaPoints[0],{x:t.x0+t.width*i}));var a={x:t.x1,x0:0,x1:0,y:0,y0:t.points[1].y,y1:t.points[2].y};t.areaPoints.push(EG({},a,{x:t.x1-t.width*i})),t.areaPoints.push(a),[0,1,2,3].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x,y:t.areaPoints[e].y0})})),t.borderPoints.push(null),[3,2,1,0].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x,y:t.areaPoints[e].y1})}))}})),e}),[r,s,le,t,n,oe,h,J,te,Q,ee,de,M,x,W,q,_,ce]),pe=pE(),ge=pe.showTooltipFromEvent,me=pe.hideTooltip,ve=Ci((function(){return function(e){var t=e.parts,n=e.setCurrentPartId,r=e.onMouseEnter,i=e.onMouseLeave,o=e.onMouseMove,a=e.onClick,s=e.showTooltipFromEvent,l=e.hideTooltip,c=e.tooltip,u=void 0===c?RG:c;return e.isInteractive?t.map((function(e){return EG({},e,{onMouseEnter:function(t){n(e.data.id),s(Dr(u,{part:e}),t),null==r||r(e,t)},onMouseLeave:function(t){n(null),l(),null==i||i(e,t)},onMouseMove:function(t){s(Dr(u,{part:e}),t),null==o||o(e,t)},onClick:void 0!==a?function(t){a(e,t)}:void 0})})):t}({parts:he,setCurrentPartId:fe,isInteractive:$,onMouseEnter:V,onMouseLeave:Y,onMouseMove:G,onClick:X,showTooltipFromEvent:ge,hideTooltip:me,tooltip:Z})}),[he,fe,$,V,Y,G,X,ge,me,Z]),be=Ci((function(){return function(e){var t=e.parts,n=e.direction,r=e.width,i=e.height,o=e.spacing,a=e.enableBeforeSeparators,s=e.beforeSeparatorOffset,l=e.enableAfterSeparators,c=e.afterSeparatorOffset,u=[],d=[],f=t[t.length-1];if("vertical"===n){t.forEach((function(e){var t=e.y0-o/2;a&&u.push({partId:e.data.id,x0:0,x1:e.x0-s,y0:t,y1:t}),l&&d.push({partId:e.data.id,x0:e.x1+c,x1:r,y0:t,y1:t})}));var h=f.y1;a&&u.push(EG({},u[u.length-1],{partId:"none",y0:h,y1:h})),l&&d.push(EG({},d[d.length-1],{partId:"none",y0:h,y1:h}))}else if("horizontal"===n){t.forEach((function(e){var t=e.x0-o/2;u.push({partId:e.data.id,x0:t,x1:t,y0:0,y1:e.y0-s}),d.push({partId:e.data.id,x0:t,x1:t,y0:e.y1+c,y1:i})}));var p=f.x1;u.push(EG({},u[u.length-1],{partId:"none",x0:p,x1:p})),d.push(EG({},d[d.length-1],{partId:"none",x0:p,x1:p}))}return[u,d]}({parts:he,direction:s,width:i,height:o,spacing:d,enableBeforeSeparators:E,beforeSeparatorOffset:D,enableAfterSeparators:z,afterSeparatorOffset:F})}),[he,s,i,o,d,E,D,z,F]),ye=be[0],_e=be[1],we=Ci((function(){return{width:i,height:o,parts:ve,areaGenerator:re,borderGenerator:ie,beforeSeparators:ye,afterSeparators:_e,setCurrentPartId:fe}}),[i,o,ve,re,ie,ye,_e,fe]);return{parts:ve,areaGenerator:re,borderGenerator:ie,beforeSeparators:ye,afterSeparators:_e,setCurrentPartId:fe,currentPartId:de,customLayerProps:we}},PG=function(e){var t=e.part,n=e.areaGenerator,r=e.borderGenerator,i=_z(),o=i.animate,a=i.config,s=Yz(n(t.areaPoints)),l=Yz(r(t.borderPoints)),c=aC({areaColor:t.color,borderWidth:t.borderWidth,borderColor:t.borderColor,config:a,immediate:!o});return Os(zr,{children:[t.borderWidth>0&&Os(vM.path,{d:l,stroke:c.borderColor,strokeWidth:c.borderWidth,strokeOpacity:t.borderOpacity,fill:"none"}),Os(vM.path,{d:s,fill:c.areaColor,fillOpacity:t.fillOpacity,onMouseEnter:t.onMouseEnter,onMouseLeave:t.onMouseLeave,onMouseMove:t.onMouseMove,onClick:t.onClick})]})},zG=function(e){var t=e.parts,n=e.areaGenerator,r=e.borderGenerator;return Os(zr,{children:t.map((function(e){return Os(PG,{part:e,areaGenerator:n,borderGenerator:r},e.data.id)}))})},IG=function(e){var t=e.part,n=KL(),r=_z(),i=r.animate,o=r.config,a=aC({transform:"translate("+t.x+", "+t.y+")",color:t.labelColor,config:o,immediate:!i});return Os(vM.g,{transform:a.transform,children:Os(MI,{textAnchor:"middle",dominantBaseline:"central",style:EG({},n.labels.text,{fill:a.color,pointerEvents:"none"}),children:t.formattedValue})})},jG=function(e){return Os(zr,{children:e.parts.map((function(e){return Os(IG,{part:e},e.data.id)}))})},BG=function(e){var t=e.separator,n=KL(),r=_z(),i=r.animate,o=r.config,a=aC({x1:t.x0,x2:t.x1,y1:t.y0,y2:t.y1,config:o,immediate:!i});return Os(vM.line,EG({x1:a.x1,x2:a.x2,y1:a.y1,y2:a.y2,fill:"none"},n.grid.line))},FG=function(e){var t=e.beforeSeparators,n=e.afterSeparators;return Os(zr,{children:[t.map((function(e){return Os(BG,{separator:e},e.partId)})),n.map((function(e){return Os(BG,{separator:e},e.partId)}))]})},HG=function(e){var t=function(e,t){return fW({data:e,annotations:t,getPosition:function(e){return{x:e.x,y:e.y}},getDimensions:function(e){var t=e.width,n=e.height;return{size:Math.max(t,n),width:t,height:n}}})}(e.parts,e.annotations);return Os(zr,{children:t.map((function(e,t){return Os(yW,EG({},e),t)}))})},$G=["isInteractive","animate","motionConfig","theme","renderWrapper"],UG=function(e){var t=e.data,n=e.width,r=e.height,i=e.margin,o=e.direction,a=void 0===o?OG.direction:o,s=e.interpolation,l=void 0===s?OG.interpolation:s,c=e.spacing,u=void 0===c?OG.spacing:c,d=e.shapeBlending,f=void 0===d?OG.shapeBlending:d,h=e.valueFormat,p=e.colors,g=void 0===p?OG.colors:p,m=e.size,v=void 0===m?OG.size:m,b=e.fillOpacity,y=void 0===b?OG.fillOpacity:b,_=e.borderWidth,w=void 0===_?OG.borderWidth:_,x=e.borderColor,k=void 0===x?OG.borderColor:x,C=e.borderOpacity,S=void 0===C?OG.borderOpacity:C,M=e.enableLabel,T=void 0===M?OG.enableLabel:M,A=e.labelColor,L=void 0===A?OG.labelColor:A,E=e.enableBeforeSeparators,N=void 0===E?OG.enableBeforeSeparators:E,O=e.beforeSeparatorLength,R=void 0===O?OG.beforeSeparatorLength:O,D=e.beforeSeparatorOffset,P=void 0===D?OG.beforeSeparatorOffset:D,z=e.enableAfterSeparators,I=void 0===z?OG.enableAfterSeparators:z,j=e.afterSeparatorLength,B=void 0===j?OG.afterSeparatorLength:j,F=e.afterSeparatorOffset,H=void 0===F?OG.afterSeparatorOffset:F,$=e.layers,U=void 0===$?OG.layers:$,q=e.annotations,W=void 0===q?OG.annotations:q,V=e.isInteractive,G=void 0===V?OG.isInteractive:V,Y=e.currentPartSizeExtension,X=void 0===Y?OG.currentPartSizeExtension:Y,Z=e.currentBorderWidth,K=e.onMouseEnter,J=e.onMouseMove,Q=e.onMouseLeave,ee=e.onClick,te=e.tooltip,ne=e.role,re=void 0===ne?OG.role:ne,ie=e.ariaLabel,oe=e.ariaLabelledBy,ae=e.ariaDescribedBy,se=e.forwardedRef,le=Qz(n,r,i),ce=le.margin,ue=le.innerWidth,de=le.innerHeight,fe=le.outerWidth,he=le.outerHeight,pe=DG({data:t,width:ue,height:de,direction:a,interpolation:l,spacing:u,shapeBlending:f,valueFormat:h,colors:g,size:v,fillOpacity:y,borderWidth:w,borderColor:k,borderOpacity:S,labelColor:L,enableBeforeSeparators:N,beforeSeparatorLength:R,beforeSeparatorOffset:P,enableAfterSeparators:I,afterSeparatorLength:B,afterSeparatorOffset:H,isInteractive:G,currentPartSizeExtension:X,currentBorderWidth:Z,onMouseEnter:K,onMouseMove:J,onMouseLeave:Q,onClick:ee,tooltip:te}),ge=pe.areaGenerator,me=pe.borderGenerator,ve=pe.parts,be=pe.beforeSeparators,ye=pe.afterSeparators,_e=pe.customLayerProps,we={separators:null,parts:null,annotations:null,labels:null};return U.includes("separators")&&(we.separators=Os(FG,{beforeSeparators:be,afterSeparators:ye},"separators")),U.includes("parts")&&(we.parts=Os(zG,{parts:ve,areaGenerator:ge,borderGenerator:me},"parts")),null!=U&&U.includes("annotations")&&(we.annotations=Os(HG,{parts:ve,annotations:W},"annotations")),U.includes("labels")&&T&&(we.labels=Os(jG,{parts:ve},"labels")),Os(Uz,{width:fe,height:he,margin:ce,role:re,ariaLabel:ie,ariaLabelledBy:oe,ariaDescribedBy:ae,ref:se,children:U.map((function(e,t){var n;return"function"==typeof e?Os(zr,{children:Dr(e,_e)},t):null!=(n=null==we?void 0:we[e])?n:null}))})},qG=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?OG.isInteractive:n,i=e.animate,o=void 0===i?OG.animate:i,a=e.motionConfig,s=void 0===a?OG.motionConfig:a,l=e.theme,c=e.renderWrapper,u=NG(e,$G);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(UG,EG({isInteractive:r},u,{forwardedRef:t}))})})),WG=["defaultWidth","defaultHeight","onResize","debounceResize"],VG=Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=NG(e,WG);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(qG,EG({width:n,height:r},a,{ref:t}))}})}));const GG={background:"var(--bg-base-primary)",axis:{ticks:{text:{fill:"var(--on-text-secondary)"}},legend:{text:{fill:"var(--on-text-primary)"}}},grid:{line:{stroke:"var(--on-border-muted)"}},legends:{text:{fill:"var(--on-text-secondary)"}},tooltip:{container:{background:"var(--bg-base-modal)",color:"var(--on-text-primary)"}},text:{fill:"var(--on-text-primary)"}},YG=e=>{const t=KL(),{animate:n,config:r}=_z(),i=aC({transform:`translate(10, ${e.y})`,color:e.labelColor,config:r,immediate:!n}),o=[];return o.push(`Layer: ${e.data.layer}`),e.data.value>0?(o.push(`Number of tests: ${e.data.value} (${e.data.percentage}%)`),o.push(`Success rate: ${e.data.successRate}%`)):o.push("No tests"),Os(Pq.g,{transform:i.transform,children:Os(MI,{style:{...t.labels.text,pointerEvents:"none"},lineHeight:1.2,children:o.map(((e,t)=>Os(Pq.tspan,{x:0,dy:0===t?0:"1.2em",children:e},t)))},e.data.id)})},XG=e=>{const{parts:t}=e;return t.map((e=>Os(YG,{...e},e.data.id)))},ZG=e=>{const{data:t,title:n,translations:r,height:i=400,width:o="100%"}=e,a=r["no-results"],s=Ci((()=>[...t].reverse().map((e=>({id:e.layer,value:e.testCount,label:e.layer,successRate:e.successRate,percentage:e.percentage,layer:e.layer,color:e.testCount>0?"var(--bg-support-aldebaran)":"var(--bg-support-rau)"})))),[t]);return t&&0!==t.length?Os(jb,{title:n,children:Os("div",{role:"img",tabIndex:0,style:{width:o,height:i},children:Os(VG,{data:s,theme:GG,enableLabel:!1,layers:["separators","parts","labels","annotations",XG],interpolation:"linear",spacing:5,shapeBlending:0,borderWidth:0,colors:e=>e.color,labelColor:{theme:"background"},enableAfterSeparators:!1})})}):Os(jb,{title:n,children:Os(PH,{label:a,width:o,height:i,ariaLabel:a})})};function KG(){return KG=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},KG.apply(null,arguments)}var JG={pointerEvents:"none"},QG=function(e){var t=e.label,n=e.style,r=KL();return Os(vM.g,{transform:n.transform,opacity:n.progress,style:JG,children:Os(MI,{textAnchor:"middle",dominantBaseline:"central",style:KG({},r.labels.text,{fill:n.textColor}),children:t})})},eY=function(e){var t=e%(2*Math.PI);return t<0&&(t+=2*Math.PI),t},tY=function(e,t){return e.filter((function(e){return Math.abs(Dz(e.arc.endAngle-e.arc.startAngle))>=t}))},nY={startAngle:{enter:function(e){return KG({},e,{endAngle:e.startAngle})},update:function(e){return e},leave:function(e){return KG({},e,{startAngle:e.endAngle})}},middleAngle:{enter:function(e){var t=e.startAngle+(e.endAngle-e.startAngle)/2;return KG({},e,{startAngle:t,endAngle:t})},update:function(e){return e},leave:function(e){var t=e.startAngle+(e.endAngle-e.startAngle)/2;return KG({},e,{startAngle:t,endAngle:t})}},endAngle:{enter:function(e){return KG({},e,{startAngle:e.endAngle})},update:function(e){return e},leave:function(e){return KG({},e,{endAngle:e.startAngle})}},innerRadius:{enter:function(e){return KG({},e,{outerRadius:e.innerRadius})},update:function(e){return e},leave:function(e){return KG({},e,{innerRadius:e.outerRadius})}},centerRadius:{enter:function(e){var t=e.innerRadius+(e.outerRadius-e.innerRadius)/2;return KG({},e,{innerRadius:t,outerRadius:t})},update:function(e){return e},leave:function(e){var t=e.innerRadius+(e.outerRadius-e.innerRadius)/2;return KG({},e,{innerRadius:t,outerRadius:t})}},outerRadius:{enter:function(e){return KG({},e,{innerRadius:e.outerRadius})},update:function(e){return e},leave:function(e){return KG({},e,{outerRadius:e.innerRadius})}},pushIn:{enter:function(e){return KG({},e,{innerRadius:e.innerRadius-e.outerRadius+e.innerRadius,outerRadius:e.innerRadius})},update:function(e){return e},leave:function(e){return KG({},e,{innerRadius:e.outerRadius,outerRadius:e.outerRadius+e.outerRadius-e.innerRadius})}},pushOut:{enter:function(e){return KG({},e,{innerRadius:e.outerRadius,outerRadius:e.outerRadius+e.outerRadius-e.innerRadius})},update:function(e){return e},leave:function(e){return KG({},e,{innerRadius:e.innerRadius-e.outerRadius+e.innerRadius,outerRadius:e.innerRadius})}}},rY=function(e,t){return Ci((function(){var n=nY[e];return{enter:function(e){return KG({progress:0},n.enter(e.arc),t?t.enter(e):{})},update:function(e){return KG({progress:1},n.update(e.arc),t?t.update(e):{})},leave:function(e){return KG({progress:0},n.leave(e.arc),t?t.leave(e):{})}}}),[e,t])},iY=function(e,t){var n=function(e){return e.startAngle+(e.endAngle-e.startAngle)/2}(e)-Math.PI/2,r=e.innerRadius+(e.outerRadius-e.innerRadius)*t;return Pz(n,r)},oY=function(e){return function(t,n,r,i){return hC([t,n,r,i],(function(t,n,r,i){var o=iY({startAngle:t,endAngle:n,innerRadius:r,outerRadius:i},e);return"translate("+o.x+","+o.y+")"}))}},aY=function(e){var t=e.center,n=e.data,r=e.transitionMode,i=e.label,o=e.radiusOffset,a=e.skipAngle,s=e.skipRadius,l=e.textColor,c=e.component,u=void 0===c?QG:c,d=iI(i),f=KL(),h=JB(l,f),p=Ci((function(){return n.filter((function(e){var t=Math.abs(Dz(e.arc.endAngle-e.arc.startAngle)),n=Math.abs(e.arc.outerRadius-e.arc.innerRadius);return t>=a&&n>=s}))}),[n,a,s]),g=function(e,t,n){void 0===t&&(t=.5),void 0===n&&(n="innerRadius");var r=_z(),i=r.animate,o=r.config,a=rY(n,void 0);return{transition:sC(e,{keys:function(e){return e.id},initial:a.update,from:a.enter,enter:a.update,update:a.update,leave:a.leave,config:o,immediate:!i}),interpolate:oY(t)}}(p,o,r),m=g.transition,v=g.interpolate,b=u;return Os("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Dr(b,{key:t.id,datum:t,label:d(t),style:{progress:e.progress,transform:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius),textColor:h(t)}})}))})},sY=function(e){var t=e.label,n=e.style,r=KL();return Os(vM.g,{opacity:n.opacity,children:[Os(vM.path,{fill:"none",stroke:n.linkColor,strokeWidth:n.thickness,d:n.path}),Os(MI,{transform:n.textPosition,textAnchor:n.textAnchor,dominantBaseline:"central",style:KG({},r.labels.text,{fill:n.textColor}),children:t})]})},lY=function(e,t,n,r){var i,o,a=eY(e.startAngle+(e.endAngle-e.startAngle)/2-Math.PI/2),s=Pz(a,e.outerRadius+t),l=Pz(a,e.outerRadius+t+n);return a<Math.PI/2||a>1.5*Math.PI?(i="after",o={x:l.x+r,y:l.y}):(i="before",o={x:l.x-r,y:l.y}),{side:i,points:[s,l,o]}},cY=Pg().x((function(e){return e.x})).y((function(e){return e.y})),uY=function(e,t,n,r,i,o,a){return hC([e,t,n,r,i,o,a],(function(e,t,n,r,i,o,a){var s=lY({startAngle:e,endAngle:t,outerRadius:r},i,o,a).points;return cY(s)}))},dY=function(e,t,n,r){return hC([e,t,n,r],(function(e,t,n,r){return function(e){var t=eY(e.startAngle+(e.endAngle-e.startAngle)/2-Math.PI/2);return t<Math.PI/2||t>1.5*Math.PI?"start":"end"}({startAngle:e,endAngle:t})}))},fY=function(e,t,n,r,i,o,a,s){return hC([e,t,n,r,i,o,a,s],(function(e,t,n,r,i,o,a,s){var l=lY({startAngle:e,endAngle:t,outerRadius:r},i,o,a),c=l.points,u=l.side,d=c[2];return"before"===u?d.x-=s:d.x+=s,"translate("+d.x+","+d.y+")"}))},hY=function(e){var t=e.center,n=e.data,r=e.label,i=e.skipAngle,o=e.offset,a=e.diagonalLength,s=e.straightLength,l=e.strokeWidth,c=e.textOffset,u=e.textColor,d=e.linkColor,f=e.component,h=void 0===f?sY:f,p=iI(r),g=function(e){var t=e.data,n=e.offset,r=void 0===n?0:n,i=e.diagonalLength,o=e.straightLength,a=e.skipAngle,s=void 0===a?0:a,l=e.textOffset,c=e.linkColor,u=e.textColor,d=_z(),f=d.animate,h=d.config,p=KL(),g=JB(c,p),m=JB(u,p),v=function(e,t){return Ci((function(){return tY(e,t)}),[e,t])}(t,s),b=function(e){var t=e.offset,n=e.diagonalLength,r=e.straightLength,i=e.textOffset,o=e.getLinkColor,a=e.getTextColor;return Ci((function(){return{enter:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:0,straightLength:0,textOffset:i,linkColor:o(e),textColor:a(e),opacity:0}},update:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:n,straightLength:r,textOffset:i,linkColor:o(e),textColor:a(e),opacity:1}},leave:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:0,straightLength:0,textOffset:i,linkColor:o(e),textColor:a(e),opacity:0}}}}),[n,r,i,o,a,t])}({offset:r,diagonalLength:i,straightLength:o,textOffset:l,getLinkColor:g,getTextColor:m});return{transition:sC(v,{keys:function(e){return e.id},initial:b.update,from:b.enter,enter:b.update,update:b.update,leave:b.leave,config:h,immediate:!f}),interpolateLink:uY,interpolateTextAnchor:dY,interpolateTextPosition:fY}}({data:n,skipAngle:i,offset:o,diagonalLength:a,straightLength:s,textOffset:c,linkColor:d,textColor:u}),m=g.transition,v=g.interpolateLink,b=g.interpolateTextAnchor,y=g.interpolateTextPosition,_=h;return Os("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Dr(_,{key:t.id,datum:t,label:p(t),style:KG({},e,{thickness:l,path:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,e.offset,e.diagonalLength,e.straightLength),textAnchor:b(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius),textPosition:y(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,e.offset,e.diagonalLength,e.straightLength,e.textOffset)})})}))})},pY=function(e){var t=e.datum,n=e.style,r=e.onClick,i=e.onMouseEnter,o=e.onMouseMove,a=e.onMouseLeave,s=Si((function(e){return null==r?void 0:r(t,e)}),[r,t]),l=Si((function(e){return null==i?void 0:i(t,e)}),[i,t]),c=Si((function(e){return null==o?void 0:o(t,e)}),[o,t]),u=Si((function(e){return null==a?void 0:a(t,e)}),[a,t]);return Os(vM.path,{d:n.path,opacity:n.opacity,fill:t.fill||n.color,stroke:n.borderColor,strokeWidth:n.borderWidth,onClick:r?s:void 0,onMouseEnter:i?l:void 0,onMouseMove:o?c:void 0,onMouseLeave:a?u:void 0,"data-testid":"arc."+t.id})},gY=function(e,t,n,r,i){return hC([e,t,n,r],(function(e,t,n,r){return i({startAngle:e,endAngle:t,innerRadius:Math.max(0,n),outerRadius:Math.max(0,r)})}))},mY=function(e){var t=e.center,n=e.data,r=e.arcGenerator,i=e.borderWidth,o=e.borderColor,a=e.onClick,s=e.onMouseEnter,l=e.onMouseMove,c=e.onMouseLeave,u=e.transitionMode,d=e.component,f=void 0===d?pY:d,h=KL(),p=JB(o,h),g=function(e,t,n){void 0===t&&(t="innerRadius");var r=_z(),i=r.animate,o=r.config,a=rY(t,n);return{transition:sC(e,{keys:function(e){return e.id},initial:a.update,from:a.enter,enter:a.update,update:a.update,leave:a.leave,config:o,immediate:!i}),interpolate:gY}}(n,u,{enter:function(e){return{opacity:0,color:e.color,borderColor:p(e)}},update:function(e){return{opacity:1,color:e.color,borderColor:p(e)}},leave:function(e){return{opacity:0,color:e.color,borderColor:p(e)}}}),m=g.transition,v=g.interpolate,b=f;return Os("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Dr(b,{key:t.id,datum:t,style:KG({},e,{borderWidth:i,path:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,r)}),onClick:a,onMouseEnter:s,onMouseMove:l,onMouseLeave:c})}))})},vY=function(e){var t=void 0===e?{}:e,n=t.cornerRadius,r=void 0===n?0:n,i=t.padAngle,o=void 0===i?0:i;return Ci((function(){return Lg().innerRadius((function(e){return e.innerRadius})).outerRadius((function(e){return e.outerRadius})).cornerRadius(r).padAngle(o)}),[r,o])};function bY(){return bY=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},bY.apply(null,arguments)}function yY(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var _Y,wY=function(e){var t=e.width,n=e.height,r=e.legends,i=e.data,o=e.toggleSerie;return Os(zr,{children:r.map((function(e,r){var a;return Os(bF,bY({},e,{containerWidth:t,containerHeight:n,data:null!=(a=e.data)?a:i,toggleSerie:e.toggleSerie?o:void 0}),r)}))})},xY={id:"id",value:"value",sortByValue:!1,innerRadius:0,padAngle:0,cornerRadius:0,layers:["arcs","arcLinkLabels","arcLabels","legends"],startAngle:0,endAngle:360,fit:!0,activeInnerRadiusOffset:0,activeOuterRadiusOffset:0,borderWidth:0,borderColor:{from:"color",modifiers:[["darker",1]]},enableArcLabels:!0,arcLabel:"formattedValue",arcLabelsSkipAngle:0,arcLabelsSkipRadius:0,arcLabelsRadiusOffset:.5,arcLabelsTextColor:{theme:"labels.text.fill"},enableArcLinkLabels:!0,arcLinkLabel:"id",arcLinkLabelsSkipAngle:0,arcLinkLabelsOffset:0,arcLinkLabelsDiagonalLength:16,arcLinkLabelsStraightLength:24,arcLinkLabelsThickness:1,arcLinkLabelsTextOffset:6,arcLinkLabelsTextColor:{theme:"labels.text.fill"},arcLinkLabelsColor:{theme:"axis.ticks.line.stroke"},colors:{scheme:"nivo"},defs:[],fill:[],isInteractive:!0,animate:!0,motionConfig:"gentle",transitionMode:"innerRadius",tooltip:function(e){var t=e.datum;return Os(iE,{id:t.id,value:t.formattedValue,enableChip:!0,color:t.color})},legends:[],role:"img",pixelRatio:"undefined"!=typeof window&&null!=(_Y=window.devicePixelRatio)?_Y:1},kY=["points"],CY=function(e){var t=e.data,n=e.id,r=void 0===n?xY.id:n,i=e.value,o=void 0===i?xY.value:i,a=e.valueFormat,s=e.colors,l=void 0===s?xY.colors:s,c=iI(r),u=iI(o),d=nI(a),f=tF(l,"id");return Ci((function(){return t.map((function(e){var t,n=c(e),r=u(e),i={id:n,label:null!=(t=e.label)?t:n,hidden:!1,value:r,formattedValue:d(r),data:e};return bY({},i,{color:f(i)})}))}),[t,c,u,d,f])},SY=function(e){var t=e.data,n=e.width,r=e.height,i=e.innerRadius,o=void 0===i?xY.innerRadius:i,a=e.startAngle,s=void 0===a?xY.startAngle:a,l=e.endAngle,c=void 0===l?xY.endAngle:l,u=e.padAngle,d=void 0===u?xY.padAngle:u,f=e.sortByValue,h=void 0===f?xY.sortByValue:f,p=e.cornerRadius,g=void 0===p?xY.cornerRadius:p,m=e.fit,v=void 0===m?xY.fit:m,b=e.activeInnerRadiusOffset,y=void 0===b?xY.activeInnerRadiusOffset:b,_=e.activeOuterRadiusOffset,w=void 0===_?xY.activeOuterRadiusOffset:_,x=e.activeId,k=e.onActiveIdChange,C=e.defaultActiveId,S=e.forwardLegendData,M=function(e){var t=e.activeId,n=e.onActiveIdChange,r=e.defaultActiveId,i=void 0!==t,o=yi(i||void 0===r?null:r),a=o[0],s=o[1];return{activeId:i?t:a,setActiveId:Si((function(e){n&&n(e),i||s(e)}),[i,n,s])}}({activeId:x,onActiveIdChange:k,defaultActiveId:C}),T=M.activeId,A=M.setActiveId,L=yi([]),E=L[0],N=L[1],O=Ci((function(){var e,t=Math.min(n,r)/2,i=t*Math.min(o,1),a=n/2,l=r/2;if(v){var u=function(e,t,n,r,i,o){void 0===o&&(o=!0);var a=[],s=Pz(Rz(r),n);a.push([s.x,s.y]);var l=Pz(Rz(i),n);a.push([l.x,l.y]);for(var c=Math.round(Math.min(r,i));c<=Math.round(Math.max(r,i));c++)if(c%90==0){var u=Pz(Rz(c),n);a.push([u.x,u.y])}a=a.map((function(n){var r=n[0],i=n[1];return[e+r,t+i]})),o&&a.push([e,t]);var d=a.map((function(e){return e[0]})),f=a.map((function(e){return e[1]})),h=Math.min.apply(Math,d),p=Math.max.apply(Math,d),g=Math.min.apply(Math,f);return{points:a,x:h,y:g,width:p-h,height:Math.max.apply(Math,f)-g}}(a,l,t,s-90,c-90),d=u.points,f=yY(u,kY),h=Math.min(n/f.width,r/f.height),p={width:f.width*h,height:f.height*h};p.x=(n-p.width)/2,p.y=(r-p.height)/2,a=(a-f.x)/f.width*f.width*h+p.x,l=(l-f.y)/f.height*f.height*h+p.y,e={box:f,ratio:h,points:d},t*=h,i*=h}return{centerX:a,centerY:l,radius:t,innerRadius:i,debug:e}}),[n,r,o,s,c,v]),R=function(e){var t=e.data,n=e.startAngle,r=e.endAngle,i=e.innerRadius,o=e.outerRadius,a=e.padAngle,s=e.sortByValue,l=e.activeId,c=e.activeInnerRadiusOffset,u=e.activeOuterRadiusOffset,d=e.hiddenIds,f=e.forwardLegendData,h=Ci((function(){var e=Bg().value((function(e){return e.value})).startAngle(Rz(n)).endAngle(Rz(r)).padAngle(Rz(a));return s||e.sortValues(null),e}),[n,r,a,s]),p=Ci((function(){var e=t.filter((function(e){return!d.includes(e.id)}));return{dataWithArc:h(e).map((function(e){var t=Math.abs(e.endAngle-e.startAngle);return bY({},e.data,{arc:{index:e.index,startAngle:e.startAngle,endAngle:e.endAngle,innerRadius:l===e.data.id?i-c:i,outerRadius:l===e.data.id?o+u:o,thickness:o-i,padAngle:e.padAngle,angle:t,angleDeg:Dz(t)}})})),legendData:t.map((function(e){return{id:e.id,label:e.label,color:e.color,hidden:d.includes(e.id),data:e}}))}}),[h,t,d,l,i,c,o,u]),g=p.legendData,m=ki(f);return wi((function(){"function"==typeof m.current&&m.current(g)}),[m,g]),p}({data:t,startAngle:s,endAngle:c,innerRadius:O.innerRadius,outerRadius:O.radius,padAngle:d,sortByValue:h,activeId:T,activeInnerRadiusOffset:y,activeOuterRadiusOffset:w,hiddenIds:E,forwardLegendData:S}),D=Si((function(e){N((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]);return bY({arcGenerator:vY({cornerRadius:g,padAngle:Rz(d)}),activeId:T,setActiveId:A,toggleSerie:D},R,O)},MY=function(e){var t=e.center,n=e.data,r=e.arcGenerator,i=e.borderWidth,o=e.borderColor,a=e.isInteractive,s=e.onClick,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.setActiveId,f=e.tooltip,h=e.transitionMode,p=pE(),g=p.showTooltipFromEvent,m=p.hideTooltip,v=Ci((function(){if(a)return function(e,t){null==s||s(e,t)}}),[a,s]),b=Ci((function(){if(a)return function(e,t){g(Dr(f,{datum:e}),t),d(e.id),null==l||l(e,t)}}),[a,g,d,l,f]),y=Ci((function(){if(a)return function(e,t){g(Dr(f,{datum:e}),t),null==c||c(e,t)}}),[a,g,c,f]),_=Ci((function(){if(a)return function(e,t){m(),d(null),null==u||u(e,t)}}),[a,m,d,u]);return Os(mY,{center:t,data:n,arcGenerator:r,borderWidth:i,borderColor:o,transitionMode:h,onClick:v,onMouseEnter:b,onMouseMove:y,onMouseLeave:_})},TY=["isInteractive","animate","motionConfig","theme","renderWrapper"],AY=function(e){var t=e.data,n=e.id,r=void 0===n?xY.id:n,i=e.value,o=void 0===i?xY.value:i,a=e.valueFormat,s=e.sortByValue,l=void 0===s?xY.sortByValue:s,c=e.layers,u=void 0===c?xY.layers:c,d=e.startAngle,f=void 0===d?xY.startAngle:d,h=e.endAngle,p=void 0===h?xY.endAngle:h,g=e.padAngle,m=void 0===g?xY.padAngle:g,v=e.fit,b=void 0===v?xY.fit:v,y=e.innerRadius,_=void 0===y?xY.innerRadius:y,w=e.cornerRadius,x=void 0===w?xY.cornerRadius:w,k=e.activeInnerRadiusOffset,C=void 0===k?xY.activeInnerRadiusOffset:k,S=e.activeOuterRadiusOffset,M=void 0===S?xY.activeOuterRadiusOffset:S,T=e.width,A=e.height,L=e.margin,E=e.colors,N=void 0===E?xY.colors:E,O=e.borderWidth,R=void 0===O?xY.borderWidth:O,D=e.borderColor,P=void 0===D?xY.borderColor:D,z=e.enableArcLabels,I=void 0===z?xY.enableArcLabels:z,j=e.arcLabel,B=void 0===j?xY.arcLabel:j,F=e.arcLabelsSkipAngle,H=void 0===F?xY.arcLabelsSkipAngle:F,$=e.arcLabelsSkipRadius,U=void 0===$?xY.arcLabelsSkipRadius:$,q=e.arcLabelsTextColor,W=void 0===q?xY.arcLabelsTextColor:q,V=e.arcLabelsRadiusOffset,G=void 0===V?xY.arcLabelsRadiusOffset:V,Y=e.arcLabelsComponent,X=e.enableArcLinkLabels,Z=void 0===X?xY.enableArcLinkLabels:X,K=e.arcLinkLabel,J=void 0===K?xY.arcLinkLabel:K,Q=e.arcLinkLabelsSkipAngle,ee=void 0===Q?xY.arcLinkLabelsSkipAngle:Q,te=e.arcLinkLabelsOffset,ne=void 0===te?xY.arcLinkLabelsOffset:te,re=e.arcLinkLabelsDiagonalLength,ie=void 0===re?xY.arcLinkLabelsDiagonalLength:re,oe=e.arcLinkLabelsStraightLength,ae=void 0===oe?xY.arcLinkLabelsStraightLength:oe,se=e.arcLinkLabelsThickness,le=void 0===se?xY.arcLinkLabelsThickness:se,ce=e.arcLinkLabelsTextOffset,ue=void 0===ce?xY.arcLinkLabelsTextOffset:ce,de=e.arcLinkLabelsTextColor,fe=void 0===de?xY.arcLinkLabelsTextColor:de,he=e.arcLinkLabelsColor,pe=void 0===he?xY.arcLinkLabelsColor:he,ge=e.arcLinkLabelComponent,me=e.defs,ve=void 0===me?xY.defs:me,be=e.fill,ye=void 0===be?xY.fill:be,_e=e.isInteractive,we=void 0===_e?xY.isInteractive:_e,xe=e.onClick,ke=e.onMouseEnter,Ce=e.onMouseMove,Se=e.onMouseLeave,Me=e.tooltip,Te=void 0===Me?xY.tooltip:Me,Ae=e.activeId,Le=e.onActiveIdChange,Ee=e.defaultActiveId,Ne=e.transitionMode,Oe=void 0===Ne?xY.transitionMode:Ne,Re=e.legends,De=void 0===Re?xY.legends:Re,Pe=e.forwardLegendData,ze=e.role,Ie=void 0===ze?xY.role:ze,je=e.forwardedRef,Be=Qz(T,A,L),Fe=Be.outerWidth,He=Be.outerHeight,$e=Be.margin,Ue=Be.innerWidth,qe=Be.innerHeight,We=CY({data:t,id:r,value:o,valueFormat:a,colors:N}),Ve=SY({data:We,width:Ue,height:qe,fit:b,innerRadius:_,startAngle:f,endAngle:p,padAngle:m,sortByValue:l,cornerRadius:x,activeInnerRadiusOffset:C,activeOuterRadiusOffset:M,activeId:Ae,onActiveIdChange:Le,defaultActiveId:Ee,forwardLegendData:Pe}),Ge=Ve.dataWithArc,Ye=Ve.legendData,Xe=Ve.arcGenerator,Ze=Ve.centerX,Ke=Ve.centerY,Je=Ve.radius,Qe=Ve.innerRadius,et=Ve.setActiveId,tt=Ve.toggleSerie,nt=uI(ve,Ge,ye),rt={arcs:null,arcLinkLabels:null,arcLabels:null,legends:null};u.includes("arcs")&&(rt.arcs=Os(MY,{center:[Ze,Ke],data:Ge,arcGenerator:Xe,borderWidth:R,borderColor:P,isInteractive:we,onClick:xe,onMouseEnter:ke,onMouseMove:Ce,onMouseLeave:Se,setActiveId:et,tooltip:Te,transitionMode:Oe},"arcs")),Z&&u.includes("arcLinkLabels")&&(rt.arcLinkLabels=Os(hY,{center:[Ze,Ke],data:Ge,label:J,skipAngle:ee,offset:ne,diagonalLength:ie,straightLength:ae,strokeWidth:le,textOffset:ue,textColor:fe,linkColor:pe,component:ge},"arcLinkLabels")),I&&u.includes("arcLabels")&&(rt.arcLabels=Os(aY,{center:[Ze,Ke],data:Ge,label:B,radiusOffset:G,skipAngle:H,skipRadius:U,textColor:W,transitionMode:Oe,component:Y},"arcLabels")),De.length>0&&u.includes("legends")&&(rt.legends=Os(wY,{width:Ue,height:qe,data:Ye,legends:De,toggleSerie:tt},"legends"));var it=function(e){var t=e.dataWithArc,n=e.arcGenerator,r=e.centerX,i=e.centerY,o=e.radius,a=e.innerRadius;return Ci((function(){return{dataWithArc:t,arcGenerator:n,centerX:r,centerY:i,radius:o,innerRadius:a}}),[t,n,r,i,o,a])}({dataWithArc:Ge,arcGenerator:Xe,centerX:Ze,centerY:Ke,radius:Je,innerRadius:Qe});return Os(Uz,{width:Fe,height:He,margin:$e,defs:nt,role:Ie,ref:je,children:u.map((function(e,t){return void 0!==rt[e]?rt[e]:"function"==typeof e?Os(zr,{children:Dr(e,it)},t):null}))})},LY=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?xY.isInteractive:n,i=e.animate,o=void 0===i?xY.animate:i,a=e.motionConfig,s=void 0===a?xY.motionConfig:a,l=e.theme,c=e.renderWrapper,u=yY(e,TY);return Os(kz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Os(AY,bY({isInteractive:r},u,{forwardedRef:t}))})})),EY=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=yY(e,EY);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(LY,bY({width:n,height:r},a,{ref:t}))}})}));var NY=["isInteractive","theme","renderWrapper"],OY=function(e){var t=e.data,n=e.id,r=void 0===n?xY.id:n,i=e.value,o=void 0===i?xY.value:i,a=e.valueFormat,s=e.sortByValue,l=void 0===s?xY.sortByValue:s,c=e.startAngle,u=void 0===c?xY.startAngle:c,d=e.endAngle,f=void 0===d?xY.endAngle:d,h=e.padAngle,p=void 0===h?xY.padAngle:h,g=e.fit,m=void 0===g?xY.fit:g,v=e.innerRadius,b=void 0===v?xY.innerRadius:v,y=e.cornerRadius,_=void 0===y?xY.cornerRadius:y,w=e.activeInnerRadiusOffset,x=void 0===w?xY.activeInnerRadiusOffset:w,k=e.activeOuterRadiusOffset,C=void 0===k?xY.activeOuterRadiusOffset:k,S=e.width,M=e.height,T=e.margin,A=e.pixelRatio,L=void 0===A?xY.pixelRatio:A,E=e.colors,N=void 0===E?xY.colors:E,O=e.borderWidth,R=void 0===O?xY.borderWidth:O,D=e.borderColor,P=void 0===D?xY.borderColor:D,z=e.enableArcLabels,I=void 0===z?xY.enableArcLabels:z,j=e.arcLabel,B=void 0===j?xY.arcLabel:j,F=e.arcLabelsSkipAngle,H=void 0===F?xY.arcLabelsSkipAngle:F,$=e.arcLabelsTextColor,U=void 0===$?xY.arcLabelsTextColor:$,q=e.arcLabelsRadiusOffset,W=void 0===q?xY.arcLabelsRadiusOffset:q,V=e.enableArcLinkLabels,G=void 0===V?xY.enableArcLinkLabels:V,Y=e.arcLinkLabel,X=void 0===Y?xY.arcLinkLabel:Y,Z=e.arcLinkLabelsSkipAngle,K=void 0===Z?xY.arcLinkLabelsSkipAngle:Z,J=e.arcLinkLabelsOffset,Q=void 0===J?xY.arcLinkLabelsOffset:J,ee=e.arcLinkLabelsDiagonalLength,te=void 0===ee?xY.arcLinkLabelsDiagonalLength:ee,ne=e.arcLinkLabelsStraightLength,re=void 0===ne?xY.arcLinkLabelsStraightLength:ne,ie=e.arcLinkLabelsThickness,oe=void 0===ie?xY.arcLinkLabelsThickness:ie,ae=e.arcLinkLabelsTextOffset,se=void 0===ae?xY.arcLinkLabelsTextOffset:ae,le=e.arcLinkLabelsTextColor,ce=void 0===le?xY.arcLinkLabelsTextColor:le,ue=e.arcLinkLabelsColor,de=void 0===ue?xY.arcLinkLabelsColor:ue,fe=e.isInteractive,he=void 0===fe?xY.isInteractive:fe,pe=e.onClick,ge=e.onMouseMove,me=e.tooltip,ve=void 0===me?xY.tooltip:me,be=e.activeId,ye=e.onActiveIdChange,_e=e.defaultActiveId,we=e.legends,xe=void 0===we?xY.legends:we,ke=e.forwardLegendData,Ce=e.role,Se=e.forwardedRef,Me=ki(null),Te=KL(),Ae=Qz(S,M,T),Le=Ae.margin,Ee=Ae.innerWidth,Ne=Ae.innerHeight,Oe=Ae.outerWidth,Re=Ae.outerHeight,De=CY({data:t,id:r,value:o,valueFormat:a,colors:N}),Pe=SY({data:De,width:Ee,height:Ne,fit:m,innerRadius:b,startAngle:u,endAngle:f,padAngle:p,sortByValue:l,cornerRadius:_,activeInnerRadiusOffset:x,activeOuterRadiusOffset:C,activeId:be,onActiveIdChange:ye,defaultActiveId:_e,forwardLegendData:ke}),ze=Pe.dataWithArc,Ie=Pe.arcGenerator,je=Pe.centerX,Be=Pe.centerY,Fe=Pe.radius,He=Pe.innerRadius,$e=Pe.setActiveId,Ue=JB(P,Te),qe=function(e){var t=e.data,n=e.offset,r=e.skipAngle,i=e.label,o=e.textColor,a=iI(i),s=KL(),l=JB(o,s),c=Si((function(e){return{label:a(e),textColor:l(e)}}),[a,l]);return function(e){var t=e.data,n=e.offset,r=void 0===n?.5:n,i=e.skipAngle,o=void 0===i?0:i,a=e.computeExtraProps,s=void 0===a?function(){return{}}:a;return Ci((function(){return tY(t,o).map((function(e){var t=iY(e.arc,r);return KG({},s(e),{x:t.x,y:t.y,data:e})}))}),[t,r,o,s])}({data:t,offset:n,skipAngle:r,computeExtraProps:c})}({data:ze,label:B,skipAngle:H,offset:W,textColor:U}),We=function(e){var t=e.data,n=e.skipAngle,r=e.offset,i=e.diagonalLength,o=e.straightLength,a=e.textOffset,s=void 0===a?0:a,l=e.label,c=e.linkColor,u=e.textColor,d=iI(l),f=KL(),h=JB(c,f),p=JB(u,f),g=Si((function(e){var t,n={x:e.points[2].x,y:e.points[2].y};return"before"===e.side?(n.x-=s,t="end"):(n.x+=s,t="start"),KG({},n,{label:d(e.data),linkColor:h(e.data),textAnchor:t,textColor:p(e.data)})}),[d,h,p,s]);return function(e){var t=e.data,n=e.skipAngle,r=void 0===n?0:n,i=e.offset,o=void 0===i?.5:i,a=e.diagonalLength,s=e.straightLength,l=e.computeExtraProps,c=void 0===l?function(){return{}}:l,u=Ci((function(){return t.filter((function(e){return Math.abs(Dz(e.arc.endAngle-e.arc.startAngle))>=r})).map((function(e){return KG({},lY(e.arc,o,a,s),{data:e})}))}),[t,r,o,a,s]);return Ci((function(){return u.map((function(e){return KG({},c(e),e)}))}),[u,c])}({data:t,skipAngle:n,offset:r,diagonalLength:i,straightLength:o,computeExtraProps:g})}({data:ze,skipAngle:K,offset:Q,diagonalLength:te,straightLength:re,label:X,linkColor:de,textOffset:se,textColor:ce});wi((function(){if(Me.current){Me.current.width=Oe*L,Me.current.height=Re*L;var e=Me.current.getContext("2d");e.scale(L,L),e.fillStyle=Te.background,e.fillRect(0,0,Oe,Re),e.save(),e.translate(Le.left,Le.top),Ie.context(e),e.save(),e.translate(je,Be),ze.forEach((function(t){e.beginPath(),e.fillStyle=t.color,e.strokeStyle=Ue(t),e.lineWidth=R,Ie(t.arc),e.fill(),R>0&&e.stroke()})),!0===G&&function(e,t,n,r){e.textBaseline="middle",fI(e,n.labels.text),t.forEach((function(t){e.textAlign=zz.canvas.align[t.textAnchor],hI(e,KG({},n.labels.text,{fill:t.textColor}),String(t.label),t.x,t.y),e.beginPath(),e.strokeStyle=t.linkColor,e.lineWidth=r,t.points.forEach((function(t,n){0===n?e.moveTo(t.x,t.y):e.lineTo(t.x,t.y)})),e.stroke()}))}(e,We,Te,oe),!0===I&&function(e,t,n){fI(e,n.labels.text),e.textAlign="center",e.textBaseline="middle",t.forEach((function(t){hI(e,KG({},n.labels.text,{fill:t.textColor}),String(t.label),t.x,t.y)}))}(e,qe,Te),e.restore(),xe.forEach((function(t){_F(e,bY({},t,{data:ze,containerWidth:Ee,containerHeight:Ne,theme:Te}))}))}}),[Me,Ee,Ne,Oe,Re,Le.top,Le.left,L,je,Be,Ie,ze,R,Ue,I,qe,G,We,oe,xe,Te]);var Ve=Ci((function(){return ze.map((function(e){return bY({id:e.id},e.arc)}))}),[ze]),Ge=function(e){if(!Me.current)return null;var t=sI(Me.current,e),n=t[0],r=t[1],i=function(e,t,n,r,i,o,a){if(function(e,t,n,r,i,o){var a=oI(i,o,e,t);return a<n&&a>r}(e,t,n,r,o,a)){var s=function(e,t,n,r){var i=Math.atan2(r-t,n-e)-Math.PI/2;return i>0?i:2*Math.PI+i}(o,a,e,t);return i.find((function(e){var t=e.startAngle,n=e.endAngle;return s>=t&&s<n}))}}(Le.left+je,Le.top+Be,Fe,He,Ve,n,r);return i?ze.find((function(e){return e.id===i.id})):null},Ye=pE(),Xe=Ye.showTooltipFromEvent,Ze=Ye.hideTooltip,Ke=function(e){var t=Ge(e);t?(null==ge||ge(t,e),$e(t.id),Xe(Dr(ve,{datum:t}),e)):($e(null),Ze())};return Os("canvas",{ref:dI(Me,Se),width:Oe*L,height:Re*L,style:{width:Oe,height:Re,cursor:he?"auto":"normal"},onMouseEnter:he?Ke:void 0,onMouseMove:he?Ke:void 0,onMouseLeave:he?function(){Ze()}:void 0,onClick:he?function(e){if(pe){var t=Ge(e);t&&pe(t,e)}}:void 0,role:Ce})},RY=Hi((function(e,t){var n=e.isInteractive,r=void 0===n?xY.isInteractive:n,i=e.theme,o=e.renderWrapper,a=yY(e,NY);return Os(kz,{isInteractive:r,renderWrapper:o,theme:i,children:Os(OY,bY({isInteractive:r},a,{forwardedRef:t}))})})),DY=["defaultWidth","defaultHeight","onResize","debounceResize"];Hi((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=yY(e,DY);return Os(Mz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Os(RY,bY({width:n,height:r},a,{ref:t}))}})}));const PY=e=>{const{debounceTimeout:t=0,children:n}=e,[r,i]=yi(0),o=ki(null),a=ki(!0);return wi((()=>()=>{a.current=!1}),[]),wi((()=>{if(!o.current)return;const e=aV.debounce((e=>{a.current&&i(e.clientWidth)}),t);e(o.current);const n=new ResizeObserver((t=>{for(const n of t)e(n.target)}));return n.observe(o.current),()=>n.disconnect()}),[t]),Os("div",{ref:o,style:{width:"100%"},children:n(r)})},zY={id:"__EMPTY_ARC_DO_NOT_COUNT_IT_USED_FOR_VISUALS__",value:1,color:"var(--bg-control-secondary)",label:""},IY=["new","flaky","retries"];const jY=e=>e>1e3?"999+":e.toString(),BY=e=>{switch(e){case"new":return Rs.testNew;case"flaky":return Rs.lineIconBomb2;case"retries":return Rs.lineGeneralZap}},FY=e=>{const{stats:t,i18n:n,layout:r}=e;return Os("div",{className:"styles_additionalStats__Yztrs","data-layout":r,children:IY.map((e=>{const r=t[e]??0;return Os(Z_,{style:"primary",tooltip:n(`tests.${e}`,{count:r}),icon:BY(e),children:r?jY(r):"-"},e)}))})},HY=[{limit:1e3,suffix:"K"},{limit:1e6,suffix:"M"},{limit:1e9,suffix:"B"},{limit:1e12,suffix:"T"},{limit:1e15,suffix:"Q"}],$Y=({width:e,text:t,symbolWidth:n})=>{const r=e-2*n,i=Math.floor(r/n),o=parseInt(t,10),a=o.toLocaleString("ru");if(a.length<=i)return a;let s=o,l="";for(let e=0;e<HY.length;e++){const{limit:t,suffix:n}=HY[e];if(s=o/t,Math.round(s)<1e3||e===HY.length-1){l=n;break}}let c=s.toFixed(2).replace(/\.?0+$/,"").replace(/(\.\d)0$/,"$1");return(c+l).length>i&&(c=Math.round(+c).toString()),`${(+c).toLocaleString("ru")}${l}`},UY=({metric:e,metricType:t,layerProps:n,isEmpty:r,i18n:i,total:o})=>"total"===t||r?Os(qY,{layer:n,i18n:i,total:o}):"percent"===t?Os(WY,{layer:n,metric:e,i18n:i,total:o}):null,qY=({layer:e,i18n:t,total:n})=>{const{radius:r,centerX:i,centerY:o}=e;return Os(VY,{radius:r,centerX:i,centerY:o,title:n,description:t("total")})},WY=({layer:e,metric:t,i18n:n,total:r})=>{const{dataWithArc:i,radius:o,centerX:a,centerY:s}=e,l=i.find((e=>e.data.id===t)),c=((e=0,t=0)=>{if(0===e)return"0";if(0===t)return"0";const n=e/t*100;return Number.isInteger(n)?n.toString():n>99.99&&n<100?"99.99":n.toFixed(2).replace(/\.?0+$/,"")})(l?.data.value,r);return Os(VY,{radius:o,centerX:a,centerY:s,title:n("percentage",{percentage:c}),description:n("of",{total:r})})},VY=({radius:e,centerX:t,centerY:n,title:r,description:i})=>{const o=r.toString(),a=o.includes("%"),s=Math.round(Math.min(e/1.8,36)),l=Math.round(Math.min(e/3.3,16)),c=Math.min(e/2.5,2*l),u=Ci((()=>a?(({width:e,text:t,symbolWidth:n})=>{const r=e-2*n,i=t.length*n,[o]=t.split("%"),[a,s="00"]=o.split(".");if("00"===s)return`${a}%`;if(r>i)return t;const l=a.length*n,c=n,u=Math.floor((r-l-c)/n)-1;if(1===u){const e=(+`${a}.${s}`).toFixed(1),[t,n]=e.toString().split(".");return"0"===n?`${t}%`:`${e}%`}return 2===u?`${a}.${s}%`:`${(+`${a}.${s}`).toFixed(0)}%`})({width:e,text:o,symbolWidth:s/3}):$Y({width:e,text:o,symbolWidth:s/3})),[a,e,o,s]),d=Ci((()=>(({width:e,text:t,symbolWidth:n})=>{const r=t.match(/\d+/g)||[],i=t.replace(/\d+/g,"").length,o=r.map((t=>$Y({width:e-i*n,text:t,symbolWidth:n})));let a=t;return r.forEach(((e,t)=>{a=a.replace(e,o[t])})),a})({width:e,text:i.toString(),symbolWidth:l/3})),[i,l,e]);return Os(zr,{children:[Os("text",{x:t,y:n-c/3,textAnchor:"middle",dominantBaseline:"central",style:{fontSize:s},className:"styles_centeredMetricTitle__-DWkh",children:u}),Os("text",{x:t,y:n+c/1.5,textAnchor:"middle",dominantBaseline:"central",style:{fontSize:l},className:"styles_centeredMetricDescription__7Q2Vf",children:d})]})},GY=e=>e,YY=e=>e>=300?284:e-16,XY={top:8,right:8,bottom:8,left:8},ZY={datum:"data.color"},KY={theme:"background"},JY=e=>{const{title:t,data:n,statuses:r,metric:i="passed",i18n:o=GY}=e,a=Ci((()=>(e=>{const{data:t,i18n:n,statuses:r=Yp}=e,i=[];for(const e of r)e in t&&i.push({color:zH(e),id:e,value:t[e]??0,label:n(`status.${e}`)});return i})({data:n,i18n:o,statuses:r})),[n,o,r]),s=n.total,l=0===s,c=(u=n,IY.some((e=>e in u)));var u;const d=c?362:300;return Os(jb,{title:t??"",centerContent:!0,children:Os(PY,{children:e=>Os("div",{className:"styles_wrapper__UrP78","data-layout":e>d?"vertical":"horizontal",children:[Os("div",{className:"styles_pie__EtJEe",children:Os(LY,{width:YY(c?e-62:e),height:YY(c?e-62:e),data:l?[zY]:a,margin:XY,colors:ZY,innerRadius:.75,padAngle:1,cornerRadius:4,activeOuterRadiusOffset:4,borderWidth:0,borderColor:KY,enableArcLabels:!1,enableArcLinkLabels:!1,isInteractive:!l,sortByValue:!0,transitionMode:"startAngle",layers:["arcs",e=>Os(UY,{layerProps:e,i18n:o,metricType:"percent",metric:i,isEmpty:l,total:s})],animate:!bq,motionConfig:vq,tooltip:QY,theme:wq})}),c&&Os(FY,{stats:n,i18n:o,layout:e>d?"vertical":"horizontal"})]})})})},QY=e=>{const{datum:t}=e,n=Ci((()=>({id:t.id.toString(),color:t.color,label:t.label,value:t.value})),[t]);return Os(Fq,{children:Os(qq,{mode:"default",legend:n})})},eX=e=>{const{title:t,data:n,statuses:r=Yp,i18n:i}=e,o=n.find((e=>"current"===e.id)),a=r.map((e=>({id:e,label:i(`status.${e}`),color:zH(e)}))),s=n.map((e=>({id:e.id,name:e.name,timestamp:e.timestamp,...e.statistic}))),l=s.every((e=>0===e.total)),c=s.filter((e=>"current"!==e.id)).every((e=>0===e.total)),u=s.reduce(((e,t)=>Math.max(e,t.total)),0),d=1.01*u;return l||!o||0===o.statistic.total?Os(jb,{title:t,children:Os(lV,{title:i("no-results"),icon:Rs.lineChartsBarChartSquare})}):1===n.length&&o||c?Os(jb,{title:t,children:Os(lV,{title:i("no-history"),icon:Rs.lineChartsBarChartSquare})}):Os(jb,{title:t,children:Os(yG,{groupMode:"stacked",data:s,legend:a,indexBy:"id",hasValueFn:e=>e.total>0,formatIndexBy:e=>"current"===e.id?i("tooltips.current"):i("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return i("ticks.current");const t=s.find((t=>t.id===e));return t?i("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""},formatLegendValue:({value:e})=>e?$q(e):"-",noLegend:!0,maxValue:d})})},tX=e=>{switch(e){case"new":return"var(--on-support-sirius)";case"fixed":return"var(--on-support-castor)";case"regressed":return"var(--on-support-capella)";case"malfunctioned":return"var(--on-support-atlas)"}},nX=["fixed","regressed","malfunctioned"],rX=e=>{const{title:t,data:n,i18n:r}=e,i=Math.ceil(1.01*Math.max(...n.map((e=>e.fixed+e.regressed+e.malfunctioned)))),o=n.map((e=>{const t=2*i,n=e.regressed+e.malfunctioned,r=IH({positiveValue:e.fixed,negativeValue:n,absTotal:t,noValuePercentage:-1});return{id:e.id,timestamp:e.timestamp,prevItemTimestamp:e.prevItemTimestamp,fixed:e.fixed,regressed:0===e.regressed?0:-e.regressed,malfunctioned:0===e.malfunctioned?0:-e.malfunctioned,trend:r}})),a=n.find((e=>"current"===e.id)),s=Ci((()=>[...nX.map((e=>({id:e,label:r(`transitions.${e}`),color:tX(e),value:"fixed"===e?1:-1}))),{id:"trend",label:r("legend.trend"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[r]),l=o.every((e=>0===e.fixed&&0===e.regressed&&0===e.malfunctioned)),c=o.filter((e=>"current"!==e.id)).every((e=>0===e.fixed&&0===e.regressed&&0===e.malfunctioned));return!a||l?Os(jb,{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}):1===n.length&&a||c?Os(jb,{title:t,children:Os(lV,{title:r("no-history"),icon:Rs.lineChartsBarChartSquare})}):Os(jb,{title:t,children:Os(yG,{groupMode:"stacked",data:o,legend:s,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=o.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatTrendValue:e=>{if(-1!==e)return e},formatLegendValue:({value:e,id:t})=>"trend"===t?"":e?$q(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""},minValue:-i,maxValue:i})})},iX=["var(--bg-support-aldebaran)","var(--bg-support-betelgeuse)","var(--bg-support-sirius)","var(--bg-support-mirach)","var(--bg-support-rigel)","var(--bg-support-gliese)","var(--bg-support-rau)","var(--bg-support-aldebaran-heavy)","var(--bg-support-betelgeuse-heavy)","var(--bg-support-sirius-heavy)","var(--bg-support-mirach-heavy)","var(--bg-support-gliese-heavy)","var(--bg-support-rigel-heavy)","var(--bg-support-rau-heavy)"],oX=e=>{const{title:t,data:n,i18n:r,groupBy:i,keys:o}=e,a=Ci((()=>(e=>e.reduce(((e,t,n)=>{let r=iX[n];return r||(r=iX[n-iX.length]),e[t]=r,e}),{}))(Object.keys(o))),[o]),s=r("legend.total"),l=Ci((()=>Object.entries(o).map((([e,t])=>({id:e,label:"none"===i?s:t,color:a[e]})))),[o,a,i,s]),c=Ci((()=>n.map((e=>({id:`${e.from}-${e.to}`,...e})))),[n]),u=1.01*Ci((()=>{if(0===c.length)return 0;const e=Object.keys(o);return Math.max(...c.map((t=>{let n=0;for(const r of e)n+=t[r]??0;return n})))}),[c,o]),d=0===c.length;return Os(jb,d?{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}:{title:t,children:Os(yG,{groupMode:"stacked",data:c,legend:l,indexBy:"id",hasValueFn:e=>Object.keys(o).some((t=>e[t]>0)),formatIndexBy:e=>r("tooltips.durationRange",{from:e.from??0,to:e.to}),formatBottomTick:(e,t)=>r("ticks.durationRange",{from:t.from??0,to:t.to}),bottomTickSize:c.length>4?10:12,formatLegendValue:({value:e})=>{if(e&&0!==Number(e))return r("legend.value",{value:e})},noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""},maxValue:u})})},aX=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=Ci((()=>i.map((e=>({id:e,label:r(`status.${e}`),color:zH(e)})))),[i,r]),a=n,s=a.every((e=>i.every((t=>0===e[t]))));return Os(jb,s?{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}:{title:t,children:Os(yG,{groupMode:"stacked",data:a,legend:o,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>r(`severity.${e.id}`),formatBottomTick:e=>r(`severity.${e}`),formatLegendValue:({value:e})=>e?$q(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?$q(Math.abs(Number(e))):""}})})},sX=e=>0===e.duration&&0===e.sequentialDuration,lX=e=>{const{title:t,data:n,i18n:r}=e,i=n,o=Ci((()=>[{id:"sequentialDuration",label:r("durations.sequential"),color:"var(--bg-support-rigel)",type:"default"},{id:"duration",label:r("durations.duration"),color:"var(--bg-support-betelgeuse)",type:"default"},{id:"speedup",label:r("durations.speedup"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[r]),a=n.find((e=>"current"===e.id));return i.every((e=>sX(e)))||!a||sX(a)?Os(jb,{title:t,children:Os(lV,{title:r("no-results"),icon:Rs.lineChartsBarChartSquare})}):Os(jb,{title:t,children:Os(yG,{groupMode:"grouped",data:i,legend:o,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=i.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLeftTick:e=>r("legend.duration",{duration:e}),formatLegendValue:({id:e,value:t})=>"duration"===e||"sequentialDuration"===e?r("legend.duration",{duration:t}):"speedup"===e?r("legend.speedup",{speedup:t}):void 0,formatTrendValue:(e,t)=>"speedup"===t?e<=1?0:100*(1-1/e):e,noLegend:!0})})};var cX="http://www.w3.org/1999/xhtml",uX={svg:"http://www.w3.org/2000/svg",xhtml:cX,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function dX(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),uX.hasOwnProperty(t)?{space:uX[t],local:e}:e}function fX(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===cX&&t.documentElement.namespaceURI===cX?t.createElement(e):t.createElementNS(n,e)}}function hX(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function pX(e){var t=dX(e);return(t.local?hX:fX)(t)}function gX(){}function mX(e){return null==e?gX:function(){return this.querySelector(e)}}function vX(){return[]}function bX(e){return null==e?vX:function(){return this.querySelectorAll(e)}}function yX(e){return function(){return this.matches(e)}}function _X(e){return function(t){return t.matches(e)}}var wX=Array.prototype.find;function xX(){return this.firstElementChild}var kX=Array.prototype.filter;function CX(){return Array.from(this.children)}function SX(e){return new Array(e.length)}function MX(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function TX(e,t,n,r,i,o){for(var a,s=0,l=t.length,c=o.length;s<c;++s)(a=t[s])?(a.__data__=o[s],r[s]=a):n[s]=new MX(e,o[s]);for(;s<l;++s)(a=t[s])&&(i[s]=a)}function AX(e,t,n,r,i,o,a){var s,l,c,u=new Map,d=t.length,f=o.length,h=new Array(d);for(s=0;s<d;++s)(l=t[s])&&(h[s]=c=a.call(l,l.__data__,s,t)+"",u.has(c)?i[s]=l:u.set(c,l));for(s=0;s<f;++s)c=a.call(e,o[s],s,o)+"",(l=u.get(c))?(r[s]=l,l.__data__=o[s],u.delete(c)):n[s]=new MX(e,o[s]);for(s=0;s<d;++s)(l=t[s])&&u.get(h[s])===l&&(i[s]=l)}function LX(e){return e.__data__}function EX(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function NX(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function OX(e){return function(){this.removeAttribute(e)}}function RX(e){return function(){this.removeAttributeNS(e.space,e.local)}}function DX(e,t){return function(){this.setAttribute(e,t)}}function PX(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function zX(e,t){return function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}}function IX(e,t){return function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function jX(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function BX(e){return function(){this.style.removeProperty(e)}}function FX(e,t,n){return function(){this.style.setProperty(e,t,n)}}function HX(e,t,n){return function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function $X(e,t){return e.style.getPropertyValue(t)||jX(e).getComputedStyle(e,null).getPropertyValue(t)}function UX(e){return function(){delete this[e]}}function qX(e,t){return function(){this[e]=t}}function WX(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}function VX(e){return e.trim().split(/^|\s+/)}function GX(e){return e.classList||new YX(e)}function YX(e){this._node=e,this._names=VX(e.getAttribute("class")||"")}function XX(e,t){for(var n=GX(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function ZX(e,t){for(var n=GX(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function KX(e){return function(){XX(this,e)}}function JX(e){return function(){ZX(this,e)}}function QX(e,t){return function(){(t.apply(this,arguments)?XX:ZX)(this,e)}}function eZ(){this.textContent=""}function tZ(e){return function(){this.textContent=e}}function nZ(e){return function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}}function rZ(){this.innerHTML=""}function iZ(e){return function(){this.innerHTML=e}}function oZ(e){return function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}}function aZ(){this.nextSibling&&this.parentNode.appendChild(this)}function sZ(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function lZ(){return null}function cZ(){var e=this.parentNode;e&&e.removeChild(this)}function uZ(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function dZ(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function fZ(e){return function(){var t=this.__on;if(t){for(var n,r=0,i=-1,o=t.length;r<o;++r)n=t[r],e.type&&n.type!==e.type||n.name!==e.name?t[++i]=n:this.removeEventListener(n.type,n.listener,n.options);++i?t.length=i:delete this.__on}}}function hZ(e,t,n){return function(){var r,i=this.__on,o=function(e){return function(t){e.call(this,t,this.__data__)}}(t);if(i)for(var a=0,s=i.length;a<s;++a)if((r=i[a]).type===e.type&&r.name===e.name)return this.removeEventListener(r.type,r.listener,r.options),this.addEventListener(r.type,r.listener=o,r.options=n),void(r.value=t);this.addEventListener(e.type,o,n),r={type:e.type,name:e.name,value:t,listener:o,options:n},i?i.push(r):this.__on=[r]}}function pZ(e,t,n){var r=jX(e),i=r.CustomEvent;"function"==typeof i?i=new i(t,n):(i=r.document.createEvent("Event"),n?(i.initEvent(t,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function gZ(e,t){return function(){return pZ(this,e,t)}}function mZ(e,t){return function(){return pZ(this,e,t.apply(this,arguments))}}MX.prototype={constructor:MX,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},YX.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var vZ=[null];function bZ(e,t){this._groups=e,this._parents=t}function yZ(){return new bZ([[document.documentElement]],vZ)}function _Z(e){return"string"==typeof e?new bZ([[document.querySelector(e)]],[document.documentElement]):new bZ([[e]],vZ)}function wZ(e,t){if(e=function(e){let t;for(;t=e.sourceEvent;)e=t;return e}(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=e.clientX,r.y=e.clientY,[(r=r.matrixTransform(t.getScreenCTM().inverse())).x,r.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}bZ.prototype=yZ.prototype={constructor:bZ,select:function(e){"function"!=typeof e&&(e=mX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a,s=t[i],l=s.length,c=r[i]=new Array(l),u=0;u<l;++u)(o=s[u])&&(a=e.call(o,o.__data__,u,s))&&("__data__"in o&&(a.__data__=o.__data__),c[u]=a);return new bZ(r,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return function(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}(e.apply(this,arguments))}}(e):bX(e);for(var t=this._groups,n=t.length,r=[],i=[],o=0;o<n;++o)for(var a,s=t[o],l=s.length,c=0;c<l;++c)(a=s[c])&&(r.push(e.call(a,a.__data__,c,s)),i.push(a));return new bZ(r,i)},selectChild:function(e){return this.select(null==e?xX:function(e){return function(){return wX.call(this.children,e)}}("function"==typeof e?e:_X(e)))},selectChildren:function(e){return this.selectAll(null==e?CX:function(e){return function(){return kX.call(this.children,e)}}("function"==typeof e?e:_X(e)))},filter:function(e){"function"!=typeof e&&(e=yX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new bZ(r,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,LX);var n=t?AX:TX,r=this._parents,i=this._groups;"function"!=typeof e&&(e=function(e){return function(){return e}}(e));for(var o=i.length,a=new Array(o),s=new Array(o),l=new Array(o),c=0;c<o;++c){var u=r[c],d=i[c],f=d.length,h=EX(e.call(u,u&&u.__data__,c,r)),p=h.length,g=s[c]=new Array(p),m=a[c]=new Array(p);n(u,d,g,m,l[c]=new Array(f),h,t);for(var v,b,y=0,_=0;y<p;++y)if(v=g[y]){for(y>=_&&(_=y+1);!(b=m[_])&&++_<p;);v._next=b||null}}return(a=new bZ(a,r))._enter=s,a._exit=l,a},enter:function(){return new bZ(this._enter||this._groups.map(SX),this._parents)},exit:function(){return new bZ(this._exit||this._groups.map(SX),this._parents)},join:function(e,t,n){var r=this.enter(),i=this,o=this.exit();return"function"==typeof e?(r=e(r))&&(r=r.selection()):r=r.append(e+""),null!=t&&(i=t(i))&&(i=i.selection()),null==n?o.remove():n(o),r&&i?r.merge(i).order():i},merge:function(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,i=n.length,o=r.length,a=Math.min(i,o),s=new Array(i),l=0;l<a;++l)for(var c,u=n[l],d=r[l],f=u.length,h=s[l]=new Array(f),p=0;p<f;++p)(c=u[p]||d[p])&&(h[p]=c);for(;l<i;++l)s[l]=n[l];return new bZ(s,this._parents)},selection:function(){return this},order:function(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r,i=e[t],o=i.length-1,a=i[o];--o>=0;)(r=i[o])&&(a&&4^r.compareDocumentPosition(a)&&a.parentNode.insertBefore(r,a),a=r);return this},sort:function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=NX);for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a,s=n[o],l=s.length,c=i[o]=new Array(l),u=0;u<l;++u)(a=s[u])&&(c[u]=a);c.sort(t)}return new bZ(i,this._parents).order()},call:function(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null},size:function(){let e=0;for(const t of this)++e;return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var i,o=t[n],a=0,s=o.length;a<s;++a)(i=o[a])&&e.call(i,i.__data__,a,o);return this},attr:function(e,t){var n=dX(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((null==t?n.local?RX:OX:"function"==typeof t?n.local?IX:zX:n.local?PX:DX)(n,t))},style:function(e,t,n){return arguments.length>1?this.each((null==t?BX:"function"==typeof t?HX:FX)(e,t,null==n?"":n)):$X(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?UX:"function"==typeof t?WX:qX)(e,t)):this.node()[e]},classed:function(e,t){var n=VX(e+"");if(arguments.length<2){for(var r=GX(this.node()),i=-1,o=n.length;++i<o;)if(!r.contains(n[i]))return!1;return!0}return this.each(("function"==typeof t?QX:t?KX:JX)(n,t))},text:function(e){return arguments.length?this.each(null==e?eZ:("function"==typeof e?nZ:tZ)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?rZ:("function"==typeof e?oZ:iZ)(e)):this.node().innerHTML},raise:function(){return this.each(aZ)},lower:function(){return this.each(sZ)},append:function(e){var t="function"==typeof e?e:pX(e);return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var n="function"==typeof e?e:pX(e),r=null==t?lZ:"function"==typeof t?t:mX(t);return this.select((function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)}))},remove:function(){return this.each(cZ)},clone:function(e){return this.select(e?dZ:uZ)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,n){var r,i,o=function(e){return e.trim().split(/^|\s+/).map((function(e){var t="",n=e.indexOf(".");return n>=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}))}(e+""),a=o.length;if(!(arguments.length<2)){for(s=t?hZ:fZ,r=0;r<a;++r)this.each(s(o[r],t,n));return this}var s=this.node().__on;if(s)for(var l,c=0,u=s.length;c<u;++c)for(r=0,l=s[c];r<a;++r)if((i=o[r]).type===l.type&&i.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?mZ:gZ)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r,i=e[t],o=0,a=i.length;o<a;++o)(r=i[o])&&(yield r)}};var xZ={value:()=>{}};function kZ(){for(var e,t=0,n=arguments.length,r={};t<n;++t){if(!(e=arguments[t]+"")||e in r||/[\s.]/.test(e))throw new Error("illegal type: "+e);r[e]=[]}return new CZ(r)}function CZ(e){this._=e}function SZ(e,t){for(var n,r=0,i=e.length;r<i;++r)if((n=e[r]).name===t)return n.value}function MZ(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=xZ,e=e.slice(0,r).concat(e.slice(r+1));break}return null!=n&&e.push({name:t,value:n}),e}CZ.prototype=kZ.prototype={constructor:CZ,on:function(e,t){var n,r,i=this._,o=(r=i,(e+"").trim().split(/^|\s+/).map((function(e){var t="",n=e.indexOf(".");if(n>=0&&(t=e.slice(n+1),e=e.slice(0,n)),e&&!r.hasOwnProperty(e))throw new Error("unknown type: "+e);return{type:e,name:t}}))),a=-1,s=o.length;if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw new Error("invalid callback: "+t);for(;++a<s;)if(n=(e=o[a]).type)i[n]=MZ(i[n],e.name,t);else if(null==t)for(n in i)i[n]=MZ(i[n],e.name,null);return this}for(;++a<s;)if((n=(e=o[a]).type)&&(n=SZ(i[n],e.name)))return n},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new CZ(e)},call:function(e,t){if((n=arguments.length-2)>0)for(var n,r,i=new Array(n),o=0;o<n;++o)i[o]=arguments[o+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=0,n=(r=this._[e]).length;o<n;++o)r[o].value.apply(t,i)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,o=r.length;i<o;++i)r[i].value.apply(t,n)}};var TZ,AZ,LZ=0,EZ=0,NZ=0,OZ=0,RZ=0,DZ=0,PZ="object"==typeof performance&&performance.now?performance:Date,zZ="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function IZ(){return RZ||(zZ(jZ),RZ=PZ.now()+DZ)}function jZ(){RZ=0}function BZ(){this._call=this._time=this._next=null}function FZ(e,t,n){var r=new BZ;return r.restart(e,t,n),r}function HZ(){RZ=(OZ=PZ.now())+DZ,LZ=EZ=0;try{!function(){IZ(),++LZ;for(var e,t=TZ;t;)(e=RZ-t._time)>=0&&t._call.call(void 0,e),t=t._next;--LZ}()}finally{LZ=0,function(){for(var e,t,n=TZ,r=1/0;n;)n._call?(r>n._time&&(r=n._time),e=n,n=n._next):(t=n._next,n._next=null,n=e?e._next=t:TZ=t);AZ=e,UZ(r)}(),RZ=0}}function $Z(){var e=PZ.now(),t=e-OZ;t>1e3&&(DZ-=t,OZ=e)}function UZ(e){LZ||(EZ&&(EZ=clearTimeout(EZ)),e-RZ>24?(e<1/0&&(EZ=setTimeout(HZ,e-PZ.now()-DZ)),NZ&&(NZ=clearInterval(NZ))):(NZ||(OZ=PZ.now(),NZ=setInterval($Z,1e3)),LZ=1,zZ(HZ)))}function qZ(e,t,n){var r=new BZ;return t=null==t?0:+t,r.restart((n=>{r.stop(),e(n+t)}),t,n),r}BZ.prototype=FZ.prototype={constructor:BZ,restart:function(e,t,n){if("function"!=typeof e)throw new TypeError("callback is not a function");n=(null==n?IZ():+n)+(null==t?0:+t),this._next||AZ===this||(AZ?AZ._next=this:TZ=this,AZ=this),this._call=e,this._time=n,UZ()},stop:function(){this._call&&(this._call=null,this._time=1/0,UZ())}};var WZ=kZ("start","end","cancel","interrupt"),VZ=[];function GZ(e,t,n,r,i,o){var a=e.__transition;if(a){if(n in a)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function o(l){var c,u,d,f;if(1!==n.state)return s();for(c in i)if((f=i[c]).name===n.name){if(3===f.state)return qZ(o);4===f.state?(f.state=6,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete i[c]):+c<t&&(f.state=6,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete i[c])}if(qZ((function(){3===n.state&&(n.state=4,n.timer.restart(a,n.delay,n.time),a(l))})),n.state=2,n.on.call("start",e,e.__data__,n.index,n.group),2===n.state){for(n.state=3,r=new Array(d=n.tween.length),c=0,u=-1;c<d;++c)(f=n.tween[c].value.call(e,e.__data__,n.index,n.group))&&(r[++u]=f);r.length=u+1}}function a(t){for(var i=t<n.duration?n.ease.call(null,t/n.duration):(n.timer.restart(s),n.state=5,1),o=-1,a=r.length;++o<a;)r[o].call(e,i);5===n.state&&(n.on.call("end",e,e.__data__,n.index,n.group),s())}function s(){for(var r in n.state=6,n.timer.stop(),delete i[t],i)return;delete e.__transition}i[t]=n,n.timer=FZ((function(e){n.state=1,n.timer.restart(o,n.delay,n.time),n.delay<=e&&o(e-n.delay)}),0,n.time)}(e,n,{name:t,index:r,group:i,on:WZ,tween:VZ,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:0})}function YZ(e,t){var n=ZZ(e,t);if(n.state>0)throw new Error("too late; already scheduled");return n}function XZ(e,t){var n=ZZ(e,t);if(n.state>3)throw new Error("too late; already running");return n}function ZZ(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function KZ(e,t){var n,r;return function(){var i=XZ(this,e),o=i.tween;if(o!==n)for(var a=0,s=(r=n=o).length;a<s;++a)if(r[a].name===t){(r=r.slice()).splice(a,1);break}i.tween=r}}function JZ(e,t,n){var r,i;if("function"!=typeof n)throw new Error;return function(){var o=XZ(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},l=0,c=i.length;l<c;++l)if(i[l].name===t){i[l]=s;break}l===c&&i.push(s)}o.tween=i}}function QZ(e,t,n){var r=e._id;return e.each((function(){var e=XZ(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)})),function(e){return ZZ(e,r).value[t]}}function eK(e,t){var n;return("number"==typeof t?od:t instanceof wu?ed:(n=wu(t))?(t=n,ed):cd)(e,t)}function tK(e){return function(){this.removeAttribute(e)}}function nK(e){return function(){this.removeAttributeNS(e.space,e.local)}}function rK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttribute(e);return a===o?null:a===r?i:i=t(r=a,n)}}function iK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?i:i=t(r=a,n)}}function oK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttribute(e))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttribute(e)}}function aK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttributeNS(e.space,e.local)}}function sK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}(e,i)),n}return i._value=t,i}function lK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}(e,i)),n}return i._value=t,i}function cK(e,t){return function(){YZ(this,e).delay=+t.apply(this,arguments)}}function uK(e,t){return t=+t,function(){YZ(this,e).delay=t}}function dK(e,t){return function(){XZ(this,e).duration=+t.apply(this,arguments)}}function fK(e,t){return t=+t,function(){XZ(this,e).duration=t}}var hK=yZ.prototype.constructor;function pK(e){return function(){this.style.removeProperty(e)}}var gK=0;function mK(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function vK(e){return yZ().transition(e)}function bK(){return++gK}var yK=yZ.prototype;function _K(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}mK.prototype=vK.prototype={constructor:mK,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=mX(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,l,c=r[a],u=c.length,d=o[a]=new Array(u),f=0;f<u;++f)(s=c[f])&&(l=e.call(s,s.__data__,f,c))&&("__data__"in s&&(l.__data__=s.__data__),d[f]=l,GZ(d[f],t,n,f,d,ZZ(s,n)));return new mK(o,this._parents,t,n)},selectAll:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=bX(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var l,c=r[s],u=c.length,d=0;d<u;++d)if(l=c[d]){for(var f,h=e.call(l,l.__data__,d,c),p=ZZ(l,n),g=0,m=h.length;g<m;++g)(f=h[g])&&GZ(f,t,n,g,h,p);o.push(h),a.push(l)}return new mK(o,a,t,n)},selectChild:yK.selectChild,selectChildren:yK.selectChildren,filter:function(e){"function"!=typeof e&&(e=yX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new mK(r,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var l,c=t[s],u=n[s],d=c.length,f=a[s]=new Array(d),h=0;h<d;++h)(l=c[h]||u[h])&&(f[h]=l);for(;s<r;++s)a[s]=t[s];return new mK(a,this._parents,this._name,this._id)},selection:function(){return new hK(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,n=bK(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)if(a=s[c]){var u=ZZ(a,t);GZ(a,e,n,c,s,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new mK(r,this._parents,e,n)},call:yK.call,nodes:yK.nodes,node:yK.node,size:yK.size,empty:yK.empty,each:yK.each,on:function(e,t){var n=this._id;return arguments.length<2?ZZ(this.node(),n).on.on(e):this.each(function(e,t,n){var r,i,o=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".");return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?YZ:XZ;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}(n,e,t))},attr:function(e,t){var n=dX(e),r="transform"===n?bd:eK;return this.attrTween(e,"function"==typeof t?(n.local?aK:oK)(n,r,QZ(this,"attr."+e,t)):null==t?(n.local?nK:tK)(n):(n.local?iK:rK)(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw new Error;var r=dX(e);return this.tween(n,(r.local?sK:lK)(r,t))},style:function(e,t,n){var r="transform"==(e+="")?vd:eK;return null==t?this.styleTween(e,function(e,t){var n,r,i;return function(){var o=$X(this,e),a=(this.style.removeProperty(e),$X(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}(e,r)).on("end.style."+e,pK(e)):"function"==typeof t?this.styleTween(e,function(e,t,n){var r,i,o;return function(){var a=$X(this,e),s=n(this),l=s+"";return null==s&&(this.style.removeProperty(e),l=s=$X(this,e)),a===l?null:a===r&&l===i?o:(i=l,o=t(r=a,s))}}(e,r,QZ(this,"style."+e,t))).each(function(e,t){var n,r,i,o,a="style."+t,s="end."+a;return function(){var l=XZ(this,e),c=l.on,u=null==l.value[a]?o||(o=pK(t)):void 0;c===n&&i===u||(r=(n=c).copy()).on(s,i=u),l.on=r}}(this._id,e)):this.styleTween(e,function(e,t,n){var r,i,o=n+"";return function(){var a=$X(this,e);return a===o?null:a===r?i:i=t(r=a,n)}}(e,r,t),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw new Error;return this.tween(r,function(e,t,n){var r,i;function o(){var o=t.apply(this,arguments);return o!==i&&(r=(i=o)&&function(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}(e,o,n)),r}return o._value=t,o}(e,t,null==n?"":n))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this);this.textContent=null==t?"":t}}(QZ(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw new Error;return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){return function(t){this.textContent=e.call(this,t)}}(r)),t}return r._value=e,r}(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=ZZ(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===e)return r.value;return null}return this.each((null==t?KZ:JZ)(n,e,t))},delay:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?cK:uK)(t,e)):ZZ(this.node(),t).delay},duration:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?dK:fK)(t,e)):ZZ(this.node(),t).duration},ease:function(e){var t=this._id;return arguments.length?this.each(function(e,t){if("function"!=typeof t)throw new Error;return function(){XZ(this,e).ease=t}}(t,e)):ZZ(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error;return this.each(function(e,t){return function(){var n=t.apply(this,arguments);if("function"!=typeof n)throw new Error;XZ(this,e).ease=n}}(this._id,e))},end:function(){var e,t,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},l={value:function(){0==--i&&o()}};n.each((function(){var n=XZ(this,r),i=n.on;i!==e&&((t=(e=i).copy())._.cancel.push(s),t._.interrupt.push(s),t._.end.push(l)),n.on=t})),0===i&&o()}))},[Symbol.iterator]:yK[Symbol.iterator]};var wK={time:null,delay:0,duration:250,ease:_K};function xK(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function kK(e){return e}yZ.prototype.interrupt=function(e){return this.each((function(){!function(e,t){var n,r,i,o=e.__transition,a=!0;if(o){for(i in t=null==t?null:t+"",o)(n=o[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete e.__transition}}(this,e)}))},yZ.prototype.transition=function(e){var t,n;e instanceof mK?(t=e._id,e=e._name):(t=bK(),(n=wK).time=IZ(),e=null==e?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)(a=s[c])&&GZ(a,e,t,c,s,n||xK(a,t));return new mK(r,this._parents,e,t)};var CK=1e-6;function SK(e){return"translate("+e+",0)"}function MK(e){return"translate(0,"+e+")"}function TK(e){return t=>+e(t)}function AK(e,t){return t=Math.max(0,e.bandwidth()-2*t)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}function LK(){return!this.__axis}function EK(e,t){var n=[],r=null,i=null,o=6,a=6,s=3,l="undefined"!=typeof window&&window.devicePixelRatio>1?0:.5,c=1===e||4===e?-1:1,u=4===e||2===e?"x":"y",d=1===e||3===e?SK:MK;function f(f){var h=null==r?t.ticks?t.ticks.apply(t,n):t.domain():r,p=null==i?t.tickFormat?t.tickFormat.apply(t,n):kK:i,g=Math.max(o,0)+s,m=t.range(),v=+m[0]+l,b=+m[m.length-1]+l,y=(t.bandwidth?AK:TK)(t.copy(),l),_=f.selection?f.selection():f,w=_.selectAll(".domain").data([null]),x=_.selectAll(".tick").data(h,t).order(),k=x.exit(),C=x.enter().append("g").attr("class","tick"),S=x.select("line"),M=x.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),x=x.merge(C),S=S.merge(C.append("line").attr("stroke","currentColor").attr(u+"2",c*o)),M=M.merge(C.append("text").attr("fill","currentColor").attr(u,c*g).attr("dy",1===e?"0em":3===e?"0.71em":"0.32em")),f!==_&&(w=w.transition(f),x=x.transition(f),S=S.transition(f),M=M.transition(f),k=k.transition(f).attr("opacity",CK).attr("transform",(function(e){return isFinite(e=y(e))?d(e+l):this.getAttribute("transform")})),C.attr("opacity",CK).attr("transform",(function(e){var t=this.parentNode.__axis;return d((t&&isFinite(t=t(e))?t:y(e))+l)}))),k.remove(),w.attr("d",4===e||2===e?a?"M"+c*a+","+v+"H"+l+"V"+b+"H"+c*a:"M"+l+","+v+"V"+b:a?"M"+v+","+c*a+"V"+l+"H"+b+"V"+c*a:"M"+v+","+l+"H"+b),x.attr("opacity",1).attr("transform",(function(e){return d(y(e)+l)})),S.attr(u+"2",c*o),M.attr(u,c*g).text(p),_.filter(LK).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",2===e?"start":4===e?"end":"middle"),_.each((function(){this.__axis=y}))}return f.scale=function(e){return arguments.length?(t=e,f):t},f.ticks=function(){return n=Array.from(arguments),f},f.tickArguments=function(e){return arguments.length?(n=null==e?[]:Array.from(e),f):n.slice()},f.tickValues=function(e){return arguments.length?(r=null==e?null:Array.from(e),f):r&&r.slice()},f.tickFormat=function(e){return arguments.length?(i=e,f):i},f.tickSize=function(e){return arguments.length?(o=a=+e,f):o},f.tickSizeInner=function(e){return arguments.length?(o=+e,f):o},f.tickSizeOuter=function(e){return arguments.length?(a=+e,f):a},f.tickPadding=function(e){return arguments.length?(s=+e,f):s},f.offset=function(e){return arguments.length?(l=+e,f):l},f}function NK(e){return EK(3,e)}const OK={capture:!0,passive:!1};function RK(e){e.preventDefault(),e.stopImmediatePropagation()}var DK=kZ("start","end","cancel","interrupt"),PK=[];function zK(e,t,n,r,i,o){var a=e.__transition;if(a){if(n in a)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function o(l){var c,u,d,f;if(1!==n.state)return s();for(c in i)if((f=i[c]).name===n.name){if(3===f.state)return qZ(o);4===f.state?(f.state=6,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete i[c]):+c<t&&(f.state=6,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete i[c])}if(qZ((function(){3===n.state&&(n.state=4,n.timer.restart(a,n.delay,n.time),a(l))})),n.state=2,n.on.call("start",e,e.__data__,n.index,n.group),2===n.state){for(n.state=3,r=new Array(d=n.tween.length),c=0,u=-1;c<d;++c)(f=n.tween[c].value.call(e,e.__data__,n.index,n.group))&&(r[++u]=f);r.length=u+1}}function a(t){for(var i=t<n.duration?n.ease.call(null,t/n.duration):(n.timer.restart(s),n.state=5,1),o=-1,a=r.length;++o<a;)r[o].call(e,i);5===n.state&&(n.on.call("end",e,e.__data__,n.index,n.group),s())}function s(){for(var r in n.state=6,n.timer.stop(),delete i[t],i)return;delete e.__transition}i[t]=n,n.timer=FZ((function(e){n.state=1,n.timer.restart(o,n.delay,n.time),n.delay<=e&&o(e-n.delay)}),0,n.time)}(e,n,{name:t,index:r,group:i,on:DK,tween:PK,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:0})}function IK(e,t){var n=BK(e,t);if(n.state>0)throw new Error("too late; already scheduled");return n}function jK(e,t){var n=BK(e,t);if(n.state>3)throw new Error("too late; already running");return n}function BK(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function FK(e,t){var n,r,i,o=e.__transition,a=!0;if(o){for(i in t=null==t?null:t+"",o)(n=o[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete e.__transition}}function HK(e,t){var n,r;return function(){var i=jK(this,e),o=i.tween;if(o!==n)for(var a=0,s=(r=n=o).length;a<s;++a)if(r[a].name===t){(r=r.slice()).splice(a,1);break}i.tween=r}}function $K(e,t,n){var r,i;if("function"!=typeof n)throw new Error;return function(){var o=jK(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},l=0,c=i.length;l<c;++l)if(i[l].name===t){i[l]=s;break}l===c&&i.push(s)}o.tween=i}}function UK(e,t,n){var r=e._id;return e.each((function(){var e=jK(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)})),function(e){return BK(e,r).value[t]}}function qK(e,t){var n;return("number"==typeof t?od:t instanceof wu?ed:(n=wu(t))?(t=n,ed):cd)(e,t)}function WK(e){return function(){this.removeAttribute(e)}}function VK(e){return function(){this.removeAttributeNS(e.space,e.local)}}function GK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttribute(e);return a===o?null:a===r?i:i=t(r=a,n)}}function YK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?i:i=t(r=a,n)}}function XK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttribute(e))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttribute(e)}}function ZK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttributeNS(e.space,e.local)}}function KK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}(e,i)),n}return i._value=t,i}function JK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}(e,i)),n}return i._value=t,i}function QK(e,t){return function(){IK(this,e).delay=+t.apply(this,arguments)}}function eJ(e,t){return t=+t,function(){IK(this,e).delay=t}}function tJ(e,t){return function(){jK(this,e).duration=+t.apply(this,arguments)}}function nJ(e,t){return t=+t,function(){jK(this,e).duration=t}}var rJ=yZ.prototype.constructor;function iJ(e){return function(){this.style.removeProperty(e)}}var oJ=0;function aJ(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function sJ(){return++oJ}var lJ=yZ.prototype;aJ.prototype={constructor:aJ,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=mX(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,l,c=r[a],u=c.length,d=o[a]=new Array(u),f=0;f<u;++f)(s=c[f])&&(l=e.call(s,s.__data__,f,c))&&("__data__"in s&&(l.__data__=s.__data__),d[f]=l,zK(d[f],t,n,f,d,BK(s,n)));return new aJ(o,this._parents,t,n)},selectAll:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=bX(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var l,c=r[s],u=c.length,d=0;d<u;++d)if(l=c[d]){for(var f,h=e.call(l,l.__data__,d,c),p=BK(l,n),g=0,m=h.length;g<m;++g)(f=h[g])&&zK(f,t,n,g,h,p);o.push(h),a.push(l)}return new aJ(o,a,t,n)},selectChild:lJ.selectChild,selectChildren:lJ.selectChildren,filter:function(e){"function"!=typeof e&&(e=yX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new aJ(r,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var l,c=t[s],u=n[s],d=c.length,f=a[s]=new Array(d),h=0;h<d;++h)(l=c[h]||u[h])&&(f[h]=l);for(;s<r;++s)a[s]=t[s];return new aJ(a,this._parents,this._name,this._id)},selection:function(){return new rJ(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,n=sJ(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)if(a=s[c]){var u=BK(a,t);zK(a,e,n,c,s,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new aJ(r,this._parents,e,n)},call:lJ.call,nodes:lJ.nodes,node:lJ.node,size:lJ.size,empty:lJ.empty,each:lJ.each,on:function(e,t){var n=this._id;return arguments.length<2?BK(this.node(),n).on.on(e):this.each(function(e,t,n){var r,i,o=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".");return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?IK:jK;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}(n,e,t))},attr:function(e,t){var n=dX(e),r="transform"===n?bd:qK;return this.attrTween(e,"function"==typeof t?(n.local?ZK:XK)(n,r,UK(this,"attr."+e,t)):null==t?(n.local?VK:WK)(n):(n.local?YK:GK)(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw new Error;var r=dX(e);return this.tween(n,(r.local?KK:JK)(r,t))},style:function(e,t,n){var r="transform"==(e+="")?vd:qK;return null==t?this.styleTween(e,function(e,t){var n,r,i;return function(){var o=$X(this,e),a=(this.style.removeProperty(e),$X(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}(e,r)).on("end.style."+e,iJ(e)):"function"==typeof t?this.styleTween(e,function(e,t,n){var r,i,o;return function(){var a=$X(this,e),s=n(this),l=s+"";return null==s&&(this.style.removeProperty(e),l=s=$X(this,e)),a===l?null:a===r&&l===i?o:(i=l,o=t(r=a,s))}}(e,r,UK(this,"style."+e,t))).each(function(e,t){var n,r,i,o,a="style."+t,s="end."+a;return function(){var l=jK(this,e),c=l.on,u=null==l.value[a]?o||(o=iJ(t)):void 0;c===n&&i===u||(r=(n=c).copy()).on(s,i=u),l.on=r}}(this._id,e)):this.styleTween(e,function(e,t,n){var r,i,o=n+"";return function(){var a=$X(this,e);return a===o?null:a===r?i:i=t(r=a,n)}}(e,r,t),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw new Error;return this.tween(r,function(e,t,n){var r,i;function o(){var o=t.apply(this,arguments);return o!==i&&(r=(i=o)&&function(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}(e,o,n)),r}return o._value=t,o}(e,t,null==n?"":n))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this);this.textContent=null==t?"":t}}(UK(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw new Error;return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){return function(t){this.textContent=e.call(this,t)}}(r)),t}return r._value=e,r}(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=BK(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===e)return r.value;return null}return this.each((null==t?HK:$K)(n,e,t))},delay:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?QK:eJ)(t,e)):BK(this.node(),t).delay},duration:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?tJ:nJ)(t,e)):BK(this.node(),t).duration},ease:function(e){var t=this._id;return arguments.length?this.each(function(e,t){if("function"!=typeof t)throw new Error;return function(){jK(this,e).ease=t}}(t,e)):BK(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error;return this.each(function(e,t){return function(){var n=t.apply(this,arguments);if("function"!=typeof n)throw new Error;jK(this,e).ease=n}}(this._id,e))},end:function(){var e,t,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},l={value:function(){0==--i&&o()}};n.each((function(){var n=jK(this,r),i=n.on;i!==e&&((t=(e=i).copy())._.cancel.push(s),t._.interrupt.push(s),t._.end.push(l)),n.on=t})),0===i&&o()}))},[Symbol.iterator]:lJ[Symbol.iterator]};var cJ={time:null,delay:0,duration:250,ease:_K};function uJ(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}yZ.prototype.interrupt=function(e){return this.each((function(){FK(this,e)}))},yZ.prototype.transition=function(e){var t,n;e instanceof aJ?(t=e._id,e=e._name):(t=sJ(),(n=cJ).time=IZ(),e=null==e?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)(a=s[c])&&zK(a,e,t,c,s,n||uJ(a,t));return new aJ(r,this._parents,e,t)};var dJ=e=>()=>e;function fJ(e,{sourceEvent:t,target:n,selection:r,mode:i,dispatch:o}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},selection:{value:r,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:o}})}function hJ(e){e.preventDefault(),e.stopImmediatePropagation()}var pJ={name:"drag"},gJ={name:"space"},mJ={name:"handle"},vJ={name:"center"};const{abs:bJ,max:yJ,min:_J}=Math;function wJ(e){return[+e[0],+e[1]]}function xJ(e){return[wJ(e[0]),wJ(e[1])]}var kJ={name:"x",handles:["w","e"].map(EJ),input:function(e,t){return null==e?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},CJ={},SJ={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},MJ={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},TJ={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},AJ={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},LJ={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function EJ(e){return{type:e}}function NJ(e){return!e.ctrlKey&&!e.button}function OJ(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function RJ(){return navigator.maxTouchPoints||"ontouchstart"in this}function DJ(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function PJ(){return function(e){var t,n=OJ,r=NJ,i=RJ,o=!0,a=kZ("start","brush","end"),s=6;function l(t){var n=t.property("__brush",g).selectAll(".overlay").data([EJ("overlay")]);n.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",SJ.overlay).merge(n).each((function(){var e=DJ(this).extent;_Z(this).attr("x",e[0][0]).attr("y",e[0][1]).attr("width",e[1][0]-e[0][0]).attr("height",e[1][1]-e[0][1])})),t.selectAll(".selection").data([EJ("selection")]).enter().append("rect").attr("class","selection").attr("cursor",SJ.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var r=t.selectAll(".handle").data(e.handles,(function(e){return e.type}));r.exit().remove(),r.enter().append("rect").attr("class",(function(e){return"handle handle--"+e.type})).attr("cursor",(function(e){return SJ[e.type]})),t.each(c).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",f).filter(i).on("touchstart.brush",f).on("touchmove.brush",h).on("touchend.brush touchcancel.brush",p).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function c(){var e=_Z(this),t=DJ(this).selection;t?(e.selectAll(".selection").style("display",null).attr("x",t[0][0]).attr("y",t[0][1]).attr("width",t[1][0]-t[0][0]).attr("height",t[1][1]-t[0][1]),e.selectAll(".handle").style("display",null).attr("x",(function(e){return"e"===e.type[e.type.length-1]?t[1][0]-s/2:t[0][0]-s/2})).attr("y",(function(e){return"s"===e.type[0]?t[1][1]-s/2:t[0][1]-s/2})).attr("width",(function(e){return"n"===e.type||"s"===e.type?t[1][0]-t[0][0]+s:s})).attr("height",(function(e){return"e"===e.type||"w"===e.type?t[1][1]-t[0][1]+s:s}))):e.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function u(e,t,n){var r=e.__brush.emitter;return!r||n&&r.clean?new d(e,t,n):r}function d(e,t,n){this.that=e,this.args=t,this.state=e.__brush,this.active=0,this.clean=n}function f(n){if((!t||n.touches)&&r.apply(this,arguments)){var i,a,s,l,d,f,h,p,g,m,v,b=this,y=n.target.__data__.type,_="selection"===(o&&n.metaKey?y="overlay":y)?pJ:o&&n.altKey?vJ:mJ,w=e===CJ?null:AJ[y],x=e===kJ?null:LJ[y],k=DJ(b),C=k.extent,S=k.selection,M=C[0][0],T=C[0][1],A=C[1][0],L=C[1][1],E=0,N=0,O=w&&x&&o&&n.shiftKey,R=Array.from(n.touches||[n],(e=>{const t=e.identifier;return(e=wZ(e,b)).point0=e.slice(),e.identifier=t,e}));FK(b);var D=u(b,arguments,!0).beforestart();if("overlay"===y){S&&(g=!0);const t=[R[0],R[1]||R[0]];k.selection=S=[[i=e===CJ?M:_J(t[0][0],t[1][0]),s=e===kJ?T:_J(t[0][1],t[1][1])],[d=e===CJ?A:yJ(t[0][0],t[1][0]),h=e===kJ?L:yJ(t[0][1],t[1][1])]],R.length>1&&B(n)}else i=S[0][0],s=S[0][1],d=S[1][0],h=S[1][1];a=i,l=s,f=d,p=h;var P=_Z(b).attr("pointer-events","none"),z=P.selectAll(".overlay").attr("cursor",SJ[y]);if(n.touches)D.moved=j,D.ended=F;else{var I=_Z(n.view).on("mousemove.brush",j,!0).on("mouseup.brush",F,!0);o&&I.on("keydown.brush",(function(e){switch(e.keyCode){case 16:O=w&&x;break;case 18:_===mJ&&(w&&(d=f-E*w,i=a+E*w),x&&(h=p-N*x,s=l+N*x),_=vJ,B(e));break;case 32:_!==mJ&&_!==vJ||(w<0?d=f-E:w>0&&(i=a-E),x<0?h=p-N:x>0&&(s=l-N),_=gJ,z.attr("cursor",SJ.selection),B(e));break;default:return}hJ(e)}),!0).on("keyup.brush",(function(e){switch(e.keyCode){case 16:O&&(m=v=O=!1,B(e));break;case 18:_===vJ&&(w<0?d=f:w>0&&(i=a),x<0?h=p:x>0&&(s=l),_=mJ,B(e));break;case 32:_===gJ&&(e.altKey?(w&&(d=f-E*w,i=a+E*w),x&&(h=p-N*x,s=l+N*x),_=vJ):(w<0?d=f:w>0&&(i=a),x<0?h=p:x>0&&(s=l),_=mJ),z.attr("cursor",SJ[y]),B(e));break;default:return}hJ(e)}),!0),function(e){var t=e.document.documentElement,n=_Z(e).on("dragstart.drag",RK,OK);"onselectstart"in t?n.on("selectstart.drag",RK,OK):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}(n.view)}c.call(b),D.start(n,_.name)}function j(e){for(const t of e.changedTouches||[e])for(const e of R)e.identifier===t.identifier&&(e.cur=wZ(t,b));if(O&&!m&&!v&&1===R.length){const e=R[0];bJ(e.cur[0]-e[0])>bJ(e.cur[1]-e[1])?v=!0:m=!0}for(const e of R)e.cur&&(e[0]=e.cur[0],e[1]=e.cur[1]);g=!0,hJ(e),B(e)}function B(e){const t=R[0],n=t.point0;var r;switch(E=t[0]-n[0],N=t[1]-n[1],_){case gJ:case pJ:w&&(E=yJ(M-i,_J(A-d,E)),a=i+E,f=d+E),x&&(N=yJ(T-s,_J(L-h,N)),l=s+N,p=h+N);break;case mJ:R[1]?(w&&(a=yJ(M,_J(A,R[0][0])),f=yJ(M,_J(A,R[1][0])),w=1),x&&(l=yJ(T,_J(L,R[0][1])),p=yJ(T,_J(L,R[1][1])),x=1)):(w<0?(E=yJ(M-i,_J(A-i,E)),a=i+E,f=d):w>0&&(E=yJ(M-d,_J(A-d,E)),a=i,f=d+E),x<0?(N=yJ(T-s,_J(L-s,N)),l=s+N,p=h):x>0&&(N=yJ(T-h,_J(L-h,N)),l=s,p=h+N));break;case vJ:w&&(a=yJ(M,_J(A,i-E*w)),f=yJ(M,_J(A,d+E*w))),x&&(l=yJ(T,_J(L,s-N*x)),p=yJ(T,_J(L,h+N*x)))}f<a&&(w*=-1,r=i,i=d,d=r,r=a,a=f,f=r,y in MJ&&z.attr("cursor",SJ[y=MJ[y]])),p<l&&(x*=-1,r=s,s=h,h=r,r=l,l=p,p=r,y in TJ&&z.attr("cursor",SJ[y=TJ[y]])),k.selection&&(S=k.selection),m&&(a=S[0][0],f=S[1][0]),v&&(l=S[0][1],p=S[1][1]),S[0][0]===a&&S[0][1]===l&&S[1][0]===f&&S[1][1]===p||(k.selection=[[a,l],[f,p]],c.call(b),D.brush(e,_.name))}function F(e){if(function(e){e.stopImmediatePropagation()}(e),e.touches){if(e.touches.length)return;t&&clearTimeout(t),t=setTimeout((function(){t=null}),500)}else!function(e,t){var n=e.document.documentElement,r=_Z(e).on("dragstart.drag",null);t&&(r.on("click.drag",RK,OK),setTimeout((function(){r.on("click.drag",null)}),0)),"onselectstart"in n?r.on("selectstart.drag",null):(n.style.MozUserSelect=n.__noselect,delete n.__noselect)}(e.view,g),I.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);P.attr("pointer-events","all"),z.attr("cursor",SJ.overlay),k.selection&&(S=k.selection),function(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}(S)&&(k.selection=null,c.call(b)),D.end(e,_.name)}}function h(e){u(this,arguments).moved(e)}function p(e){u(this,arguments).ended(e)}function g(){var t=this.__brush||{selection:null};return t.extent=xJ(n.apply(this,arguments)),t.dim=e,t}return l.move=function(t,n,r){t.tween?t.on("start.brush",(function(e){u(this,arguments).beforestart().start(e)})).on("interrupt.brush end.brush",(function(e){u(this,arguments).end(e)})).tween("brush",(function(){var t=this,r=t.__brush,i=u(t,arguments),o=r.selection,a=e.input("function"==typeof n?n.apply(this,arguments):n,r.extent),s=ud(o,a);function l(e){r.selection=1===e&&null===a?null:s(e),c.call(t),i.brush()}return null!==o&&null!==a?l:l(1)})):t.each((function(){var t=this,i=arguments,o=t.__brush,a=e.input("function"==typeof n?n.apply(t,i):n,o.extent),s=u(t,i).beforestart();FK(t),o.selection=null===a?null:a,c.call(t),s.start(r).brush(r).end(r)}))},l.clear=function(e,t){l.move(e,null,t)},d.prototype={beforestart:function(){return 1==++this.active&&(this.state.emitter=this,this.starting=!0),this},start:function(e,t){return this.starting?(this.starting=!1,this.emit("start",e,t)):this.emit("brush",e),this},brush:function(e,t){return this.emit("brush",e,t),this},end:function(e,t){return 0==--this.active&&(delete this.state.emitter,this.emit("end",e,t)),this},emit:function(t,n,r){var i=_Z(this.that).datum();a.call(t,this.that,new fJ(t,{sourceEvent:n,target:l,selection:e.output(this.state.selection),mode:r,dispatch:a}),i)}},l.extent=function(e){return arguments.length?(n="function"==typeof e?e:dJ(xJ(e)),l):n},l.filter=function(e){return arguments.length?(r="function"==typeof e?e:dJ(!!e),l):r},l.touchable=function(e){return arguments.length?(i="function"==typeof e?e:dJ(!!e),l):i},l.handleSize=function(e){return arguments.length?(s=+e,l):s},l.keyModifiers=function(e){return arguments.length?(o=!!e,l):o},l.on=function(){var e=a.on.apply(a,arguments);return e===a?l:e},l}(kJ)}var zJ={timelineContainer:"styles_timelineContainer__3SW8x",durationRangeText:"styles_durationRangeText__kjCEl",timelineChart:"styles_timelineChart__sjwgA",axises:"styles_axises__nnLwP",xAxis:"styles_xAxis__w8pk1",xGrid:"styles_xGrid__2cimK",groupAxis:"styles_groupAxis__8rzsA",group:"styles_group__-lm0v",segment:"styles_segment__tDYtR",brusher:"styles_brusher__iTl0A",zoomSelection:"styles_zoomSelection__W-Y0x",brush:"styles_brush__5MVEw",tooltip:"styles_tooltip__WgR7o",tooltipContent:"styles_tooltipContent__qmhxV",labelGroup:"styles_labelGroup__wJsCk"};const IJ=(e,t)=>{let n=5381;const r=Array.from(`${e}:${t}`);for(const e of r)n=Math.imul(n,33)+e.charCodeAt(0);const i=new Array(21);let o=Math.abs(n);for(let e=0;e<21;++e)o=(1664525*o+1013904223)%4294967296,i[e]="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz-"[o%64];return i.join("")};class jJ extends CustomEvent{constructor(e){super("zoom",{detail:e})}}const BJ=(e,t=FJ)=>{const[n,r]=yi(e),i=ki(n),o=ki(t);return wi((()=>{o.current=t}),[t]),wi((()=>{i.current=n,o.current(i.current)}),[n]),[i,n,r]},FJ=()=>{},HJ=e=>e?e<0?0:e:0,$J=()=>NK(),UJ={top:0,right:0,bottom:20,left:0},qJ=300,WJ=20,VJ=()=>{},GJ=e=>{const{width:t=qJ,height:n=WJ,margins:r=UJ,domainRange:i,currentSelection:o,tickFormat:a,onChange:s=VJ,onReset:l=VJ,selectedTestsCount:c,totalTestsCount:u,translations:d,transitionDuration:f=300}=e,h=HJ(t-r.left-r.right),p=HJ(n-r.top-r.bottom),[g,m,v]=BJ((()=>mf().domain(i).range([0,h])));wi((()=>{v((()=>mf().domain(i).range([0,h])))}),[i,h]);const b=ki(null),y=ki(null),_=ki(null),w=ki(null),x=ki(null),k=ki(null),C=ki(s),S=ki(l);wi((()=>{C.current=s,S.current=l}),[s,l]);const M=ki($J().tickFormat((()=>""))),T=ki($J().tickPadding(0)),A=ki(PJ().handleSize(24).on("end",(e=>{if(!e.sourceEvent||!g.current||!C.current)return;if(!e.selection||2!==e.selection.length){const[e,t]=g.current.domain();return void C.current(e,t)}const[t,n]=e.selection.map((e=>m.invert(e)));C.current(t,n)})));wi((()=>{if(!b.current||!m)return;if(!i||i[1]<=i[0])return;const[e,t]=i,n=(t-e)/6,s=[];for(let t=0;t<7;t++)s.push(e+n*t);if(s[0]=e,s[6]=t,T.current.scale(m).tickFormat(a).tickValues(s),M.current.scale(m).tickSize(-p).tickValues(s),_Z(y.current).attr("transform",`translate(${r.left},${r.top})`),_Z(_.current).exit().transition().duration(f).attr("width",0).attr("height",0),w.current&&(_Z(w.current).attr("transform",`translate(0,${p})`),_Z(w.current).call(M.current)),x.current&&(_Z(x.current).attr("transform",`translate(0,${p})`),_Z(x.current).call(T.current).selectAll("text").attr("y",8)),k.current){const e=_Z(k.current);e.select(".selection").attr("rx",2).attr("ry",2),e.call(A.current.extent([[0,0],[h,p]]));const t=[m(o[0]??i[0]),m(o[1]??i[1])];A.current.move(e,t)}}),[r,m,i,o,a,h,p,f]);const L=(c/u*100).toFixed(2);return Os("svg",{ref:b,className:zJ.brusher,width:t,height:n+14,children:Os("g",{ref:y,className:zJ.brusherMargins,children:[Os("rect",{ref:_,className:zJ.gridBackground}),Os("g",{ref:k,className:zJ.brush}),Os("g",{className:zJ.axises,children:[Os("g",{ref:w,className:zJ.xGrid}),Os("g",{ref:x,className:zJ.xAxis}),Os("text",{x:h/2,y:60,textAnchor:"middle",className:zJ.durationRangeText,children:d.selected({count:c,percentage:L,minDuration:tg(o[0]),maxDuration:tg(o[1])})})]})]})})},YJ=e=>{const{segments:t,groupId:n,groupName:r,offsetTime:i}=e,[o,a]=Ci((()=>{let e=1/0,r=-1/0;const i=t.filter((e=>e.groupId===n));for(const t of i)e=Math.min(e,t.timeRange[0].getTime()),r=Math.max(r,t.timeRange[1].getTime());return[e,r]}),[t,n]);return Os("div",{className:zJ.tooltipContent,children:[Os("div",{children:r}),Os("div",{children:[tg(o-i)," — ",tg(a-i)]})]})},XJ=ii(null),ZJ=e=>{const{children:t,width:n}=e;return Os(XJ.Provider,{value:n,children:t})},KJ=()=>{},JJ=e=>{const{children:t,width:n,onResize:r,debounceResize:i=0}=e,[o]=TE(n,i);return wi((()=>{r?.(o)}),[o,r]),o>0?Os(ZJ,{width:o,children:t}):null},QJ=e=>{const{children:t,defaultWidth:n=0,onResize:r=KJ,debounceResize:i=0}=e,o=ki(null),[a,s]=yi(n);return wi((()=>{if(!o.current)return;s(o.current.clientWidth);const e=new ResizeObserver((e=>{for(const t of e)s(t.target.clientWidth)}));return e.observe(o.current),()=>e.disconnect()}),[n]),Os("div",{ref:o,children:Os(JJ,{width:a,onResize:r,debounceResize:i,children:t})})},eQ=e=>{const{segment:t,offsetTime:n}=e;if(!t.id)return null;const r=t.labelGroup.length>1;return Os("div",{className:zJ.tooltipContent,children:[r?Os("div",{className:zJ.labelGroup,children:t.labelGroup.map(((e,t)=>Os(zs,{type:"ui",size:"s",bold:!0,children:e},t)))}):Os(zs,{type:"ui",size:"s",bold:!0,children:t.label}),Os("div",{children:[tg(t.timeRange[0].getTime()-n)," — ",tg(t.timeRange[1].getTime()-n)]})]})},tQ=()=>NK(),nQ={top:0,right:0,bottom:20,left:0},rQ=300,iQ=20,oQ=()=>{},aQ=e=>{const{width:t=rQ,height:n=iQ,margins:r=nQ,scale:i,domainRange:o,currentSelection:a,tickFormat:s,onChange:l=oQ,onReset:c=oQ,transitionDuration:u=300}=e,[d,f,h]=BJ((()=>i.copy()));wi((()=>{h((()=>d.current.domain()===i.domain()&&d.current.range()===i.range()?d.current:i.copy()))}),[i]);const p=HJ(t-r.left-r.right),g=HJ(n-r.top-r.bottom);wi((()=>{h((()=>i.copy().domain(o??[]).range([0,p])))}),[o,p,i]);const m=ki(null),v=ki(null),b=ki(null),y=ki(null),_=ki(null),w=ki(null),x=ki(l),k=ki(c),C=ki(tQ().tickFormat((()=>""))),S=ki(tQ().tickPadding(0)),M=ki(PJ().handleSize(24).on("end",(e=>{if(!e.sourceEvent||!d.current||!x.current)return;if(!e.selection||2!==e.selection.length){const[e,t]=d.current.domain();return void x.current(e,t)}const[t,n]=e.selection.map((e=>d.current.invert(e)));x.current(t,n)})));return wi((()=>{x.current=l,k.current=c}),[l,c]),wi((()=>{if(m.current&&f&&o&&!(o[1]<=o[0])&&(S.current.scale(f).tickFormat(s),C.current.scale(f).tickSize(-g),C.current.ticks(7),_Z(v.current).attr("transform",`translate(${r.left},${r.top})`),_Z(b.current).transition().duration(u).attr("width",String(p)).attr("height",String(g)),y.current&&(_Z(y.current).attr("transform",`translate(0,${g})`),_Z(y.current).call(C.current)),_.current&&(_Z(_.current).attr("transform",`translate(0,${g})`),_Z(_.current).call(S.current).selectAll("text").attr("y",8)),w.current)){const e=_Z(w.current);e.select(".selection").attr("rx",2).attr("ry",2),e.call(M.current.extent([[0,0],[p,g]]));const t=[f(a?.[0]??o[0].getTime()),f(a?.[1]??o[1].getTime())];M.current.move(e,t)}}),[p,g,r,o,a,s,f,u]),Os("svg",{ref:m,className:zJ.brusher,width:t,height:n,children:Os("g",{ref:v,className:zJ.brusherMargins,children:[Os("rect",{ref:b,className:zJ.gridBackground}),Os("g",{ref:w,className:zJ.brush}),Os("g",{className:zJ.axises,children:[Os("g",{ref:y,className:zJ.xGrid}),Os("g",{ref:_,className:zJ.xAxis})]})]})})};_Z.prototype.transition=vK;const sQ=e=>{const t={failed:"var(--timeline-status-failed, #E8452CFF)",broken:"var(--timeline-status-broken, #E88D2CFF)",passed:"var(--timeline-status-passed, #099337FF)",skipped:"var(--timeline-status-skipped, #7281A1FF)",unknown:"var(--timeline-status-unknown, #B92CE8FF)"};return t[e]||t.unknown},lQ=e=>{const t={failed:"var(--on-support-capella, #E8452CFF)",broken:"var(--on-support-atlas, #E88D2CFF)",passed:"var(--on-support-castor, #099337FF)",skipped:"var(--on-support-rau, #7281A1FF)",unknown:"var(--on-support-skat, #B92CE8FF)"};return t[e]||t.unknown},cQ=e=>{if(e>=20)return 4;if(e<4)return 0;const t=(e-4)/16;return t*(2-t)*4},uQ=100,dQ=100,fQ=e=>{const{data:t=[],translations:n}=e,r=Ti(),{durationRange:i,handleDurationChange:o,durationDomain:a}=(e=>{const t=Ci((()=>{const t=e.reduce(((e,t)=>{const n=t.segments.map((e=>e.val));return{min:Math.min(e.min,...n),max:Math.max(e.max,...n)}}),{min:1/0,max:-1/0});return[t.min,t.max]}),[e]),[n,r]=yi(t[0]),[i,o]=yi(t[1]);wi((()=>{r(t[0])}),[t[0]]),wi((()=>{o(t[1])}),[t[1]]);const a=Si(((e,t)=>{r(e),o(t)}),[]);return{durationRange:[n,i],handleDurationChange:a,durationDomain:t}})(t),s=(()=>{const e=Mi(XJ);if(!e)throw new Error("useWidth must be used within a ResponsiveWrapper");return e})(),l=ki(null),c=ki(null),u=ki(null),d=ki(null),f=ki(null),h=ki(null),[p,g,m]=BJ((()=>qd())),[v,b,y]=BJ((()=>Hd())),_=ki(NK()),w=ki(EK(1,void 0)),x=ki(EK(4,void 0)),{tooltipRef:k,isVisible:C,handleShowTooltip:S,handleHideTooltip:M,data:T}=eG("bottom"),{tooltipRef:A,isVisible:L,handleShowTooltip:E,handleHideTooltip:N,data:O}=eG("bottom"),R=bq?0:500,D=bq?0:150,P=ki(!1),z=t.length,I=HJ(s-uQ-dQ),j=HJ(24*z),B=j+26+30,F=Ci((()=>{const e=[];for(const n of t)for(const t of n.segments)e.push({groupId:n.id,groupName:n.name,label:t.label,labelGroup:t.labelGroup,timeRange:t.timeRange,hidden:t.hidden,val:t.val,labelVal:t.val,segment:t,id:t.id});return e}),[t]),H=Ci((()=>t.map((e=>({id:e.id,name:e.name})))),[t]),$=Ci((()=>[Id(F,(e=>e.timeRange[0])),zd(F,(e=>e.timeRange[1]))]),[F]),[U,q]=yi($),[W,V]=yi([null,null]),G=Si((e=>{q((t=>((e,t)=>{if(!e&&!t)return!0;if(!e&&t)return!1;if(e&&!t)return!1;const n=e?.[0]?.getTime()??void 0,r=e?.[1]?.getTime()??void 0,i=t?.[0]?.getTime()??void 0,o=t?.[1]?.getTime()??void 0;return n===i&&r===o})(t,e)?t:e))}),[]),Y=Si((e=>{V((t=>((e,t)=>{if(!e&&!t)return!0;if(!e&&t)return!1;if(e&&!t)return!1;const n=e?.[0]??void 0,r=e?.[1]??void 0;return n===(t?.[0]??void 0)&&r===(t?.[1]??void 0)})(t,e)?t:e))}),[]),[X,Z,K]=BJ((()=>qp().domain($).range([0,I]).clamp(!0)));wi((()=>{K((()=>X.current.copy().domain($))),G($)}),[...$,G]),wi((()=>{K((()=>X.current.copy().range([0,I]).clamp(!0)))}),[I]);const J=Ci((()=>[Id(F,(e=>e.timeRange[0])),zd(F,(e=>e.timeRange[1]))]),[F]);wi((()=>{if(!l.current)return;const e=e=>{const{zoomX:t,zoomY:n}=e.detail;t&&G(t),n&&Y(n)};if(l.current?.addEventListener("zoom",e),!c.current)return;const t=_Z(c.current),n=e=>wZ(e,c.current);return t.on("mousedown",(e=>{if(null!=_Z(window).on("mousemove.zoomRect"))return;const r=n(e);if(r[0]<0||r[0]>I||r[1]<0||r[1]>j)return;P.current=!0;const i=t.append("rect").attr("class",zJ.zoomSelection);_Z(window).on("mousemove.zoomRect",(e=>{e.stopPropagation();const t=n(e),o=[Math.max(0,Math.min(I,t[0])),Math.max(0,Math.min(j,t[1]))];i.attr("x",Math.min(r[0],o[0])).attr("y",Math.min(r[1],o[1])).attr("width",Math.abs(o[0]-r[0])).attr("height",Math.abs(o[1]-r[1]))})).on("mouseup.zoomRect",(e=>{_Z(window).on("mousemove.zoomRect",null).on("mouseup.zoomRect",null),i.remove(),P.current=!1;const t=n(e),o=[Math.max(0,Math.min(I,t[0])),Math.max(0,Math.min(j,t[1]))];if(r[0]===o[0]&&r[1]===o[1])return;const a=[r[0],o[0]].sort(wd).map((e=>X.current.invert(e)));a[1].getTime()-a[0].getTime()>10&&l.current?.dispatchEvent(new jJ({zoomX:a,zoomY:null}))}),!0),e.stopPropagation()})),()=>{l.current?.removeEventListener("zoom",e)}}),[I,j,W,F,G,Y,b]),wi((()=>{const e=U?.[0]&&U?.[1]?U:$;K((()=>X.current.copy().domain(e).range([0,I]).clamp(!0)))}),[U,$,I]),wi((()=>{x.current.scale(b)}),[b,H]),wi((()=>{y((()=>v.current.copy().domain(H.map((e=>e.id))).range(H.map(((e,t)=>(t+.5)/z*j)))))}),[H,z,j]),wi((()=>{m((()=>p.current.copy().domain(H.map((e=>e.id))).range([j/H.length*.5,j*(1-.5/H.length)])))}),[H,j,z]),wi((()=>{if(!(l.current&&Z&&0!==j&&d.current&&f.current))return;const[e,t]=Z.range();if(e===t)return;_.current.scale(Z),_.current.ticks(7),_.current.tickFormat((e=>J[0]?tg(e.getTime()-J[0].getTime()):"")),w.current.scale(Z).ticks(7).tickFormat((()=>"")),_Z(d.current).style("stroke-opacity",0).style("fill-opacity",0).attr("transform",`translate(0,${j})`).transition().duration(R).call(_.current).style("stroke-opacity",1).style("fill-opacity",1),w.current.tickSize(j),_Z(f.current).attr("transform",`translate(0,${j})`).transition().duration(R).call(w.current);const n=Math.ceil(2*z/Math.sqrt(2)/j/.6),r=p.current.domain().filter(((e,t)=>!(t%n)));let i=Math.min(12,j/r.length*.6*Math.sqrt(2)),o=Math.ceil(dQ/(i/Math.sqrt(2)));const a=b.range(),s=Id(a,((e,t)=>t>0?e-a[t-1]:2*e));i=Math.min(14,.6*HJ(s)*Math.sqrt(2)),o=Math.floor(uQ/(i/Math.sqrt(2))),x.current.tickFormat((e=>{const t=H.find((t=>t.id===e)),n=t?.name??"";return n.length<=o?n:`${n.substring(0,2*o/3)}...${n.substring(n.length-o/3,n.length)}`})),_Z(h.current).transition().duration(R).style("font-size",`${i}px`).call(x.current),_Z(h.current).selectAll(".tick").each((function(e){const t=e,n=H.find((e=>e.id===t));n&&_Z(this).select("text").on("mouseover",(e=>{S(e.target,n)})).on("mouseout",(e=>{M(e.target)}))}))}),[I,j,z,R,J,Z,b,H,S,M]),wi((()=>{if(!c.current||0===j)return;const e=_Z(c.current).selectAll(`rect.${zJ.group}`).data(H,(e=>e.id));e.exit().transition().duration(R).style("stroke-opacity",0).style("fill-opacity",0).remove();const t=e.enter().append("rect").attr("class",zJ.group).attr("x",0).attr("y",0).attr("height",0).attr("fill","none").style("fill-opacity",0).style("stroke-opacity",0);e.merge(t).transition().duration(R).attr("width",I).attr("height",j/z).attr("y",(e=>{const t=b(e.id);return Number.isInteger(t)?t-j/z/2:0})).style("fill-opacity",1).style("stroke-opacity",1)}),[H,I,j,z,R,b,S,M]);const[Q,ee]=i,te=Ci((()=>F.filter((e=>{if(-1===b.domain().indexOf(e.groupId))return!1;const t=e.val;return!(t<Q||t>ee)})).length),[b,F,Q,ee]),ne=Ci((()=>F.filter((e=>{if(-1===b.domain().indexOf(e.groupId))return!1;const t=e.val;if(t<Q||t>ee)return!1;const[n,r]=Z.domain(),[i,o]=e.timeRange;return!(o<n||i>r)}))),[b,Z,F,Q,ee]);wi((()=>{c.current&&0!==j&&Z&&(async()=>{let e=_Z(c.current).selectAll(`rect.${zJ.segment}`).data(ne,(e=>e.id));if(0===ne.length)return void e.exit().remove();e.exit().transition().duration(R).style("fill-opacity",0).remove();const t=e.enter().append("rect").attr("class",zJ.segment).attr("rx",1).attr("ry",1).attr("x",(e=>Z(e.timeRange[0]))).attr("y",(e=>(g(e.groupId)||0)-10)).attr("width",0).attr("height",0).style("fill",(e=>sQ(e.segment.status))).style("fill-opacity",0);t.on("mouseover",(function(e,t){P.current||(_Z(this).transition().duration(D).attr("x",X.current(t.timeRange[0])-1).attr("width",zd([2,X.current(t.timeRange[1])-X.current(t.timeRange[0])])+2).attr("y",(p.current(t.groupId)||0)-11).attr("height",22).style("fill-opacity",1),E(e.target,t))})).on("mouseout",(function(e,t){if(P.current)return;const n=X.current(t.timeRange[1])-X.current(t.timeRange[0]);_Z(this).transition().duration(D).attr("x",X.current(t.timeRange[0])).attr("width",zd([2,n])??0).attr("y",(p.current(t.groupId)??0)-10).attr("height",20).style("fill-opacity",1),N(e.target)})),e=e.merge(t),e.attr("rx",(e=>{const t=Z(e.timeRange[1])-Z(e.timeRange[0]);return cQ(t)})).attr("ry",(e=>{const t=Z(e.timeRange[1])-Z(e.timeRange[0]);return cQ(t)})).attr("stroke-width",(e=>Z(e.timeRange[1])-Z(e.timeRange[0])>=12?.5:.1)).attr("stroke","var(--timeline-bg, #ffffff)").attr("height",20),e.transition().duration(R).attr("x",(e=>Z(e.timeRange[0]))).attr("y",(e=>(g(e.groupId)||0)-10)).attr("width",(e=>{const t=zd([2,(Z(e.timeRange[1])??0)-(Z(e.timeRange[0])??0)]);return(t??0)<0?0:t??0})).attr("height",20).style("fill",(e=>e.hidden?`url(#gradient-${r}-${e.segment.status})`:sQ(e.segment.status))).style("fill-opacity",1)})()}),[ne,I,j,I,R,U,Z,D,g,r]),wi((()=>{l.current&&_Z(l.current).transition().duration(R).attr("width",s).attr("height",B)}),[s,B,R]);const re=Si(((e,t)=>G([e,t])),[G]),[ie,oe]=Z.range(),ae=ie!==oe;return ae?Os("div",{className:zJ.timelineChart,children:[a[0]!==a[1]&&ae&&Os(GJ,{selectedTestsCount:te,totalTestsCount:F.length,translations:n,width:s,height:76,margins:{top:26,right:dQ,bottom:30,left:uQ},domainRange:a,currentSelection:[Q,ee],onChange:o,onReset:()=>o(a[0],a[1]),tickFormat:e=>tg(e)},s),Os("svg",{ref:l,width:s,height:B,children:[Os("defs",{children:Yp.map((e=>Os("pattern",{id:`gradient-${r}-${e}`,patternUnits:"userSpaceOnUse",width:"10",height:"10",patternTransform:"rotate(-45 5 5)",children:[Os("rect",{width:"5",height:"10",fill:lQ(e)}),Os("rect",{x:"5",width:"5",height:"10",fill:sQ(e)})]},e)))}),Os("g",{ref:u,className:zJ.axises,"data-label":"axises",transform:"translate(100,26)",children:[Os("g",{ref:d,className:zJ.xAxis,"data-label":"x-axis"}),Os("g",{ref:f,className:zJ.xGrid,"data-label":"grid"}),Os("g",{ref:h,className:zJ.groupAxis,"data-label":"groups-axis"})]}),Os("g",{ref:c,"data-label":"graph",transform:"translate(100,26)",children:Os("rect",{"data-label":"graph-selection",x:0,y:0,width:I,height:j,fill:"transparent"})})]}),$[0].getTime()!==$[1].getTime()&&ae&&Os(aQ,{width:s,height:76,margins:{top:26,right:dQ,bottom:30,left:uQ},scale:Z,domainRange:$,currentSelection:U,onChange:re,onReset:()=>G($),tickFormat:e=>tg(e.getTime()-J[0].getTime())}),Lc(Os("div",{ref:k,"data-visible":C,className:zJ.tooltip,children:T?.id&&Os(YJ,{segments:ne,groupId:T.id,groupName:T.name,offsetTime:J[0].getTime()})}),document.body),Lc(Os("div",{ref:A,"data-visible":L,className:zJ.tooltip,children:O&&Os(eQ,{segment:O,offsetTime:J[0].getTime()})}),document.body)]}):null},hQ=e=>{const{data:t,width:n,dataId:r,...i}=e,o=Ci((()=>((e,t)=>{const n=[];for(const r of e){const[e,i]=r.labels.reduce(((e,t)=>"host"===t.name?[t.value,e[1]]:"thread"===t.name?[e[0],t.value]:e),[void 0,void 0]);if(!e||!i)continue;const o=IJ(e,t),a=IJ(i,o),s=n.find((({id:e})=>e===a)),l=s?.segments??[],c=r.historyId??r.id,u=-1!==l.findIndex((({id:e})=>e===c)),d=l.find((({timeRange:e})=>e[0].getTime()===r.start&&e[1].getTime()===r.stop));u||d||l.push({label:r.name,labelGroup:[r.name],timeRange:[new Date(r.start),new Date(r.stop)],val:r.duration,status:r.status,id:r.historyId??r.id,hidden:r.hidden}),!u&&d&&d.labelGroup.push(r.name),s?s.segments=l:n.push({id:a,name:i,segments:l})}return n})(t,r)),[t,r]);return Os("div",{className:zJ.timelineContainer,children:Os(QJ,{defaultWidth:n,children:Os(fQ,{...i,data:o},r)})})};function pQ(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=pQ(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function gQ(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=pQ(e))&&(r&&(r+=" "),r+=t);return r}var mQ,vQ=gQ;null!=(mQ="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0)&&mQ.__PREACT_DEVTOOLS__&&mQ.__PREACT_DEVTOOLS__.attachPreact("10.24.0",vr,{Fragment:zr,Component:Ir});var bQ={};function yQ(e){return e.type===zr?"Fragment":"function"==typeof e.type?e.type.displayName||e.type.name:"string"==typeof e.type?e.type:"#text"}var _Q=[],wQ=[];function xQ(){return _Q.length>0?_Q[_Q.length-1]:null}var kQ=!0;function CQ(e){return"function"==typeof e.type&&e.type!=zr}function SQ(e){for(var t=[e],n=e;null!=n.__o;)t.push(n.__o),n=n.__o;return t.reduce((function(e,t){e+=" in "+yQ(t);var n=t.__source;return n?e+=" (at "+n.fileName+":"+n.lineNumber+")":kQ&&console.warn("Add @babel/plugin-transform-react-jsx-source to get a more detailed component stack. Note that you should not add it to production builds of your App for bundle size reasons."),kQ=!1,e+"\n"}),"")}var MQ="function"==typeof WeakMap;function TQ(e){var t=[];return e.__k?(e.__k.forEach((function(e){e&&"function"==typeof e.type?t.push.apply(t,TQ(e)):e&&"string"==typeof e.type&&t.push(e.type)})),t):t}function AQ(e){return e?"function"==typeof e.type?null==e.__?null!=e.__e&&null!=e.__e.parentNode?e.__e.parentNode.localName:"":AQ(e.__):e.type:""}var LQ=Ir.prototype.setState;function EQ(e){return"table"===e||"tfoot"===e||"tbody"===e||"thead"===e||"td"===e||"tr"===e||"th"===e}Ir.prototype.setState=function(e,t){return null==this.__v&&null==this.state&&console.warn('Calling "this.setState" inside the constructor of a component is a no-op and might be a bug in your application. Instead, set "this.state = {}" directly.\n\n'+SQ(xQ())),LQ.call(this,e,t)};var NQ=/^(address|article|aside|blockquote|details|div|dl|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hgroup|hr|main|menu|nav|ol|p|pre|search|section|table|ul)$/,OQ=Ir.prototype.forceUpdate;function RQ(e){var t=e.props,n=yQ(e),r="";for(var i in t)if(t.hasOwnProperty(i)&&"children"!==i){var o=t[i];"function"==typeof o&&(o="function "+(o.displayName||o.name)+"() {}"),o=Object(o)!==o||o.toString?o+"":Object.prototype.toString.call(o),r+=" "+i+"="+JSON.stringify(o)}var a=t.children;return"<"+n+r+(a&&a.length?">..</"+n+">":" />")}Ir.prototype.forceUpdate=function(e){return null==this.__v?console.warn('Calling "this.forceUpdate" inside the constructor of a component is a no-op and might be a bug in your application.\n\n'+SQ(xQ())):null==this.__P&&console.warn('Can\'t call "this.forceUpdate" on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.\n\n'+SQ(this.__v)),OQ.call(this,e)},vr.__m=function(e,t){var n=e.type,r=t.map((function(e){return e.localName}));console.error("Expected a DOM node of type "+n+" but found "+r.join(", ")+"as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.\n\n"+SQ(e))},function(){!function(){var e=vr.__b,t=vr.diffed,n=vr.__,r=vr.vnode,i=vr.__r;vr.diffed=function(e){CQ(e)&&wQ.pop(),_Q.pop(),t&&t(e)},vr.__b=function(t){CQ(t)&&_Q.push(t),e&&e(t)},vr.__=function(e,t){wQ=[],n&&n(e,t)},vr.vnode=function(e){e.__o=wQ.length>0?wQ[wQ.length-1]:null,r&&r(e)},vr.__r=function(e){CQ(e)&&wQ.push(e),i&&i(e)}}();var e=!1,t=vr.__b,n=vr.diffed,r=vr.vnode,i=vr.__r,o=vr.__e,a=vr.__,s=vr.__h,l=MQ?{useEffect:new WeakMap,useLayoutEffect:new WeakMap,lazyPropTypes:new WeakMap}:null,c=[];vr.__e=function(e,t,n,r){if(t&&t.__c&&"function"==typeof e.then){var i=e;e=new Error("Missing Suspense. The throwing component was: "+yQ(t));for(var a=t;a;a=a.__)if(a.__c&&a.__c.__c){e=i;break}if(e instanceof Error)throw e}try{(r=r||{}).componentStack=SQ(t),o(e,t,n,r),"function"!=typeof e.then&&setTimeout((function(){throw e}))}catch(e){throw e}},vr.__=function(e,t){if(!t)throw new Error("Undefined parent passed to render(), this is the second argument.\nCheck if the element is available in the DOM/has the correct id.");var n;switch(t.nodeType){case 1:case 11:case 9:n=!0;break;default:n=!1}if(!n){var r=yQ(e);throw new Error("Expected a valid HTML node as a second argument to render.\tReceived "+t+" instead: render(<"+r+" />, "+t+");")}a&&a(e,t)},vr.__b=function(n){var r=n.type;if(e=!0,void 0===r)throw new Error("Undefined component passed to createElement()\n\nYou likely forgot to export your component or might have mixed up default and named imports"+RQ(n)+"\n\n"+SQ(n));if(null!=r&&"object"==typeof r){if(void 0!==r.__k&&void 0!==r.__e)throw new Error("Invalid type passed to createElement(): "+r+"\n\nDid you accidentally pass a JSX literal as JSX twice?\n\n let My"+yQ(n)+" = "+RQ(r)+";\n let vnode = <My"+yQ(n)+" />;\n\nThis usually happens when you export a JSX literal and not the component.\n\n"+SQ(n));throw new Error("Invalid type passed to createElement(): "+(Array.isArray(r)?"array":r))}if(void 0!==n.ref&&"function"!=typeof n.ref&&"object"!=typeof n.ref&&!("$$typeof"in n))throw new Error('Component\'s "ref" property should be a function, or an object created by createRef(), but got ['+typeof n.ref+"] instead\n"+RQ(n)+"\n\n"+SQ(n));if("string"==typeof n.type)for(var i in n.props)if("o"===i[0]&&"n"===i[1]&&"function"!=typeof n.props[i]&&null!=n.props[i])throw new Error("Component's \""+i+'" property should be a function, but got ['+typeof n.props[i]+"] instead\n"+RQ(n)+"\n\n"+SQ(n));if("function"==typeof n.type&&n.type.propTypes){if("Lazy"===n.type.displayName&&l&&!l.lazyPropTypes.has(n.type)){var o="PropTypes are not supported on lazy(). Use propTypes on the wrapped component itself. ";try{var a=n.type();l.lazyPropTypes.set(n.type,!0),console.warn(o+"Component wrapped in lazy() is "+yQ(a))}catch(e){console.warn(o+"We will log the wrapped component's name once it is loaded.")}}var s=n.props;n.type.__f&&delete(s=function(e,t){for(var n in t)e[n]=t[n];return e}({},s)).ref,function(e,t,n,r,i){Object.keys(e).forEach((function(n){var o;try{o=e[n](t,n,r,"prop",null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){o=e}o&&!(o.message in bQ)&&(bQ[o.message]=!0,console.error("Failed prop type: "+o.message+(i&&"\n"+i()||"")))}))}(n.type.propTypes,s,0,yQ(n),(function(){return SQ(n)}))}t&&t(n)};var u,d=0;vr.__r=function(t){i&&i(t),e=!0;var n=t.__c;if(n===u?d++:d=1,d>=25)throw new Error("Too many re-renders. This is limited to prevent an infinite loop which may lock up your browser. The component causing this is: "+yQ(t));u=n},vr.__h=function(t,n,r){if(!t||!e)throw new Error("Hook can only be invoked from render methods.");s&&s(t,n,r)};var f=function(e,t){return{get:function(){var n="get"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("getting vnode."+e+" is deprecated, "+t))},set:function(){var n="set"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("setting vnode."+e+" is not allowed, "+t))}}},h={nodeName:f("nodeName","use vnode.type"),attributes:f("attributes","use vnode.props"),children:f("children","use vnode.props.children")},p=Object.create({},h);vr.vnode=function(e){var t=e.props;if(null!==e.type&&null!=t&&("__source"in t||"__self"in t)){var n=e.props={};for(var i in t){var o=t[i];"__source"===i?e.__source=o:"__self"===i?e.__self=o:n[i]=o}}e.__proto__=p,r&&r(e)},vr.diffed=function(t){var r,i=t.type,o=t.__;if(t.__k&&t.__k.forEach((function(e){if("object"==typeof e&&e&&void 0===e.type){var n=Object.keys(e).join(",");throw new Error("Objects are not valid as a child. Encountered an object with the keys {"+n+"}.\n\n"+SQ(t))}})),t.__c===u&&(d=0),"string"==typeof i&&(EQ(i)||"p"===i||"a"===i||"button"===i)){var a=AQ(o);if(""!==a&&EQ(i))"table"===i&&"td"!==a&&EQ(a)?(console.log(a,o.__e),console.error("Improper nesting of table. Your <table> should not have a table-node parent."+RQ(t)+"\n\n"+SQ(t))):"thead"!==i&&"tfoot"!==i&&"tbody"!==i||"table"===a?"tr"===i&&"thead"!==a&&"tfoot"!==a&&"tbody"!==a?console.error("Improper nesting of table. Your <tr> should have a <thead/tbody/tfoot> parent."+RQ(t)+"\n\n"+SQ(t)):"td"===i&&"tr"!==a?console.error("Improper nesting of table. Your <td> should have a <tr> parent."+RQ(t)+"\n\n"+SQ(t)):"th"===i&&"tr"!==a&&console.error("Improper nesting of table. Your <th> should have a <tr>."+RQ(t)+"\n\n"+SQ(t)):console.error("Improper nesting of table. Your <thead/tbody/tfoot> should have a <table> parent."+RQ(t)+"\n\n"+SQ(t));else if("p"===i){var s=TQ(t).filter((function(e){return NQ.test(e)}));s.length&&console.error("Improper nesting of paragraph. Your <p> should not have "+s.join(", ")+"as child-elements."+RQ(t)+"\n\n"+SQ(t))}else"a"!==i&&"button"!==i||-1!==TQ(t).indexOf(i)&&console.error("Improper nesting of interactive content. Your <"+i+"> should not have other "+("a"===i?"anchor":"button")+" tags as child-elements."+RQ(t)+"\n\n"+SQ(t))}if(e=!1,n&&n(t),null!=t.__k)for(var l=[],c=0;c<t.__k.length;c++){var f=t.__k[c];if(f&&null!=f.key){var h=f.key;if(-1!==l.indexOf(h)){console.error('Following component has two or more children with the same key attribute: "'+h+'". This may cause glitches and misbehavior in rendering process. Component: \n\n'+RQ(t)+"\n\n"+SQ(t));break}l.push(h)}}if(null!=t.__c&&null!=t.__c.__H){var p=t.__c.__H.__;if(p)for(var g=0;g<p.length;g+=1){var m=p[g];if(m.__H)for(var v=0;v<m.__H.length;v++)if((r=m.__H[v])!=r){var b=yQ(t);throw new Error("Invalid argument passed to hook. Hooks should not be called with NaN in the dependency array. Hook index "+g+" in component "+b+" was called with NaN.")}}}}}();var DQ="b2XhjWBW",PQ="fma_u1MG";var zQ=0;Array.isArray;function IQ(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--zQ,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return vr.vnode&&vr.vnode(c),c}const jQ=()=>IQ("div",{className:PQ,children:IQ("a",{href:"https://allurereport.org",target:"_blank",rel:"noreferrer",children:[IQ(zs,{type:"paragraph",size:"m",className:PQ,children:"Powered by"}),IQ(zb,{className:"XNvCzvZ7"})]})});var BQ=Symbol.for("preact-signals");function FQ(){if(qQ>1)qQ--;else{for(var e,t=!1;void 0!==UQ;){var n=UQ;for(UQ=void 0,WQ++;void 0!==n;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&ZQ(n))try{n.c()}catch(n){t||(e=n,t=!0)}n=r}}if(WQ=0,qQ--,t)throw e}}var HQ=void 0;var $Q,UQ=void 0,qQ=0,WQ=0,VQ=0;function GQ(e){if(void 0!==HQ){var t=e.n;if(void 0===t||t.t!==HQ)return t={i:0,S:e,p:HQ.s,n:void 0,t:HQ,e:void 0,x:void 0,r:t},void 0!==HQ.s&&(HQ.s.n=t),HQ.s=t,e.n=t,32&HQ.f&&e.S(t),t;if(-1===t.i)return t.i=0,void 0!==t.n&&(t.n.p=t.p,void 0!==t.p&&(t.p.n=t.n),t.p=HQ.s,t.n=void 0,HQ.s.n=t,HQ.s=t),t}}function YQ(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}function XQ(e){return new YQ(e)}function ZQ(e){for(var t=e.s;void 0!==t;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function KQ(e){for(var t=e.s;void 0!==t;t=t.n){var n=t.S.n;if(void 0!==n&&(t.r=n),t.S.n=t,t.i=-1,void 0===t.n){e.s=t;break}}}function JQ(e){for(var t=e.s,n=void 0;void 0!==t;){var r=t.p;-1===t.i?(t.S.U(t),void 0!==r&&(r.n=t.n),void 0!==t.n&&(t.n.p=r)):n=t,t.S.n=t.r,void 0!==t.r&&(t.r=void 0),t=r}e.s=n}function QQ(e){YQ.call(this,void 0),this.x=e,this.s=void 0,this.g=VQ-1,this.f=4}function e0(e){return new QQ(e)}function t0(e){var t=e.u;if(e.u=void 0,"function"==typeof t){qQ++;var n=HQ;HQ=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,n0(e),t}finally{HQ=n,FQ()}}}function n0(e){for(var t=e.s;void 0!==t;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,t0(e)}function r0(e){if(HQ!==this)throw new Error("Out-of-order effect");JQ(this),HQ=e,this.f&=-2,8&this.f&&n0(this),FQ()}function i0(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}function o0(e){var t=new i0(e);try{t.c()}catch(e){throw t.d(),e}return t.d.bind(t)}function a0(e,t){vr[e]=t.bind(null,vr[e]||function(){})}function s0(e){$Q&&$Q(),$Q=e&&e.S()}function l0(e){var t=this,n=e.data,r=function(e){return Ci((function(){return XQ(e)}),[])}(n);r.value=n;var i=Ci((function(){for(var e=t.__v;e=e.__;)if(e.__c){e.__c.__$f|=4;break}return t.__$u.c=function(){var e;yr(i.peek())||3!==(null==(e=t.base)?void 0:e.nodeType)?(t.__$f|=1,t.setState({})):t.base.data=i.peek()},e0((function(){var e=r.value.value;return 0===e?0:!0===e?"":e||""}))}),[]);return i.value}function c0(e,t,n,r){var i=t in e&&void 0===e.ownerSVGElement,o=XQ(n);return{o:function(e,t){o.value=e,r=t},d:o0((function(){var n=o.value.value;r[t]!==n&&(r[t]=n,i?e[t]=n:n?e.setAttribute(t,n):e.removeAttribute(t))}))}}YQ.prototype.brand=BQ,YQ.prototype.h=function(){return!0},YQ.prototype.S=function(e){this.t!==e&&void 0===e.e&&(e.x=this.t,void 0!==this.t&&(this.t.e=e),this.t=e)},YQ.prototype.U=function(e){if(void 0!==this.t){var t=e.e,n=e.x;void 0!==t&&(t.x=n,e.e=void 0),void 0!==n&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n)}},YQ.prototype.subscribe=function(e){var t=this;return o0((function(){var n=t.value,r=HQ;HQ=void 0;try{e(n)}finally{HQ=r}}))},YQ.prototype.valueOf=function(){return this.value},YQ.prototype.toString=function(){return this.value+""},YQ.prototype.toJSON=function(){return this.value},YQ.prototype.peek=function(){var e=HQ;HQ=void 0;try{return this.value}finally{HQ=e}},Object.defineProperty(YQ.prototype,"value",{get:function(){var e=GQ(this);return void 0!==e&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(WQ>100)throw new Error("Cycle detected");this.v=e,this.i++,VQ++,qQ++;try{for(var t=this.t;void 0!==t;t=t.x)t.t.N()}finally{FQ()}}}}),(QQ.prototype=new YQ).h=function(){if(this.f&=-3,1&this.f)return!1;if(32==(36&this.f))return!0;if(this.f&=-5,this.g===VQ)return!0;if(this.g=VQ,this.f|=1,this.i>0&&!ZQ(this))return this.f&=-2,!0;var e=HQ;try{KQ(this),HQ=this;var t=this.x();(16&this.f||this.v!==t||0===this.i)&&(this.v=t,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return HQ=e,JQ(this),this.f&=-2,!0},QQ.prototype.S=function(e){if(void 0===this.t){this.f|=36;for(var t=this.s;void 0!==t;t=t.n)t.S.S(t)}YQ.prototype.S.call(this,e)},QQ.prototype.U=function(e){if(void 0!==this.t&&(YQ.prototype.U.call(this,e),void 0===this.t)){this.f&=-33;for(var t=this.s;void 0!==t;t=t.n)t.S.U(t)}},QQ.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;void 0!==e;e=e.x)e.t.N()}},Object.defineProperty(QQ.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=GQ(this);if(this.h(),void 0!==e&&(e.i=this.i),16&this.f)throw this.v;return this.v}}),i0.prototype.c=function(){var e=this.S();try{if(8&this.f)return;if(void 0===this.x)return;var t=this.x();"function"==typeof t&&(this.u=t)}finally{e()}},i0.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,t0(this),KQ(this),qQ++;var e=HQ;return HQ=this,r0.bind(this,e)},i0.prototype.N=function(){2&this.f||(this.f|=2,this.o=UQ,UQ=this)},i0.prototype.d=function(){this.f|=8,1&this.f||n0(this)},l0.displayName="_st",Object.defineProperties(YQ.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:l0},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}}),a0("__b",(function(e,t){if("string"==typeof t.type){var n,r=t.props;for(var i in r)if("children"!==i){var o=r[i];o instanceof YQ&&(n||(t.__np=n={}),n[i]=o,r[i]=o.peek())}}e(t)})),a0("__r",(function(e,t){s0();var n,r=t.__c;r&&(r.__$f&=-2,void 0===(n=r.__$u)&&(r.__$u=n=function(){var e;return o0((function(){e=this})),e.c=function(){r.__$f|=1,r.setState({})},e}())),s0(n),e(t)})),a0("__e",(function(e,t,n,r){s0(),e(t,n,r)})),a0("diffed",(function(e,t){var n;if(s0(),"string"==typeof t.type&&(n=t.__e)){var r=t.__np,i=t.props;if(r){var o=n.U;if(o)for(var a in o){var s=o[a];void 0===s||a in r||(s.d(),o[a]=void 0)}else n.U=o={};for(var l in r){var c=o[l],u=r[l];void 0===c?(c=c0(n,l,u,i),o[l]=c):c.o(u,i)}}}e(t)})),a0("unmount",(function(e,t){if("string"==typeof t.type){var n=t.__e;if(n){var r=n.U;if(r)for(var i in n.U=void 0,r){var o=r[i];o&&o.d()}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)})),a0("__h",(function(e,t,n,r){(r<3||9===r)&&(t.__$f|=2),e(t,n,r)})),Ir.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u;if(!(n&&void 0!==n.s||4&this.__$f))return!0;if(3&this.__$f)return!0;for(var r in t)return!0;for(var i in e)if("__source"!==i&&e[i]!==this.props[i])return!0;for(var o in this.props)if(!(o in e))return!0;return!1};const u0=XQ("auto"),d0=e=>{u0.value=e;try{window.localStorage.setItem("theme",e)}catch{}document.documentElement.setAttribute("data-theme",e)},f0=()=>{const e=["light","dark","auto"],t=u0.value,n=e[(e.indexOf(t)+1)%e.length];d0(n)},h0=()=>{const{theme:e}=h()??{},t=window.localStorage.getItem("theme")||e;d0(t)},p0=XQ({loading:!0,error:void 0,data:{total:0}}),g0=XQ({loading:!0,error:void 0,data:{}}),m0=async()=>{p0.value={...p0.value,loading:!0,error:void 0};try{const e=await d("widgets/statistic.json",{bustCache:!0});p0.value={data:e,error:void 0,loading:!1}}catch(e){p0.value={data:{total:0},error:e.message,loading:!1}}},v0=async e=>{const t=e.filter((e=>!g0.value.data?.[e]));if(0!==t.length){g0.value={...g0.value,loading:!0,error:void 0};try{const n=await Promise.all(t.map((e=>d(`widgets/${e}/statistic.json`,{bustCache:!0}))));g0.value={data:e.reduce(((e,t,r)=>({...e,[t]:n[r]})),{}),loading:!1,error:void 0}}catch(e){g0.value={...g0.value,error:e.message,loading:!1}}}},b0=e=>"string"==typeof e,y0=()=>{let e,t;const n=new Promise(((n,r)=>{e=n,t=r}));return n.resolve=e,n.reject=t,n},_0=e=>null==e?"":""+e,w0=/###/g,x0=e=>e&&e.indexOf("###")>-1?e.replace(w0,"."):e,k0=e=>!e||b0(e),C0=(e,t,n)=>{const r=b0(t)?t.split("."):t;let i=0;for(;i<r.length-1;){if(k0(e))return{};const t=x0(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return k0(e)?{}:{obj:e,k:x0(r[i])}},S0=(e,t,n)=>{const{obj:r,k:i}=C0(e,t,Object);if(void 0!==r||1===t.length)return void(r[i]=n);let o=t[t.length-1],a=t.slice(0,t.length-1),s=C0(e,a,Object);for(;void 0===s.obj&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),s=C0(e,a,Object),s?.obj&&void 0!==s.obj[`${s.k}.${o}`]&&(s.obj=void 0);s.obj[`${s.k}.${o}`]=n},M0=(e,t)=>{const{obj:n,k:r}=C0(e,t);if(n)return n[r]},T0=(e,t,n)=>{for(const r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?b0(e[r])||e[r]instanceof String||b0(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):T0(e[r],t[r],n):e[r]=t[r]);return e},A0=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var L0={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const E0=e=>b0(e)?e.replace(/[&<>"'\/]/g,(e=>L0[e])):e;const N0=[" ",",","?","!",";"],O0=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}(20),R0=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let i=e;for(let e=0;e<r.length;){if(!i||"object"!=typeof i)return;let t,o="";for(let a=e;a<r.length;++a)if(a!==e&&(o+=n),o+=r[a],t=i[o],void 0!==t){if(["string","number","boolean"].indexOf(typeof t)>-1&&a<r.length-1)continue;e+=a-e+1;break}i=t}return i},D0=e=>e?.replace("_","-"),P0={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}};class z0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||P0,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,r){return r&&!this.debug?null:(b0(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new z0(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new z0(this.logger,e)}}var I0=new z0;class j0{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if(this.observers[e]){Array.from(this.observers[e].entries()).forEach((e=>{let[t,r]=e;for(let e=0;e<r;e++)t(...n)}))}if(this.observers["*"]){Array.from(this.observers["*"].entries()).forEach((t=>{let[r,i]=t;for(let t=0;t<i;t++)r.apply(r,[e,...n])}))}}}class B0 extends j0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,t],n&&(Array.isArray(n)?a.push(...n):b0(n)&&i?a.push(...n.split(i)):a.push(n)));const s=M0(this.data,a);return!s&&!t&&!n&&e.indexOf(".")>-1&&(e=a[0],t=a[1],n=a.slice(2).join(".")),!s&&o&&b0(n)?R0(this.data?.[e]?.[t],n,i):s}addResource(e,t,n,r){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const o=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator;let a=[e,t];n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."),r=t,t=a[1]),this.addNamespaces(t),S0(this.data,a,r),i.silent||this.emit("added",e,t,n,r)}addResources(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const r in n)(b0(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},a=[e,t];e.indexOf(".")>-1&&(a=e.split("."),r=n,n=t,t=a[1]),this.addNamespaces(t);let s=M0(this.data,a)||{};o.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?T0(s,n,i):s={...s,...n},S0(this.data,a,s),o.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var F0={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,i){return e.forEach((e=>{t=this.processors[e]?.process(t,n,r,i)??t})),t}};const H0={};class $0 extends j0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),((e,t,n)=>{e.forEach((e=>{t[e]&&(n[e]=t[e])}))})(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=I0.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;const n=this.resolve(e,t);return void 0!==n?.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let i=t.ns||this.options.defaultNS||[];const o=n&&e.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||((e,t,n)=>{t=t||"",n=n||"";const r=N0.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===r.length)return!0;const i=O0.getRegExp(`(${r.map((e=>"?"===e?"\\?":e)).join("|")})`);let o=!i.test(e);if(!o){const t=e.indexOf(n);t>0&&!i.test(e.substring(0,t))&&(o=!0)}return o})(e,n,r));if(o&&!a){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:b0(i)?[i]:i};const o=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(o[0])>-1)&&(i=o.shift()),e=o.join(r)}return{key:e,namespaces:b0(i)?[i]:i}}translate(e,t,n){if("object"!=typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof t&&(t={...t}),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);const r=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:o,namespaces:a}=this.extractFromKey(e[e.length-1],t),s=a[a.length-1],l=t.lng||this.language,c=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if("cimode"===l?.toLowerCase()){if(c){const e=t.nsSeparator||this.options.nsSeparator;return r?{res:`${s}${e}${o}`,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:`${s}${e}${o}`}return r?{res:o,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:o}const u=this.resolve(e,t);let d=u?.res;const f=u?.usedKey||o,h=u?.exactUsedKey||o,p=Object.prototype.toString.apply(d),g=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,m=!this.i18nFormat||this.i18nFormat.handleAsObject,v=!b0(d)&&"boolean"!=typeof d&&"number"!=typeof d;if(!(m&&d&&v&&["[object Number]","[object Function]","[object RegExp]"].indexOf(p)<0)||b0(g)&&Array.isArray(d))if(m&&b0(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,t,n));else{let r=!1,a=!1;const c=void 0!==t.count&&!b0(t.count),f=$0.hasDefaultValue(t),h=c?this.pluralResolver.getSuffix(l,t.count,t):"",p=t.ordinal&&c?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",g=c&&!t.ordinal&&0===t.count,m=g&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${h}`]||t[`defaultValue${p}`]||t.defaultValue;!this.isValidLookup(d)&&f&&(r=!0,d=m),this.isValidLookup(d)||(a=!0,d=o);const v=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&a?void 0:d,b=f&&m!==d&&this.options.updateMissing;if(a||r||b){if(this.logger.log(b?"updateKey":"missingKey",l,s,o,b?m:d),i){const e=this.resolve(o,{...t,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[];const n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const r=(e,n,r)=>{const i=f&&r!==d?r:v;this.options.missingKeyHandler?this.options.missingKeyHandler(e,s,n,i,b,t):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,s,n,i,b,t),this.emit("missingKey",e,s,n,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&c?e.forEach((e=>{const n=this.pluralResolver.getSuffixes(e,t);g&&t[`defaultValue${this.options.pluralSeparator}zero`]&&n.indexOf(`${this.options.pluralSeparator}zero`)<0&&n.push(`${this.options.pluralSeparator}zero`),n.forEach((n=>{r([e],o+n,t[`defaultValue${n}`]||m)}))})):r(e,o,m))}d=this.extendTranslation(d,e,t,u,n),a&&d===o&&this.options.appendNamespaceToMissingKey&&(d=`${s}:${o}`),(a||r)&&this.options.parseMissingKeyHandler&&(d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${s}:${o}`:o,r?d:void 0))}else{if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,d,{...t,ns:a}):`key '${o} (${this.language})' returned an object instead of string.`;return r?(u.res=e,u.usedParams=this.getUsedParamsDetails(t),u):e}if(i){const e=Array.isArray(d),n=e?[]:{},r=e?h:f;for(const e in d)if(Object.prototype.hasOwnProperty.call(d,e)){const o=`${r}${i}${e}`;n[e]=this.translate(o,{...t,joinArrays:!1,ns:a}),n[e]===o&&(n[e]=d[e])}d=n}}return r?(u.res=d,u.usedParams=this.getUsedParamsDetails(t),u):d}extendTranslation(e,t,n,r,i){var o=this;if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const a=b0(e)&&(void 0!==n?.interpolation?.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let s;if(a){const t=e.match(this.interpolator.nestingRegexp);s=t&&t.length}let l=n.replace&&!b0(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language||r.usedLng,n),a){const t=e.match(this.interpolator.nestingRegexp);s<(t&&t.length)&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return i?.[0]!==r[0]||n.context?o.translate(...r,t):(o.logger.warn(`It seems you are nesting recursively key: ${r[0]} in key: ${t[0]}`),null)}),n)),n.interpolation&&this.interpolator.reset()}const a=n.postProcess||this.options.postProcess,s=b0(a)?[a]:a;return null!=e&&s?.length&&!1!==n.applyPostProcessor&&(e=F0.handle(s,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e){let t,n,r,i,o,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return b0(e)&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const s=this.extractFromKey(e,a),l=s.key;n=l;let c=s.namespaces;this.options.fallbackNS&&(c=c.concat(this.options.fallbackNS));const u=void 0!==a.count&&!b0(a.count),d=u&&!a.ordinal&&0===a.count,f=void 0!==a.context&&(b0(a.context)||"number"==typeof a.context)&&""!==a.context,h=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);c.forEach((e=>{this.isValidLookup(t)||(o=e,H0[`${h[0]}-${e}`]||!this.utils?.hasLoadedNamespace||this.utils?.hasLoadedNamespace(o)||(H0[`${h[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${h.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((n=>{if(this.isValidLookup(t))return;i=n;const o=[l];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,l,n,e,a);else{let e;u&&(e=this.pluralResolver.getSuffix(n,a.count,a));const t=`${this.options.pluralSeparator}zero`,r=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(o.push(l+e),a.ordinal&&0===e.indexOf(r)&&o.push(l+e.replace(r,this.options.pluralSeparator)),d&&o.push(l+t)),f){const n=`${l}${this.options.contextSeparator}${a.context}`;o.push(n),u&&(o.push(n+e),a.ordinal&&0===e.indexOf(r)&&o.push(n+e.replace(r,this.options.pluralSeparator)),d&&o.push(n+t))}}let s;for(;s=o.pop();)this.isValidLookup(t)||(r=s,t=this.getResource(n,e,s,a))})))}))})),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:o}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&!b0(e.replace);let r=n?e.replace:e;if(n&&void 0!==e.count&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!n){r={...r};for(const e of t)delete r[e]}return r}static hasDefaultValue(e){const t="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}class U0{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=I0.create("languageUtils")}getScriptPartFromCode(e){if(!(e=D0(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=D0(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(b0(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch(e){}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),b0(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return b0(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):b0(e)&&i(this.formatLanguageCode(e)),n.forEach((e=>{r.indexOf(e)<0&&i(this.formatLanguageCode(e))})),r}}const q0={zero:0,one:1,two:2,few:3,many:4,other:5},W0={select:e=>1===e?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class V0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=I0.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=D0("dev"===e?"en":e),r=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:n,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let o;try{o=new Intl.PluralRules(n,{type:r})}catch(n){if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),W0;if(!e.match(/-|_/))return W0;const r=this.languageUtils.getLanguagePartFromCode(e);o=this.getRule(r,t)}return this.pluralRulesCache[i]=o,o}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?n.resolvedOptions().pluralCategories.sort(((e,t)=>q0[e]-q0[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,n))}}const G0=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=((e,t,n)=>{const r=M0(e,n);return void 0!==r?r:M0(t,n)})(e,t,n);return!o&&i&&b0(n)&&(o=R0(e,n,r),void 0===o&&(o=R0(t,n,r))),o},Y0=e=>e.replace(/\$/g,"$$$$");class X0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=I0.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:i,prefixEscaped:o,suffix:a,suffixEscaped:s,formatSeparator:l,unescapeSuffix:c,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:f,nestingSuffix:h,nestingSuffixEscaped:p,nestingOptionsSeparator:g,maxReplaces:m,alwaysFormat:v}=e.interpolation;this.escape=void 0!==t?t:E0,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==r&&r,this.prefix=i?A0(i):o||"{{",this.suffix=a?A0(a):s||"}}",this.formatSeparator=l||",",this.unescapePrefix=c?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":c||"",this.nestingPrefix=d?A0(d):f||A0("$t("),this.nestingSuffix=h?A0(h):p||A0(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=m||1e3,this.alwaysFormat=void 0!==v&&v,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e?.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,o,a;const s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},l=e=>{if(e.indexOf(this.formatSeparator)<0){const i=G0(t,s,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(i,void 0,n,{...r,...t,interpolationkey:e}):i}const i=e.split(this.formatSeparator),o=i.shift().trim(),a=i.join(this.formatSeparator).trim();return this.format(G0(t,s,o,this.options.keySeparator,this.options.ignoreJSONStructure),a,n,{...r,...t,interpolationkey:o})};this.resetRegExp();const c=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=void 0!==r?.interpolation?.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>Y0(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?Y0(this.escape(e)):Y0(e)}].forEach((t=>{for(a=0;i=t.regex.exec(e);){const n=i[1].trim();if(o=l(n),void 0===o)if("function"==typeof c){const t=c(e,i,r);o=b0(t)?t:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))o="";else{if(u){o=i[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),o=""}else b0(o)||this.useRawValueToEscape||(o=_0(o));const s=t.safeValue(o);if(e=e.replace(i[0],s),u?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,a++,a>=this.maxReplaces)break}})),e}nest(e,t){let n,r,i,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=(e,t)=>{const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const r=e.split(new RegExp(`${n}[ ]*{`));let o=`{${r[1]}`;e=r[0],o=this.interpolate(o,i);const a=o.match(/'/g),s=o.match(/"/g);((a?.length??0)%2==0&&!s||s.length%2!=0)&&(o=o.replace(/'/g,'"'));try{i=JSON.parse(o),t&&(i={...t,...i})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${o}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,e};for(;n=this.nestingRegexp.exec(e);){let s=[];i={...o},i=i.replace&&!b0(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),s=e,l=!0}if(r=t(a.call(this,n[1].trim(),i),i),r&&n[0]===e&&!b0(r))return r;b0(r)||(r=_0(r)),r||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),r=""),l&&(r=s.reduce(((e,t)=>this.format(e,t,o.lng,{...o,interpolationkey:n[1].trim()})),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}const Z0=e=>{const t={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let s=t[a];return s||(s=e(D0(r),i),t[a]=s),s(n)}};class K0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=I0.create("formatter"),this.options=e,this.formats={number:Z0(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:Z0(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:Z0(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:Z0(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:Z0(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.format(e)}))},this.init(e)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};this.formatSeparator=t.interpolation.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=Z0(t)}format(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=t.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find((e=>e.indexOf(")")>-1))){const e=i.findIndex((e=>e.indexOf(")")>-1));i[0]=[i[0],...i.splice(1,e)].join(this.formatSeparator)}const o=i.reduce(((e,t)=>{const{formatName:i,formatOptions:o}=(e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach((e=>{if(e){const[t,...r]=e.split(":"),i=r.join(":").trim().replace(/^'+|'+$/g,""),o=t.trim();n[o]||(n[o]=i),"false"===i&&(n[o]=!1),"true"===i&&(n[o]=!0),isNaN(i)||(n[o]=parseInt(i,10))}}))}return{formatName:t,formatOptions:n}})(t);if(this.formats[i]){let t=e;try{const a=r?.formatParams?.[r.interpolationkey]||{},s=a.locale||a.lng||r.locale||r.lng||n;t=this.formats[i](e,s,{...o,...r,...a})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${i}`),e}),e);return o}}class J0 extends j0{constructor(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=I0.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){const i={},o={},a={},s={};return e.forEach((e=>{let r=!0;t.forEach((t=>{const a=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[a]=2:this.state[a]<0||(1===this.state[a]?void 0===o[a]&&(o[a]=!0):(this.state[a]=1,r=!1,void 0===o[a]&&(o[a]=!0),void 0===i[a]&&(i[a]=!0),void 0===s[t]&&(s[t]=!0)))})),r||(a[e]=!0)})),(Object.keys(i).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(o),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(s)}}loaded(e,t,n){const r=e.split("|"),i=r[0],o=r[1];t&&this.emit("failedLoading",i,o,t),!t&&n&&this.store.addResourceBundle(i,o,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);const a={};this.queue.forEach((n=>{((e,t,n)=>{const{obj:r,k:i}=C0(e,t,Object);r[i]=r[i]||[],r[i].push(n)})(n.loaded,[i],o),((e,t)=>{void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)})(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{a[e]||(a[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===a[e][t]&&(a[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:i,callback:o});this.readingCalls++;const a=(a,s)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}a&&s&&r<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,r+1,2*i,o)}),i):o(a,s)},s=this.backend[n].bind(this.backend);if(2!==s.length)return s(e,t,a);try{const n=s(e,t);n&&"function"==typeof n.then?n.then((e=>a(null,e))).catch(a):a(null,n)}catch(e){a(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();b0(e)&&(e=this.languageUtils.toResolveHierarchy(e)),b0(t)&&(t=[t]);const i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),r=n[0],i=n[1];this.read(r,i,"read",void 0,void 0,((n,o)=>{n&&this.logger.warn(`${t}loading namespace ${i} for language ${r} failed`,n),!n&&o&&this.logger.log(`${t}loaded namespace ${i} for language ${r}`,o),this.loaded(e,n,o)}))}saveMissing(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(!this.services?.utils?.hasLoadedNamespace||this.services?.utils?.hasLoadedNamespace(t)){if(null!=n&&""!==n){if(this.backend?.create){const s={...o,isUpdate:i},l=this.backend.create.bind(this.backend);if(l.length<6)try{let i;i=5===l.length?l(e,t,n,r,s):l(e,t,n,r),i&&"function"==typeof i.then?i.then((e=>a(null,e))).catch(a):a(null,i)}catch(e){a(e)}else l(e,t,n,r,a,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}else this.logger.warn(`did not save key "${n}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")}}const Q0=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),b0(e[1])&&(t.defaultValue=e[1]),b0(e[2])&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){const n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),e1=e=>(b0(e.ns)&&(e.ns=[e.ns]),b0(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),b0(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),"boolean"==typeof e.initImmediate&&(e.initAsync=e.initImmediate),e),t1=()=>{};class n1 extends j0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=e1(e),this.services={},this.logger=I0,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&(b0(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const r=Q0();this.options={...r,...this.options,...e1(t)},this.options.interpolation={...r.interpolation,...this.options.interpolation},void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator);const i=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let t;this.modules.logger?I0.init(i(this.modules.logger),this.options):I0.init(null,this.options),t=this.modules.formatter?this.modules.formatter:K0;const n=new U0(this.options);this.store=new B0(this.options.resources,this.options);const o=this.services;o.logger=I0,o.resourceStore=this.store,o.languageUtils=n,o.pluralResolver=new V0(n,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(o.formatter=i(t),o.formatter.init(o,this.options),this.options.interpolation.format=o.formatter.format.bind(o.formatter)),o.interpolator=new X0(this.options),o.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},o.backendConnector=new J0(i(this.modules.backend),o.resourceStore,o,this.options),o.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.languageDetector&&(o.languageDetector=i(this.modules.languageDetector),o.languageDetector.init&&o.languageDetector.init(o,this.options.detection,this.options)),this.modules.i18nFormat&&(o.i18nFormat=i(this.modules.i18nFormat),o.i18nFormat.init&&o.i18nFormat.init(this)),this.translator=new $0(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=t1),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const o=y0(),a=()=>{const e=(e,t)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(t),n(e,t)};if(this.languages&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?a():setTimeout(a,0),o}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t1;const n=b0(e)?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if("cimode"===n?.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],r=t=>{if(!t)return;if("cimode"===t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};if(n)r(n);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>r(e)))}this.options.preload?.forEach?.((e=>r(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,n){const r=y0();return"function"==typeof e&&(n=e,e=void 0),"function"==typeof t&&(n=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),n||(n=t1),this.services.backendConnector.reload(e,t,(e=>{r.resolve(),n(e)})),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&F0.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let e=0;e<this.languages.length;e++){const t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}}changeLanguage(e,t){var n=this;this.isLanguageChangingTo=e;const r=y0();this.emit("languageChanging",e);const i=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},o=(e,o)=>{o?(i(o),this.translator.changeLanguage(o),this.isLanguageChangingTo=void 0,this.emit("languageChanged",o),this.logger.log("languageChanged",o)):this.isLanguageChangingTo=void 0,r.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},a=t=>{e||t||!this.services.languageDetector||(t=[]);const n=b0(t)?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||i(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector?.cacheUserLanguage?.(n)),this.loadResources(n,(e=>{o(e,n)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}getFixedT(e,t,n){var r=this;const i=function(e,t){let o;if("object"!=typeof t){for(var a=arguments.length,s=new Array(a>2?a-2:0),l=2;l<a;l++)s[l-2]=arguments[l];o=r.options.overloadTranslationOptionHandler([e,t].concat(s))}else o={...t};o.lng=o.lng||i.lng,o.lngs=o.lngs||i.lngs,o.ns=o.ns||i.ns,""!==o.keyPrefix&&(o.keyPrefix=o.keyPrefix||n||i.keyPrefix);const c=r.options.keySeparator||".";let u;return u=o.keyPrefix&&Array.isArray(e)?e.map((e=>`${o.keyPrefix}${c}${e}`)):o.keyPrefix?`${o.keyPrefix}${c}${e}`:e,r.t(u,o)};return b0(e)?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}t(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.translate(...t)}exists(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.exists(...t)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const n=t.lng||this.resolvedLanguage||this.languages[0],r=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const o=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||0===n||2===n};if(t.precheck){const e=t.precheck(this,o);if(void 0!==e)return e}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(n,e)||r&&!o(i,e)))}loadNamespaces(e,t){const n=y0();return this.options.ns?(b0(e)&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=y0();b0(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter((e=>r.indexOf(e)<0&&this.services.languageUtils.isSupportedCode(e)));return i.length?(this.options.preload=r.concat(i),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services?.languageUtils||new U0(Q0());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new n1(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t1;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new n1(r);void 0===e.debug&&void 0===e.prefix||(i.logger=i.logger.clone(e));return["store","services","language"].forEach((e=>{i[e]=this[e]})),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},n&&(i.store=new B0(this.store.data,r),i.services.resourceStore=i.store),i.translator=new $0(i.services,r),i.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i.emit(e,...n)})),i.init(r,t),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const r1=n1.createInstance();r1.createInstance=n1.createInstance;r1.createInstance,r1.dir,r1.init,r1.loadResources,r1.reloadResources,r1.use,r1.changeLanguage,r1.getFixedT,r1.t,r1.exists,r1.setDefaultNamespace,r1.hasLoadedNamespace,r1.loadNamespaces,r1.loadLanguages;const i1=XQ("en"),o1=e0((()=>v[i1.value]?.iso??v.en.iso)),a1=(e0((()=>["ar","he","fa"].includes(i1.value))),async()=>{const{reportLanguage:e}=h()??{},t=localStorage.getItem("currentLocale")||e||"en";await c1(t)}),s1=r1.use({type:"backend",read:async(e,t,n)=>{await a(7228)(`./${e}.json`).then((e=>{n(null,e[t])})).catch((e=>{n(e,null)}))}}).init({lng:i1.value,fallbackLng:"en",ns:["empty","execution","filters","filters.description","search","severity","sort-by","sort-by.directions","sort-by.values","statuses","tabs","testSummary","ui","welcome","controls","errors","split","modal","environments","charts","sections","timeline","transitions"],interpolation:{escapeValue:!1}}).then((()=>{r1.services.formatter.add("capitalize",(e=>e.charAt(0).toLocaleUpperCase()+e.slice(1))),r1.services.formatter.add("timestamp_date",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric"}).format(e))),r1.services.formatter.add("timestamp_long",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1}).format(e).replace(",",` ${r1.t("ui:at")}`))),r1.services.formatter.add("timestamp_long_no_seconds",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",hour12:!1}).format(e).replace(",",` ${r1.t("ui:at")}`))),r1.services.formatter.add("format_duration",(e=>yt(e)))})),l1=e=>({t:e0((()=>(t,n={})=>r1.t(t,{ns:e,...n}))).value,currentLocale:i1.value}),c1=async e=>{await r1.changeLanguage(e),localStorage.setItem("currentLocale",e),i1.value=e},u1=()=>{const[e,t]=yi(null),[n,r]=yi();wi((()=>{const e=h();e?.createdAt&&t(Number(e.createdAt)),e?.allureVersion&&r(e.allureVersion)}),[]);const i=new Date(e).toLocaleDateString(o1.value,{month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return IQ(zs,{type:"paragraph",size:"m",className:"YdnHCDVV",children:[i,n&&IQ("span",{children:[" Ver: ",n]})]})},d1=({className:e})=>IQ("div",{className:gQ("hYe6DCa9",e),children:[IQ(jQ,{}),IQ(u1,{})]}),f1=(e,t)=>{try{const n=localStorage.getItem(e);return n?JSON.parse(n):t}catch{return t}},h1=XQ({loading:!1,error:void 0,data:[]}),p1=XQ({loading:!1,error:void 0,data:{}}),g1=XQ(f1("collapsedEnvironments",[])),m1=XQ(f1("currentEnvironment","")),v1=async()=>{h1.value={...h1.value,loading:!0,error:void 0};try{const e=await d("widgets/environments.json",{bustCache:!0});h1.value={data:e,error:void 0,loading:!1}}catch(e){h1.value={...h1.value,error:e.message,loading:!1}}};o0((()=>{localStorage.setItem("currentEnvironment",JSON.stringify(m1.value))})),o0((()=>{localStorage.setItem("collapsedEnvironments",JSON.stringify([...g1.value]))}));const b1=()=>{const{t:e}=l1("environments"),t=m1.value,n=e=>{var t;t=e,m1.value=t};return h1.value.data.length<=1?null:IQ("div",{className:"J13nhfx4","data-testid":"environment-picker",children:[IQ(Ds,{id:Rs.environment,size:"s"}),IQ(zs,{className:"oDZnH_Bx",type:"ui",size:"s",bold:!0,children:[e("environment",{count:1}),":"]}),IQ(Vc,{size:"s",menuTrigger:({isOpened:n,onClick:r})=>IQ(Us,{style:"ghost",size:"s",text:t||e("all"),isExpanded:n,"data-testid":"environment-picker-button",onClick:r}),children:IQ(Vc.Section,{children:[IQ(Vc.ItemWithCheckmark,{"data-testid":"environment-picker-item",onClick:()=>n(""),isChecked:!t,children:e("all")}),h1.value.data.map((e=>IQ(Vc.ItemWithCheckmark,{"data-testid":"environment-picker-item",onClick:()=>n(e),isChecked:e===t,children:e},e)))]})})]})},y1=XQ("base"),_1=XQ(!1),w1=e=>{y1.value=e,document.documentElement.setAttribute("data-layout",e),window.localStorage.setItem("layout",e)},x1=e0((()=>"split"===y1.value)),k1=()=>{const{layout:e}=h()??{},t=window.localStorage.getItem("layout")||e||"base";t&&w1(t)};var C1=()=>{const e=x1.value?Rs.lineLayoutsLayoutTop:Rs.lineLayoutsColumn2;return IQ($s,{"data-testId":"toggle-layout-button",size:"s",icon:e,style:"ghost",onClick:()=>(_1.value=!0,void setTimeout((()=>{w1("base"===y1.value?"split":"base"),setTimeout((()=>{_1.value=!1}),300)}),200))})};const S1=({className:e})=>IQ("div",{className:e,children:[IQ(b1,{}),IQ(G_,{locale:i1.value,setLocale:c1}),IQ(C1,{}),IQ(Y_,{theme:u0.value,toggleTheme:f0,getTheme:h0})]}),M1=()=>{const e=globalThis.location.hash.replace(/^#/,"").trim().split("/").filter(Boolean),[t,n]=e;if(0===e.length)return{};if(1===e.length)return/^[a-f0-9]{32,}$/.test(t)?{params:{testResultId:t}}:{category:t||"",params:{testResultId:n}};if(2===e.length)return/^[a-f0-9]{32,}$/.test(t)?{params:{testResultId:t,subTab:n}}:{category:t,params:{testResultId:n}};if(3===e.length){const[t,n,r]=e;return{category:t,params:{testResultId:n,subTab:r}}}return{}},T1=XQ(M1()),A1=()=>{const e=M1();e.category===T1.value?.category&&e.params?.testResultId===T1.value.params?.testResultId&&e.params?.subTab===T1.value.params?.subTab||(T1.value={...e})},L1=e=>{let t="";if("string"==typeof e)t=e.startsWith("#")?e.slice(1):e;else{const{category:n,params:r={}}=e,i=[];n&&i.push(n),r.testResultId&&i.push(r.testResultId),r.subTab&&i.push(r.subTab),t=i.join("/")}history.pushState(null,"",`#${t}`),A1()},E1=(e0((()=>T1.value.category||"")),e0((()=>T1.value.params?.subTab||"overview"))),N1=XQ(""),O1=XQ([]),R1=e=>{const t="default"===e,n=O1.value?.includes(e),r=N1.value!==e;var i;i=e,N1.value=i,document.documentElement.setAttribute("data-section",i),globalThis.localStorage.setItem("chosenSection",i),t?L1({category:""}):r&&n&&L1({category:e})},D1=()=>{const{category:e}=M1();O1.value=h()?.sections??[];const t=h()?.defaultSection??"",n=M1().category,r=""===globalThis.localStorage.getItem("chosenSection")?"":globalThis.localStorage.getItem("chosenSection")||t;N1.value=n||r,R1(e||(r||""))};o0((()=>{const e=T1.value.category;R1(e||"")}));const P1={name:"report",logo:Rs.reportLogo},z1={default:P1,charts:{name:"charts",logo:Rs.lineChartsBarChartSquare},timeline:{name:"timeline",logo:Rs.lineChartsTimeline}},I1=()=>{const e=z1[N1.value]||P1,{t:t}=l1("sections");return IQ(Vc,{size:"m",placement:"bottom-start",menuTrigger:({isOpened:n,onClick:r})=>IQ(Us,{style:"ghost",size:"m",text:t(e.name),icon:e.logo,isExpanded:n,onClick:r,iconSize:"xs"}),children:IQ(Vc.Section,{children:["default",...O1.value].map((e=>IQ(Vc.ItemWithCheckmark,{onClick:()=>R1(e),isChecked:N1.value===e,children:IQ("div",{className:"FdktBcO1",children:[IQ(Ds,{id:z1[e]?.logo,size:"s"}),t(z1[e]?.name)||e]})},e)))})})};var j1="ChConoqG",B1="DC096Vl9",F1="vCHAp_yZ";const H1=({testResult:e})=>{const{breadcrumbs:t,name:n}=e||{};return IQ("div",{className:"KayT_VKx",children:[IQ("div",{className:vQ(j1,"DJELNKs1"),children:IQ($s,{icon:Rs.lineGeneralHomeLine,size:"s",style:"ghost",className:"F1I3vLtG",onClick:()=>L1("")})}),Boolean(t?.length)&&t?.[0]?.map(((e,t)=>IQ("div",{className:j1,children:[IQ(Ds,{id:Rs.lineArrowsChevronDown,className:B1}),IQ(zs,{size:"s",bold:!0,className:F1,children:e})]},t))),IQ("div",{className:j1,children:[n&&IQ(Ds,{id:Rs.lineArrowsChevronDown,className:B1}),IQ(zs,{size:"s",bold:!0,className:F1,children:n})]})]})},$1=XQ({loading:!0,error:void 0,data:void 0}),U1=XQ({loading:!0,error:void 0,data:void 0}),q1=async e=>{if(!(!e||$1.value.data&&e in $1.value.data)){$1.value={...$1.value,loading:!0,error:void 0};try{const t=await d(`data/test-results/${e}.json`,{bustCache:!0});$1.value={data:{...$1.value.data,[e]:t},error:void 0,loading:!1}}catch(e){$1.value={...$1.value,error:e.message,loading:!1}}}};const W1=({type:e})=>{const t={width:16,height:16};switch(e){case vt.Amazon:return IQ(Ds,{id:Rs.amazon,...t});case vt.Azure:return IQ(Ds,{id:Rs.azure,...t});case vt.Bitbucket:return IQ(Ds,{id:Rs.bitbucket,...t});case vt.Circle:return IQ(Ds,{id:Rs.circleci,...t});case vt.Drone:return IQ(Ds,{id:Rs.drone,...t});case vt.Github:return IQ(Ds,{id:Rs.github,...t});case vt.Gitlab:return IQ(Ds,{id:Rs.gitlab,...t});case vt.Jenkins:return IQ(Ds,{id:Rs.jenkins,...t});default:return null}},V1=({className:e})=>{const{ci:t}=h();if(!t)return null;const n=t.pullRequestUrl||t.jobRunUrl||t.jobUrl,r=t.pullRequestName||t.jobRunName||t.jobName||n;return n?IQ("a",{className:vQ("K4Vp94XL",e),href:n,target:"_blank",children:[IQ(W1,{type:t.type}),IQ(zs,{type:"paragraph",size:"m",bold:!0,children:r})]}):null};const G1=({className:e})=>{const t=T1.value.params?.testResultId;return IQ("div",{className:vQ("y3b2nNS8",e),children:[Boolean(O1.value?.length)&&IQ(I1,{}),!t&&IQ(V1,{}),t&&IQ(H1,{testResult:$1.value?.data?.[t]}),IQ(S1,{className:"yme8680C"})]})},Y1=XQ(!1),X1=XQ({data:null,preview:!1,component:null,isModalOpen:Y1.value,closeModal:null,title:""}),Z1=e=>{X1.value={...e},Y1.value=!0},K1=()=>{const{t:e}=l1("controls"),t={tooltipDownload:e("downloadAttachment"),tooltipPreview:e("previewAttachment"),openInNewTabButton:e("openInNewTab")};return IQ(hb,{...X1.value,translations:t,isModalOpen:Y1.value,closeModal:()=>Y1.value=!1})},J1=XQ({loading:!0,error:void 0,data:void 0}),Q1=async e=>{J1.value={...J1.value,loading:!0,error:void 0};try{const t=await d(e?`widgets/${e}/statistic.json`:"widgets/statistic.json",{bustCache:!0});J1.value={data:cn(t),error:void 0,loading:!1}}catch(e){J1.value={error:e.message,loading:!1}}},e2=XQ({loading:!0,error:void 0,data:void 0});const t2=()=>{const{t:e}=l1("charts"),{t:t}=l1("empty");return wi((()=>{(async()=>{e2.value={...e2.value,loading:!0,error:void 0};try{const e=await d("widgets/charts.json",{bustCache:!0});e2.value={data:ct(e),error:void 0,loading:!1}}catch(e){e2.value={data:void 0,error:e.message,loading:!1}}})()}),[]),IQ(Zq,{theme:u0.value,children:IQ(hc,{source:e2,renderLoader:()=>IQ(pc,{}),renderData:n=>{const r=m1.value?n.byEnv[m1.value]:n.general;if(!r)return null;const i=Object.entries(r).map((([n,r])=>{const i=((e,{t:t,empty:n})=>{switch(e.type){case b.CurrentStatus:{const n=e.title??t("currentStatus.title");return IQ(JY,{title:n,data:e.data,statuses:e.statuses,metric:e.metric,i18n:(e,n={})=>t(`currentStatus.${e}`,n)})}case b.StatusDynamics:{const n=e.title??t("statusDynamics.title");return IQ(eX,{title:n,data:e.data,limit:e.limit,statuses:e.statuses,i18n:(e,n={})=>t(`statusDynamics.${e}`,n)})}case b.StatusTransitions:{const n=e.title??t("statusTransitions.title");return IQ(rX,{title:n,data:e.data,i18n:(e,n={})=>t(`statusTransitions.${e}`,n)})}case b.Durations:{const n=e.title??("none"===e.groupBy?t("durations.title_none"):t("durations.title",{groupBy:e.groupBy}));return IQ(oX,{title:n,data:e.data,groupBy:e.groupBy,keys:e.keys,i18n:(e,n={})=>t(`durations.${e}`,n)})}case b.StabilityDistribution:{const n=e.title??t("stabilityDistribution.title");return IQ(xG,{title:n,data:e.data,keys:e.keys,i18n:(e,n={})=>t(`stabilityDistribution.${e}`,n)})}case b.TestBaseGrowthDynamics:{const n=e.title??t("testBaseGrowthDynamics.title");return IQ(SG,{title:n,data:e.data,statuses:e.statuses,i18n:(e,n={})=>t(`testBaseGrowthDynamics.${e}`,n)})}case b.FBSUAgePyramid:{const n=e.title??t("fbsuAgePyramid.title");return IQ(LG,{title:n,data:e.data,statuses:e.statuses,i18n:(e,n={})=>t(`fbsuAgePyramid.${e}`,n)})}case b.TrSeverities:{const n=e.title??t("trSeverities.title");return IQ(aX,{title:n,data:e.data,levels:e.levels,statuses:e.statuses,i18n:(e,n={})=>t(`trSeverities.${e}`,n)})}case b.DurationDynamics:{const n=e.title??t("durationDynamics.title");return IQ(lX,{title:n,data:e.data,i18n:(e,n={})=>t(`durationDynamics.${e}`,n)})}case b.CoverageDiff:return IQ(Kq,{data:e.treeMap,chartType:b.CoverageDiff,title:e.title,formatLegend:e.formatLegend,colors:e.colors,legendDomain:e.legendDomain,tooltipRows:e.tooltipRows,translations:{"no-results":n("no-results")}});case b.SuccessRateDistribution:return IQ(Kq,{chartType:b.SuccessRateDistribution,data:e.treeMap,title:e.title,formatLegend:e.formatLegend,colors:e.colors,legendDomain:e.legendDomain,tooltipRows:e.tooltipRows,translations:{"no-results":n("no-results")}});case b.ProblemsDistribution:return IQ(nV,{title:e.title,data:e.data,translations:{"no-results":n("no-results")}});case b.TestingPyramid:{const t=!e.data.some((e=>e.testCount>0));return IQ(ZG,{title:e.title,data:t?[]:e.data,translations:{"no-results":n("no-results")}})}default:return null}})(r,{t:e,empty:t});return IQ(V_,{className:"H3rQvdpP",children:i},n)}));return IQ("div",{className:"yh56pOPH",children:IQ(U_,{kind:"swap",className:"Tn5cbYVY",children:i})})}})})};const n2=ii(null),r2=()=>{const e=Mi(n2);if(!e)throw new Error("NavTabs components must be used within a NavTabs component");return e},i2=e=>{const{children:t,initialTab:n}=e,[r,i]=yi(n);return IQ(n2.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},o2=e=>IQ(i2,{...e}),a2=e=>IQ("div",{className:"XBeFwRAE",children:e.children}),s2=e=>{const{currentTab:t,setCurrentTab:n}=r2(),{id:r,children:i,onClick:o,"data-testid":a,isCurrentTab:s}=e,l=void 0!==s?s:t===r;return IQ("button",{className:"Xypu7Gjd",onClick:()=>{if(o)o();else{if(l)return;n(r)}},"data-testid":a||`nav-tab-${r}`,"aria-current":!!l||void 0,children:IQ(zs,{type:"paragraph",size:"m",children:i})})},l2=(e="status")=>{const t=xt;switch(e){case"order":return t("groupOrder",St());case"duration":return t("duration",St());case"alphabet":return t("name",Ct());case"status":return t("status",wt(((e,t)=>ut.indexOf(e)-ut.indexOf(t))));default:return console.error(`unsupported comparator ${e}`),()=>0}},c2=(e="status")=>{const t=xt;switch(e){case"alphabet":return t("name",Ct());case"order":case"duration":case"status":return t("statistic",(()=>{const e=ut.map((e=>xt(e,_t(St()),0)));return wt(kt(e))})());default:return console.error(`unsupported comparator ${e}`),()=>0}},u2=e=>{const t=c2(e.sortBy),n="asc"===e.direction?t:_t(t);return kt([n,xt("name",Ct())])},d2=(e=[],t,n)=>{const r=[...e].map((e=>t[e])).filter((e=>((e,t)=>[!t?.query||e.name.toLowerCase().includes(t.query.toLowerCase()),!t?.status||"total"===t?.status||e.status===t.status,!t?.filter?.flaky||e.flaky,!t?.filter?.retry||e.retry,!t?.filter?.new||"new"===e.transition,!t?.filter?.fixed||"fixed"===e.transition,!t?.filter?.regressed||"regressed"===e.transition,!t?.filter?.malfunctioned||"malfunctioned"===e.transition].every(Boolean))(e,n))),i=(e=>{const t=l2(e.sortBy),n="asc"===e.direction?t:_t(t);return kt([n,xt("name",Ct())])})(n);return r.sort(i)},f2=e=>{const{group:t,groupsById:n,leavesById:r,filterOptions:i}=e,o=t.leaves??[],a=d2(o,r,i),s=t.groups?.map((e=>f2({group:n[e],groupsById:n,leavesById:r,filterOptions:i})))?.filter((e=>!h2(e)))??[],l={total:0};return s.forEach((e=>{if(e.statistic){const t=e.statistic;((e,t)=>{ut.forEach((n=>{t[n]&&mt(e,n,t[n])}))})(l,t)}})),a.forEach((e=>{const t=e.status;mt(l,t)})),{...t,statistic:l,leaves:a,trees:s.sort(u2(i))}},h2=e=>!e.trees?.length&&!e.leaves?.length||!e.leaves?.length&&e.trees?.every((e=>h2(e))),p2=XQ({loading:!0,error:void 0,data:void 0}),g2=e0((()=>Object.values(p2?.value?.data??{}).every((({leavesById:e})=>!e||!Object.keys(e).length)))),m2=XQ(new Set(f1("collapsedTrees",[])));o0((()=>{localStorage.setItem("collapsedTrees",JSON.stringify([...m2.value]))}));const v2=e=>{const t=new Set(m2.value);t.has(e)?t.delete(e):t.add(e),m2.value=t},b2=XQ(new Set(f1("selectedFilters",[])));o0((()=>{localStorage.setItem("selectedFilters",JSON.stringify([...b2.value]))}));const y2=XQ(f1("treeFilters",{query:"",status:"total",filter:{flaky:!1,retry:!1,new:!1,fixed:!1,regressed:!1,malfunctioned:!1},sortBy:"order",direction:"asc"}));o0((()=>{localStorage.setItem("treeFilters",JSON.stringify(y2.value))}));const _2=e0((()=>Object.entries(p2.value.data).reduce(((e,[t,n])=>{if(!n)return e;const{root:r,leavesById:i,groupsById:o}=n,a=f2({group:r,leavesById:i,groupsById:o,filterOptions:y2.value});return Object.assign(e,{[t]:a})}),{}))),w2=e0((()=>Object.values(_2.value).every(h2))),x2=e=>{y2.value={...y2.value,query:e}},k2=e=>{y2.value={...y2.value,status:e}},C2=e=>{y2.value={...y2.value,sortBy:e}},S2=e=>{y2.value={...y2.value,direction:e}},M2=(e,t)=>{y2.value={...y2.value,filter:{...y2.value.filter,[e]:t}}},T2=async e=>{const t=e.filter((e=>!p2.value.data?.[e]));if(0!==t.length){p2.value={...p2.value,loading:!0,error:void 0};try{const e=await Promise.all(t.map((e=>d(`widgets/${e}/tree.json`,{bustCache:!0})))),n=p2.value.data;p2.value={data:t.reduce(((t,n,r)=>({...t,[n]:e[r]})),{...n}),loading:!1,error:void 0}}catch(e){p2.value={...p2.value,error:e.message,loading:!1}}}};const A2=ii(null),L2=()=>{const e=Mi(A2);if(!e)throw new Error("Tabs' components must be used within a Tabs component");return e},E2=e=>{const{children:t,initialTab:n}=e,[r,i]=yi(n);return IQ(A2.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},N2=e=>IQ(E2,{...e}),O2=e=>IQ("div",{className:"mtwom68I",children:e.children}),R2=e=>{const{id:t,children:n,...r}=e,{currentTab:i,setCurrentTab:o}=L2(),a=i===t;return IQ("button",{...r,className:"UsCYY7sB",onClick:()=>{if(a)return o("total"),void k2("total");o(t),k2(t)},"aria-current":!!a||void 0,children:IQ(zs,{type:"paragraph",size:"m",bold:!0,children:n})})};const D2=({isOpened:e,setIsOpen:t,counter:n,title:r,...i})=>IQ("button",{...i,className:vQ("pLtXZ2UC",e&&"WwtUTGAA"),type:"button",onClick:()=>t(!e),children:[IQ(zs,{size:"m",bold:!0,children:r}),!!n&&IQ(Rb,{count:n,size:"s"}),IQ(Yc,{isOpened:e,iconSize:"s",buttonSize:"s",className:"tRJc3qyU",tag:"div"})]}),P2=e=>t=>({...t,transitionTooltip:e.tooltip(t.transition)}),z2=e=>t=>({...t,leaves:t.leaves.length?t.leaves.map(P2(e)):t.leaves,trees:t.trees.length?t.trees.map(z2(e)):t.trees});var I2="qWrwxu6j",j2="fsOIsHLA";const B2=()=>{const{t:e}=l1("empty"),{t:t}=l1("environments"),{t:n}=l1("transitions"),{currentTab:r}=L2(),i=T1.value.params?.testResultId,o=Ci((()=>({tooltip:t=>e(`description.${t}`)})),[n]);return IQ(hc,{source:p2,renderLoader:()=>IQ(pc,{}),renderData:()=>{if(g2.value)return IQ("div",{children:IQ("div",{className:I2,children:IQ(zs,{className:j2,children:e("no-results")})})});if(w2.value)return IQ("div",{children:IQ("div",{className:I2,children:[IQ(zs,{tag:"p",className:j2,children:e("no-tests-found")}),IQ(Hs,{className:"i31d8d94",type:"button",text:e("clear-filters"),size:"s",style:"outline",onClick:()=>{y2.value={query:"",status:"total",filter:{flaky:!1,retry:!1,new:!1,fixed:!1,regressed:!1,malfunctioned:!1},sortBy:"order",direction:"asc"}}})]})});const n=z2(o);if(1===h1.value.data.length)return IQ("div",{children:IQ(Nb,{reportStatistic:p0.value.data,statistic:g0.value.data[m1.value],collapsedTrees:m2.value,toggleTree:v2,navigateTo:L1,tree:n(_2.value.default),statusFilter:r,routeId:i,root:!0})});const a=m1.value?_2.value[m1.value]:void 0;return a?IQ("div",{children:IQ(Nb,{reportStatistic:p0.value.data,statistic:g0.value.data[m1.value],collapsedTrees:m2.value,toggleTree:v2,navigateTo:L1,tree:n(a),statusFilter:r,routeId:i,root:!0})}):IQ(zr,{children:Object.entries(_2.value).map((([e,o])=>{const{total:a}=o.statistic;if(0===a)return null;const s=!g1.value.includes(e),l=g0.value.data[e];return IQ("div",{className:"vLyntNe5","data-testid":"tree-section",children:[IQ("div",{className:"s_iBWA8v",children:[IQ(D2,{isOpened:s,setIsOpen:()=>{g1.value=s?g1.value.concat(e):g1.value.filter((t=>t!==e))},title:`${t("environment",{count:1})}: "${e}"`,counter:a,"data-testid":"tree-section-env-button"}),IQ(Lb,{statistic:l,reportStatistic:p0.value.data,statusFilter:r})]}),s&&IQ("div",{"data-testid":"tree-section-env-content",children:IQ(Nb,{statistic:g0.value.data[e],reportStatistic:p0.value.data,collapsedTrees:m2.value,toggleTree:v2,statusFilter:r,navigateTo:L1,tree:n(o),routeId:i,root:!0})})]},e)}))})}})};const F2={flaky:Rs.lineIconBomb2,retry:Rs.lineArrowsRefreshCcw1,new:Rs.lineAlertsNew,fixed:Rs.lineAlertsFixed,regressed:Rs.lineAlertsRegressed,malfunctioned:Rs.lineAlertsMalfunctioned},H2=["flaky","retry","new","fixed","regressed","malfunctioned"],$2=()=>{const{t:e}=l1("filters"),{t:t}=l1("filters.description"),n=H2.some((e=>y2.value.filter[e]));return IQ(Vc,{menuTrigger:({isOpened:t,onClick:r})=>IQ("div",{className:n&&"OMv2CVEp",children:IQ(Hs,{icon:Rs.lineGeneralSettings1,text:e("more-filters"),size:"m",style:"outline",isActive:t,"data-testid":"filters-button",onClick:r})}),children:IQ(Vc.Section,{"data-testid":"filters-menu",children:H2.map((n=>((n,r)=>IQ(fc,{"data-testid":"filter-tooltip",tooltipText:t(n),children:IQ(Vc.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e(n)}),onClick:()=>{M2(n,!r)},leadingIcon:F2[n],rightSlot:IQ("div",{className:"DAC2n06T",children:IQ(Db,{focusable:!1,value:r,label:e("enable-filter",{filter:e(n)}),"data-testid":`${n}-filter`,onChange:e=>M2(n,e)})}),children:e(n)})}))(n,y2.value.filter[n])))})})},U2=()=>{const{query:e}=y2.value,{t:t}=l1("search");return IQ(gc,{placeholder:t("search-placeholder"),value:e,onChange:x2})},q2=()=>IQ("div",{className:"yC7Qklga",children:[IQ(U2,{}),IQ($2,{})]}),W2=({children:e})=>IQ("div",{className:"R_ww6ldK",children:e}),V2=()=>{const{t:e}=l1("sort-by"),{t:t}=l1("sort-by.values"),{t:n}=l1("sort-by.directions"),{sortBy:r,direction:i}=y2.value,o=t(r),a=n(`${r}-${i}-short`);return IQ("div",{children:IQ(zs,{type:"paragraph",size:"m",className:"bgbbgYmw",children:[e("sort-by-text")," ",IQ(Vc,{size:"l",menuTriggerWrapper:"span",menuTrigger:({onClick:e,isOpened:t})=>IQ(zs,{type:"paragraph",size:"m",children:IQ(Pb,{onClick:e,children:[o," ",a,IQ(Ds,{size:"s",id:Rs.lineArrowsChevronDown,className:vQ("qpX6Ct89",t&&"R0U9mYzd")})]})}),children:IQ(Vc.Section,{children:[IQ(Vc,{size:"s",menuTrigger:({onClick:t,isOpened:n})=>IQ(Vc.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:Rs.lineArrowsSwitchVertical1,rightSlot:IQ(W2,{children:IQ(Us,{style:"outline",size:"s",isExpanded:n,text:o,focusable:!1})}),children:e("sort-by-category")}),children:IQ(Vc.Section,{children:[IQ(Vc.ItemWithCheckmark,{onClick:()=>C2("order"),isChecked:"order"===r,children:t("order")}),IQ(Vc.ItemWithCheckmark,{onClick:()=>C2("duration"),isChecked:"duration"===r,children:t("duration")}),IQ(Vc.ItemWithCheckmark,{onClick:()=>C2("status"),isChecked:"status"===r,children:t("status")}),IQ(Vc.ItemWithCheckmark,{onClick:()=>C2("alphabet"),isChecked:"alphabet"===r,children:t("alphabet")})]})}),IQ(Vc,{size:"m",menuTrigger:({onClick:t,isOpened:n})=>IQ(Vc.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:"asc"===i?Rs.lineArrowsSortLineAsc:Rs.lineArrowsSortLineDesc,rightSlot:IQ(W2,{children:IQ(Us,{style:"outline",size:"s",isExpanded:n,text:a,focusable:!1})}),children:e("direction-category")}),children:IQ(Vc.Section,{children:[IQ(Vc.ItemWithCheckmark,{onClick:()=>S2("asc"),leadingIcon:Rs.lineArrowsSortLineAsc,isChecked:"asc"===i,children:n(`${r}-asc`)}),IQ(Vc.ItemWithCheckmark,{onClick:()=>S2("desc"),leadingIcon:Rs.lineArrowsSortLineDesc,isChecked:"desc"===i,children:n(`${r}-desc`)})]})})]})})]})})},G2=ii(null),Y2=({children:e})=>{const[t,n]=_i(((e,t)=>{switch(t.type){case"setDirection":return{...e,direction:t.payload};case"setSortBy":return{...e,sortBy:t.payload};case"setFilter":return{...e,filter:{...e.filter,[t.payload.filterKey]:t.payload.value}};case"setQuery":return{...e,query:t.payload};default:return e}}),{query:"",direction:"asc",filter:{flaky:!1,new:!1,retry:!1},sortBy:"alphabet"}),r=Si((e=>n({type:"setSortBy",payload:e})),[]),i=Si((e=>n({type:"setDirection",payload:e})),[]),o=Si(((e,t)=>n({type:"setFilter",payload:{filterKey:e,value:t}})),[]),a=Si((e=>n({type:"setQuery",payload:e})),[]);return IQ(G2.Provider,{value:{...t,setSortBy:r,setDirection:i,setFilter:o,setQuery:a},children:e})},X2=()=>{const{t:e}=l1("statuses"),{currentTab:t,setCurrentTab:n}=L2();return IQ("header",{className:"rcYygsvy",children:[IQ(q2,{}),IQ("div",{className:"fAV2rQGO",children:[IQ(O2,{children:IQ(hc,{source:g0,renderData:r=>{const i=r[m1.value]||p0.value.data,o=ut.map((e=>({status:e,value:i[e]}))).filter((({value:e})=>e));o.filter((({status:e})=>e===t)).length||"total"===t||(n("total"),k2("total"));const a=o.map((({status:t,value:n})=>IQ(R2,{"data-testid":`tab-${t}`,id:t,children:[At(e(t)??t)," ",IQ(Rb,{count:n,size:"s",status:t})]},t)));return IQ(zr,{children:[IQ(R2,{"data-testid":"tab-all",id:"total",children:[At(e("total"))," ",IQ(Rb,{count:i?.total??0,size:"s"})]}),a]})}})}),IQ(V2,{})]})]})},Z2=()=>IQ("div",{className:"kCl0Zs3g",children:IQ(B2,{})}),K2=()=>{const e=y2.value.status;return IQ(Y2,{children:IQ("section",{children:IQ(N2,{initialTab:e,children:[IQ(X2,{}),IQ(Z2,{})]})})})},J2="bits",Q2="bytes",e3="",t3="jedec",n3="round",r3="string",i3={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function o3(e,{bits:t=!1,pad:n=!1,base:r=-1,round:i=2,locale:o="",localeOptions:a={},separator:s="",spacer:l=" ",symbols:c={},standard:u="",output:d=r3,fullform:f=!1,fullforms:h=[],exponent:p=-1,roundingMethod:g=n3,precision:m=0}={}){let v=p,b=Number(e),y=[],_=0,w=e3;"si"===u?(r=10,u=t3):"iec"===u||u===t3?r=2:2===r?u="iec":(r=10,u=t3);const x=10===r?1e3:1024,k=!0===f,C=b<0,S=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof S)throw new TypeError("Invalid rounding method");if(C&&(b=-b),(-1===v||isNaN(v))&&(v=Math.floor(Math.log(b)/Math.log(x)),v<0&&(v=0)),v>8&&(m>0&&(m+=8-v),v=8),"exponent"===d)return v;if(0===b)y[0]=0,w=y[1]=i3.symbol[u][t?J2:Q2][v];else{_=b/(2===r?Math.pow(2,10*v):Math.pow(1e3,v)),t&&(_*=8,_>=x&&v<8&&(_/=x,v++));const e=Math.pow(10,v>0?i:0);y[0]=S(_*e)/e,y[0]===x&&v<8&&-1===p&&(y[0]=1,v++),w=y[1]=10===r&&1===v?t?"kbit":"kB":i3.symbol[u][t?J2:Q2][v]}if(C&&(y[0]=-y[0]),m>0&&(y[0]=y[0].toPrecision(m)),y[1]=c[y[1]]||y[1],!0===o?y[0]=y[0].toLocaleString():o.length>0?y[0]=y[0].toLocaleString(o,a):s.length>0&&(y[0]=y[0].toString().replace(".",s)),n&&i>0){const e=y[0].toString(),t=s||(e.match(/(\D)/g)||[]).pop()||".",n=e.toString().split(t),r=n[1]||e3,o=r.length,a=i-o;y[0]=`${n[0]}${t}${r.padEnd(o+a,"0")}`}return k&&(y[1]=h[v]?h[v]:i3.fullform[u][v]+(t?"bit":"byte")+(1===y[0]?e3:"s")),"array"===d?y:"object"===d?{value:y[0],symbol:y[1],exponent:v,unit:w}:y.join(l)}var a3="Vjs52neG";const s3=({blob:e,isFullScreen:t})=>{const n=ki(null),r=()=>{n.current?.contentWindow?.postMessage({method:"load",params:{trace:e}},"https://trace.playwright.dev")};return wi((()=>{n.current&&(n.current.onload=r)}),[e]),IQ("iframe",{className:vQ("vKiiQIrL",{[a3]:t}),ref:n,width:"100%",height:"100%",src:"https://trace.playwright.dev/next/"})},l3=({link:e})=>{const{t:t}=l1("ui");return IQ(fc,{tooltipText:t("openPwTrace"),children:IQ($s,{icon:Rs.lineArrowsExpand3,size:"s",style:"ghost",onClick:async()=>{const t=await(async({id:e,ext:t,contentType:n})=>f(`data/attachments/${e||"-"}${t||""}?attachment`,n))(e),n=await t.blob();Z1({component:IQ(s3,{blob:n}),title:`Playwright Trace Viewer | ${e.name}${e.ext}`})}})})};var c3="rSMkogjt",u3="m8rk9tDG",d3="xefMEPSS",f3="HHsybWob",h3="VKOlcV4U",p3="mNhMD4M5",g3="sXJUrXQT",m3="nn68CIdd",v3="luT1VnGP",b3="nfjZcJp6",y3="a30JIKUL",_3="fG3nxMw9",w3="bVvMHCl8",x3="F8sZC2Xp",k3="CTjfDSfX",C3="o7YilZwI",S3="lEcTTfo0",M3="Ij4Cg4Kx",T3="uughArgE",A3="Px8Q9Npk",L3="Yino1buJ",E3="nj9hJGT8",N3="eVefXDQ_",O3="yzcDORxL",R3="pbsM6UgE",D3="ZIuCxI4O",P3="YYCSAKki",z3="AHvvSUfJ",I3="JSrX31Ic",j3="Bio0Im7S",B3="zGCnYcwA",F3="wAbIx1a1",H3="mkH_PBnf",$3="INLdyBW3",U3="ZC6k5aDG",q3="shp49_Ch",W3="p8fgu_re",V3="l7iVQhqV",G3="_95lTgH3b",Y3="QyDf7oEf",X3="blSCD0ef",Z3="ayR3EuIO",K3="CueB19ej";const J3=({item:e,shouldExpand:t})=>{const{t:n}=l1("controls"),{id:r,ext:i,contentType:o}=e.link,a="application/vnd.allure.playwright-trace"===o,s=!1===e.link.missed?e.link.contentLength:void 0,l=s?o3(s,{base:2,round:1}):"-";wi((()=>{Y1.value&&Z1({isModalOpen:!0,data:e,component:IQ(sb,{item:e})})}),[e]);const c=async e=>{e.stopPropagation(),await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await g(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(r,i,o)};return IQ("div",{className:g3,children:[Boolean(o)&&IQ(zs,{size:"s",children:o}),Boolean(l)&&IQ(zs,{size:"s",children:l}),IQ("div",{className:p3,children:[a&&IQ(l3,{link:e.link}),t&&IQ(fc,{tooltipText:n("expand"),children:IQ($s,{className:h3,style:"ghost",size:"s",iconSize:"s",icon:Rs.lineArrowsExpand3,onClick:t=>{t.stopPropagation(),Z1({data:e,component:IQ(sb,{item:e,previewable:!0})})}})}),IQ(fc,{tooltipText:n("downloadAttachment"),children:IQ($s,{style:"ghost",size:"s",iconSize:"s",className:h3,icon:Rs.lineGeneralDownloadCloud,onClick:e=>c(e)})})]})]})},{lineImagesImage:Q3,lineFilesFileAttachment2:e4,playwrightLogo:t4}=Rs,n4={"text/plain":e4,"application/xml":e4,"text/html":e4,"text/csv":e4,"text/markdown":e4,"text/javascript":e4,"text/typescript":e4,"text/ruby":e4,"text/python":e4,"text/php":e4,"text/java":e4,"text/csharp":e4,"text/cpp":e4,"text/c":e4,"text/go":e4,"text/rust":e4,"text/swift":e4,"text/kotlin":e4,"text/scala":e4,"text/perl":e4,"text/r":e4,"text/dart":e4,"text/lua":e4,"text/haskell":e4,"text/sql":e4,"text/tab-separated-values":e4,"text/css":e4,"text/uri-list":e4,"image/svg+xml":Q3,"image/png":Q3,"application/json":e4,"application/zip":e4,"video/webm":Q3,"image/jpeg":Q3,"video/mp4":Q3,"application/vnd.allure.image.diff":Q3,"application/vnd.allure.playwright-trace":t4},r4=({item:e,stepIndex:t})=>{const[n,r]=yi(!1),{link:i}=e,{missed:o}=i,a=m(i.contentType),s=!["archive",null].includes(a.type);return IQ("div",{"data-testid":"test-result-attachment",className:B3,children:[IQ("div",{"data-testid":"test-result-attachment-header",className:vQ(N3,{[u3]:!s}),onClick:e=>{e.stopPropagation(),r((e=>!e))},children:[s?IQ(Yc,{isOpened:n}):IQ("div",{className:X3}),IQ("div",{className:O3,children:IQ(Ds,{size:"s",id:n4[i.contentType]??e4})}),IQ(Is,{size:"s",className:W3,children:t}),IQ(zs,{className:P3,children:i.name||i.originalFileName}),o&&IQ(zs,{size:"s",className:D3,"data-testid":"test-result-attachment-missed",children:"missed"}),IQ("div",{children:IQ(J3,{item:e,shouldExpand:s})})]}),n&&s&&IQ("div",{className:L3,children:IQ("div",{className:A3,role:"button",onClick:t=>{t.stopPropagation(),"image"===a.type&&Z1({data:e,component:IQ(sb,{item:e,previewable:!0})})},children:IQ(sb,{item:e})})})]})};const i4=({testResult:e,className:t})=>{const{attachments:n}=e??{},{t:r}=l1("ui");return IQ("div",{className:vQ("zfDiQjUs",t),children:n.length?n?.map(((e,t)=>IQ(r4,{item:e,stepIndex:t+1},t))):IQ("div",{className:"gHLb2IHz",children:r("no-attachments-results")})})},o4=XQ({loading:!0,error:void 0,data:void 0}),a4=async()=>{try{const e=await d("widgets/globals.json");o4.value={data:e,error:void 0,loading:!1}}catch(e){o4.value={...o4.value,error:e.message,loading:!1}}};const s4=()=>{const{t:e}=l1("empty");return IQ(hc,{source:o4,renderData:({attachments:t})=>{if(!t.length)return IQ("div",{className:"H8TGa37o",children:e("no-attachments-results")});const n=t.map((e=>({link:e,type:"attachment"})));return IQ(i4,{className:"KTUjVPHJ",testResult:{attachments:n}})}})};function l4(){}function c4(e,t,n,r,i){for(var o,a=[];t;)a.push(t),o=t.previousComponent,delete t.previousComponent,t=o;a.reverse();for(var s=0,l=a.length,c=0,u=0;s<l;s++){var d=a[s];if(d.removed)d.value=e.join(r.slice(u,u+d.count)),u+=d.count;else{if(!d.added&&i){var f=n.slice(c,c+d.count);f=f.map((function(e,t){var n=r[u+t];return n.length>e.length?n:e})),d.value=e.join(f)}else d.value=e.join(n.slice(c,c+d.count));c+=d.count,d.added||(u+=d.count)}}return a}l4.prototype={diff:function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.callback;"function"==typeof r&&(i=r,r={});var o=this;function a(e){return e=o.postProcess(e,r),i?(setTimeout((function(){i(e)}),0),!0):e}e=this.castInput(e,r),t=this.castInput(t,r),e=this.removeEmpty(this.tokenize(e,r));var s=(t=this.removeEmpty(this.tokenize(t,r))).length,l=e.length,c=1,u=s+l;null!=r.maxEditLength&&(u=Math.min(u,r.maxEditLength));var d=null!==(n=r.timeout)&&void 0!==n?n:1/0,f=Date.now()+d,h=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(h[0],t,e,0,r);if(h[0].oldPos+1>=l&&p+1>=s)return a(c4(o,h[0].lastComponent,t,e,o.useLongestToken));var g=-1/0,m=1/0;function v(){for(var n=Math.max(g,-c);n<=Math.min(m,c);n+=2){var i=void 0,u=h[n-1],d=h[n+1];u&&(h[n-1]=void 0);var f=!1;if(d){var v=d.oldPos-n;f=d&&0<=v&&v<s}var b=u&&u.oldPos+1<l;if(f||b){if(i=!b||f&&u.oldPos<d.oldPos?o.addToPath(d,!0,!1,0,r):o.addToPath(u,!1,!0,1,r),p=o.extractCommon(i,t,e,n,r),i.oldPos+1>=l&&p+1>=s)return a(c4(o,i.lastComponent,t,e,o.useLongestToken));h[n]=i,i.oldPos+1>=l&&(m=Math.min(m,n-1)),p+1>=s&&(g=Math.max(g,n+1))}else h[n]=void 0}c++}if(i)!function e(){setTimeout((function(){if(c>u||Date.now()>f)return i();v()||e()}),0)}();else for(;c<=u&&Date.now()<=f;){var b=v();if(b)return b}},addToPath:function(e,t,n,r,i){var o=e.lastComponent;return o&&!i.oneChangePerToken&&o.added===t&&o.removed===n?{oldPos:e.oldPos+r,lastComponent:{count:o.count+1,added:t,removed:n,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:n,previousComponent:o}}},extractCommon:function(e,t,n,r,i){for(var o=t.length,a=n.length,s=e.oldPos,l=s-r,c=0;l+1<o&&s+1<a&&this.equals(n[s+1],t[l+1],i);)l++,s++,c++,i.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!i.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=s,l},equals:function(e,t,n){return n.comparator?n.comparator(e,t):e===t||n.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};var u4=new l4;function d4(e,t){var n;for(n=0;n<e.length&&n<t.length;n++)if(e[n]!=t[n])return e.slice(0,n);return e.slice(0,n)}function f4(e,t){var n;if(!e||!t||e[e.length-1]!=t[t.length-1])return"";for(n=0;n<e.length&&n<t.length;n++)if(e[e.length-(n+1)]!=t[t.length-(n+1)])return e.slice(-n);return e.slice(-n)}function h4(e,t,n){if(e.slice(0,t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(t),"; this is a bug"));return n+e.slice(t.length)}function p4(e,t,n){if(!t)return e+n;if(e.slice(-t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(t),"; this is a bug"));return e.slice(0,-t.length)+n}function g4(e,t){return h4(e,t,"")}function m4(e,t){return p4(e,t,"")}function v4(e,t){return t.slice(0,function(e,t){var n=0;e.length>t.length&&(n=e.length-t.length);var r=t.length;e.length<t.length&&(r=e.length);var i=Array(r),o=0;i[0]=0;for(var a=1;a<r;a++){for(t[a]==t[o]?i[a]=i[o]:i[a]=o;o>0&&t[a]!=t[o];)o=i[o];t[a]==t[o]&&o++}o=0;for(var s=n;s<e.length;s++){for(;o>0&&e[s]!=t[o];)o=i[o];e[s]==t[o]&&o++}return o}(e,t))}var b4="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",y4=new RegExp("[".concat(b4,"]+|\\s+|[^").concat(b4,"]"),"ug"),_4=new l4;function w4(e,t,n,r){if(t&&n){var i=t.value.match(/^\s*/)[0],o=t.value.match(/\s*$/)[0],a=n.value.match(/^\s*/)[0],s=n.value.match(/\s*$/)[0];if(e){var l=d4(i,a);e.value=p4(e.value,a,l),t.value=g4(t.value,l),n.value=g4(n.value,l)}if(r){var c=f4(o,s);r.value=h4(r.value,s,c),t.value=m4(t.value,c),n.value=m4(n.value,c)}}else if(n)e&&(n.value=n.value.replace(/^\s*/,"")),r&&(r.value=r.value.replace(/^\s*/,""));else if(e&&r){var u=r.value.match(/^\s*/)[0],d=t.value.match(/^\s*/)[0],f=t.value.match(/\s*$/)[0],h=d4(u,d);t.value=g4(t.value,h);var p=f4(g4(u,h),f);t.value=m4(t.value,p),r.value=h4(r.value,u,p),e.value=p4(e.value,u,u.slice(0,u.length-p.length))}else if(r){var g=r.value.match(/^\s*/)[0],m=v4(t.value.match(/\s*$/)[0],g);t.value=m4(t.value,m)}else if(e){var v=v4(e.value.match(/\s*$/)[0],t.value.match(/^\s*/)[0]);t.value=g4(t.value,v)}}_4.equals=function(e,t,n){return n.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e.trim()===t.trim()},_4.tokenize=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(n.intlSegmenter){if("word"!=n.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(n.intlSegmenter.segment(e),(function(e){return e.segment}))}else t=e.match(y4)||[];var r=[],i=null;return t.forEach((function(e){/\s/.test(e)?null==i?r.push(e):r.push(r.pop()+e):/\s/.test(i)?r[r.length-1]==i?r.push(r.pop()+e):r.push(i+e):r.push(e),i=e})),r},_4.join=function(e){return e.map((function(e,t){return 0==t?e:e.replace(/^\s+/,"")})).join("")},_4.postProcess=function(e,t){if(!e||t.oneChangePerToken)return e;var n=null,r=null,i=null;return e.forEach((function(e){e.added?r=e:e.removed?i=e:((r||i)&&w4(n,i,r,e),n=e,r=null,i=null)})),(r||i)&&w4(n,i,r,null),e};var x4=new l4;x4.tokenize=function(e){var t=new RegExp("(\\r?\\n)|[".concat(b4,"]+|[^\\S\\n\\r]+|[^").concat(b4,"]"),"ug");return e.match(t)||[]};var k4=new l4;function C4(e,t,n){return k4.diff(e,t,n)}k4.tokenize=function(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var i=0;i<r.length;i++){var o=r[i];i%2&&!t.newlineIsToken?n[n.length-1]+=o:n.push(o)}return n},k4.equals=function(e,t,n){return n.ignoreWhitespace?(n.newlineIsToken&&e.includes("\n")||(e=e.trim()),n.newlineIsToken&&t.includes("\n")||(t=t.trim())):n.ignoreNewlineAtEof&&!n.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),l4.prototype.equals.call(this,e,t,n)};var S4=new l4;S4.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var M4=new l4;function T4(e){return T4="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},T4(e)}M4.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var A4=new l4;function L4(e,t,n,r,i){var o,a;for(t=t||[],n=n||[],r&&(e=r(i,e)),o=0;o<t.length;o+=1)if(t[o]===e)return n[o];if("[object Array]"===Object.prototype.toString.call(e)){for(t.push(e),a=new Array(e.length),n.push(a),o=0;o<e.length;o+=1)a[o]=L4(e[o],t,n,r,i);return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===T4(e)&&null!==e){t.push(e),a={},n.push(a);var s,l=[];for(s in e)Object.prototype.hasOwnProperty.call(e,s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)a[s=l[o]]=L4(e[s],t,n,r,s);t.pop(),n.pop()}else a=e;return a}A4.useLongestToken=!0,A4.tokenize=k4.tokenize,A4.castInput=function(e,t){var n=t.undefinedReplacement,r=t.stringifyReplacer,i=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(L4(e,null,null,i),i," ")},A4.equals=function(e,t,n){return l4.prototype.equals.call(A4,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"),n)};var E4=new l4;E4.tokenize=function(e){return e.slice()},E4.join=E4.removeEmpty=function(e){return e};var N4="syGZIoxJ",O4="RXa8doT1",R4="zpir2BWl",D4="G950Nz0z",P4="zsrd3avP",z4="lhxolKcF",I4="mBwUCrFL",j4="g4KlyZzX",B4="hJeLOo1U",F4="N_wcZPgp",H4="Dsth5JnN",$4="esQmeeTd",U4="oJ9BJkyy",q4="nwVUw1wN",W4="zPbBjLko",V4="DszOlnW0",G4="dUSZKrAh",Y4="dDI6ZI0h",X4="EMv1khN9",Z4="rqEozDHS",K4="FkKVUv3j",J4="dozi_JG4",Q4="skVYG1mj",e5="uNUwe_HS",t5="sG54O2AC",n5="puYODjqd",r5="h0ucaiY8",i5="yDO2U9CM",o5="tqCmioIo",a5="ZfK0VKlv",s5="bZnjmgRq",l5="iSKfb3Ul",c5="SG8hz9WF",u5="yHFYrUoh";const d5={chars:function(e,t,n){return u4.diff(e,t,n)},words:function(e,t,n){return null==(null==n?void 0:n.ignoreWhitespace)||n.ignoreWhitespace?_4.diff(e,t,n):function(e,t,n){return x4.diff(e,t,n)}(e,t,n)},lines:C4},f5=({expected:e,actual:t})=>{const[n,r]=yi("lines"),[i,o]=yi("unified"),[a,s]=yi((()=>C4(e,t))),{t:l}=l1("controls"),c=()=>IQ(zr,{children:a.map(((e,t)=>IQ("div",{className:e.added?P4:e.removed?I4:"",children:e.value},t)))});return IQ("div",{className:N4,"data-testId":"test-result-diff",children:[IQ("div",{className:D4,children:[IQ("div",{className:O4,children:[IQ(Is,{size:"s",className:R4,children:[l("viewMode"),":"]}),IQ("div",{className:B4,children:["unified","side-by-side"].map((e=>IQ(Hs,{size:"s",style:i===e?"primary":"outline",text:l(e),onClick:()=>o(e)},e)))})]}),IQ("div",{className:O4,children:[IQ(Is,{size:"s",className:R4,children:[l("compareBy"),":"]}),["chars","words","lines"].map((i=>IQ(Hs,{size:"s",style:n===i?"primary":"outline",text:l(i),onClick:()=>((n="chars")=>{const i=(0,d5[n])(e,t,{});r(n),s(i)})(i)},i)))]})]}),IQ("side-by-side"===i?()=>IQ("div",{className:$4,children:[IQ("div",{className:H4,children:[IQ(Is,{type:"ui",size:"s",className:U4,children:l("expected")}),IQ(lb,{code:e,className:j4})]}),IQ("div",{className:H4,children:[IQ("div",{className:F4,children:IQ(Is,{size:"s",className:U4,children:l("actual")})}),IQ(lb,{className:j4,children:IQ(c,{})})]})]}):()=>IQ(zr,{children:IQ("div",{className:u5,children:IQ(lb,{className:j4,children:[IQ("div",{className:z4,children:e}),IQ(c,{})]})})}),{})]})},h5=async e=>{if(navigator.clipboard)return void await navigator.clipboard.writeText(e);const t=document.createElement("textarea");t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.focus(),t.select(),document.execCommand("copy"),document.body.removeChild(t)},p5=({trace:e})=>{const t=dn(e,{fg:"var(--on-text-primary)",colors:{}});return IQ("div",{"data-testid":"test-result-error-trace",className:Y4,children:IQ(Is,{size:"s",type:"ui",children:IQ("pre",{dangerouslySetInnerHTML:{__html:t}})})})},g5=({className:e,message:n="",trace:r,actual:i,expected:o,status:a,...s})=>{const[l,c]=yi(!1),{t:u}=l1("ui"),{t:d}=l1("controls"),{t:f}=l1("empty"),h=dn(n,{fg:"var(--on-text-primary)",colors:{}});return IQ("div",{"data-testid":"test-result-error",className:vQ(q4,t[`tr-status-${a}`],e),...s,children:[n?IQ(zr,{children:[IQ("div",{"data-testid":"test-result-error-header",className:W4,children:[IQ(zs,{tag:"p",size:"m",bold:!0,className:vQ(G4,t[`tr-color-${a}`]),children:u("error")}),IQ(fc,{tooltipText:d("clipboard"),tooltipTextAfterClick:d("clipboardSuccess"),children:IQ($s,{style:"ghost",size:"s",icon:Rs.lineGeneralCopy3,onClick:()=>{h5(n)}})})]}),IQ("div",{className:V4,onClick:()=>c(!l),children:IQ(Is,{"data-testid":"test-result-error-message",size:"s",children:IQ("pre",{dangerouslySetInnerHTML:{__html:h}})})})]}):f("no-message-provided"),Boolean(i&&"undefined"!==i&&o&&"undefined"!==o)&&IQ(Hs,{style:"flat","data-testId":"test-result-diff-button",size:"s",text:d("showDiff"),onClick:()=>Z1({title:d("comparison"),data:{actual:i,expected:o},component:IQ(f5,{actual:i,expected:o})})}),l&&Boolean(r?.length)&&IQ(p5,{trace:r})]})};const m5=()=>{const{t:e}=l1("empty");return IQ(hc,{source:o4,renderData:({errors:t})=>t.length?IQ("ul",{className:"RorQpJLu",children:t.map(((e,t)=>IQ("li",{style:{marginBottom:"8px"},children:IQ(g5,{...e})},t)))}):IQ("div",{className:"pXnEbQSL",children:e("no-global-errors-results")})})};const v5=()=>{const{logo:e}=h()??{};return IQ("div",{className:"WTJPyB_J",children:IQ(Ib,{logo:e})})},b5=()=>IQ("div",{className:"n4rYharX",children:IQ(hc,{source:J1,renderLoader:()=>null,renderData:e=>IQ(FH,{slices:e.slices,percentage:e.percentage})})});var y5="bZfVSAWd",_5="IyMtG5f9",w5="tsNZ2hZ0",x5="BDowOGLG",k5="khqNXjFC",C5="OR0Vz8Ro",S5="bGq0bpCD",M5="qv4ikC9p";const T5=({status:e})=>{const{t:t}=l1("statuses");return IQ("div",{"data-testid":`test-result-status-${e}`,className:vQ(C5,n[`status-${e}`]),children:[IQ(wb,{status:e,className:S5,classNameIcon:S5}),IQ(zs,{type:"ui",size:"s",className:M5,children:At(t(e)??e)})]})},A5=()=>{const{reportName:e,createdAt:t}=h()??{},{t:n}=l1("ui"),r=new Date(t).toLocaleDateString(o1.value,{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return IQ("div",{className:"_c9rkrJI",children:[IQ("div",{className:"zS7_OItU",children:[IQ(v5,{}),IQ(hc,{source:o4,renderData:({exitCode:t})=>{const i=t?.actual??t?.original;return IQ("div",{className:"vMfYOHzS","data-testid":"report-header",children:[IQ("div",{className:"oL7cUE3O",children:[void 0!==i&&IQ(T5,{status:0===i?"passed":"failed"}),IQ(js,{size:"s",tag:"h2",className:"O3rCqOkG","data-testid":"report-title",children:e})]}),IQ(zs,{type:"paragraph",size:"m",className:"dNa2n1iH","data-testid":"report-data",children:void 0===i?r:void 0!==t.actual?n("finishedAtBoth",{formattedCreatedAt:r,actual:t.actual,original:t.original}):n("finishedAtOriginal",{formattedCreatedAt:r,original:t.original})})]})}})]}),IQ(b5,{})]})};var L5="nN4HTcaV",E5="zekPInHE",N5="n8aAEqJN",O5="gWhwmmak",R5="vbS07EBz",D5="GnFlAHvD",P5="SOj4fXZr",z5="Y0BjnooD",I5="DYf1zpQK",j5="x3aRsFUn",B5="UDXyMSw0",F5="S2HdG_Q4",H5="J2Ih3NTA",$5="P3sa8qE8",U5="mINTqK_J",q5="Mo_tidg4",W5="A6GWJHtf",V5="mS0_tpbu",G5="Qc1PPhPw",Y5="WnwsZxzW",X5="FFZ1ZZHu",Z5="SmbunT7K",K5="XZvscg6t",J5="tf5VzSUo",Q5="a26GxOK7",e6="HaG13R7H";const t6=({envInfo:e,size:t="m",columns:n=2})=>IQ("div",{class:U5,style:{gridTemplateColumns:`repeat(${n}, ${100/n-5}%)`},"data-testid":"metadata-list",children:e?.map((({name:e,values:n,value:r})=>IQ(o6,{size:t,title:e,value:r,values:n},e)))}),n6=({groupedLabels:e,size:t="m"})=>IQ("div",{class:U5,children:e&&Object.entries(e)?.map((([e,n])=>IQ(o6,{size:t,title:e,values:n},e)))}),r6=e=>{const{value:t}=e,{t:n}=l1("ui");return IQ("div",{className:D5,children:[IQ("div",{className:P5,children:IQ(zs,{children:t})}),IQ(Hs,{style:"outline",icon:Rs.lineGeneralCopy3,text:n("copy"),onClick:()=>h5(t)})]})},i6=({size:e="s",value:t})=>IQ(Vc,{size:"xl",menuTrigger:({onClick:n})=>IQ("div",{className:$5,children:IQ(zs,{type:"ui",size:e,onClick:n,bold:!0,className:H5,children:t})}),children:IQ(Vc.Section,{children:IQ(r6,{value:t})})}),o6=({title:e,value:t,values:n,size:i="m"})=>IQ("div",{className:B5,"data-testid":"metadata-item",children:[IQ(zs,{type:"ui",size:i,className:vQ(F5,r[`report-metadata-${i}`]),"data-testid":"metadata-item-key",children:e}),IQ("div",n?.length?{className:Y5,"data-testid":"metadata-item-value",children:n.map((e=>IQ(i6,{value:e},e)))}:{className:Y5,"data-testid":"metadata-item-value",children:IQ(i6,{value:t})})]});var a6="H1FTwt0p",s6="olN4GBkY",l6="BPmah4u0",c6="nniai2BI",u6="v3ysKQxp",d6="qzVfMJ62",f6="rSSOw0a2",h6="GX_rB7lR",p6="leWWvIJ0",g6="mVVC1964",m6="scoj0j8L",v6="ITwjhwRa",b6="g27isKzC",y6="wzfUu19I",_6="GF7CSNA8",w6="Qa3VANQ9",x6="ue52FuVD",k6="TE01RZXH",C6="uginZSIO",S6="qkhMdfXn",M6="GwUOcir4";const T6=({count:e})=>IQ(zs,{"data-testid":"metadata-value",type:"ui",size:"m",tag:"div",className:c6,children:e});var A6=({className:e,renderComponent:t=T6,props:n,...r})=>{const{title:i}=n||{};return IQ("div",{...r,className:gQ("metadata-item",e),children:[IQ(zs,{type:"ui",size:"s",tag:"div",className:l6,children:i}),IQ(t||T6,{...n})]})};const L6=({status:e,count:t})=>IQ("div",{"data-testid":"metadata-value",className:u6,children:[IQ("div",{className:gQ(a6,i?.[`status-${e}`])}),IQ(zs,{type:"ui",size:"m",bold:!0,children:t})]}),E6={flaky:Rs.lineIconBomb2,retries:Rs.lineArrowsRefreshCcw1,new:Rs.lineAlertsNew},N6=({type:e,count:t})=>IQ("div",{"data-testid":"metadata-value",className:d6,children:["all"!==e&&IQ(Ds,{className:s6,id:E6[e],size:"s"}),IQ(zs,{size:"m",bold:!0,children:t})]}),O6=["flaky","new","retries"],R6=({stats:e})=>{const{t:t}=l1("statuses"),{t:n}=l1("testSummary"),r=e0((()=>({title:n("total"),type:"all",count:e.total}))),i=O6.map((t=>{if(!e[t])return;const r={title:n(t),count:e[t]||0,type:t};return IQ("div",{children:IQ(A6,{"data-testid":`metadata-item-${t}`,props:r,renderComponent:N6})},t)})).filter(Boolean),o=ut.map((t=>({status:t,value:e[t]}))).filter((({value:e})=>e)).map((({status:e,value:n})=>{const r=At(t(e)??e??"");return IQ(A6,{"data-testid":`metadata-item-${e}`,props:{title:r,count:n,status:e},renderComponent:L6},e)}));return IQ("div",{class:_6,children:[IQ("div",{className:h6,children:[IQ(A6,{"data-testid":"metadata-item-total",props:r.value,renderComponent:N6}),Boolean(i.length)&&IQ("div",{className:b6}),i]}),IQ("div",{className:y6,children:o})]})},D6=XQ({loading:!1,error:void 0,data:void 0}),P6=async()=>{D6.value={...D6.value,loading:!0,error:void 0};try{const e=await d("widgets/allure_environment.json",{bustCache:!0});D6.value={data:e,error:void 0,loading:!1}}catch(e){D6.value={...D6.value,error:e.message,loading:!1}}},z6=XQ({loading:!1,error:void 0,data:void 0}),I6=({envInfo:e=[]})=>{const[t,n]=yi(!0),r=e.map((e=>({...e,value:e.values.join(", ")})));return IQ("div",{class:f6,children:[IQ(D2,{isOpened:t,setIsOpen:n,title:"Metadata",counter:e.length}),t&&IQ(t6,{envInfo:r})]})},j6=e=>{const{t:t}=l1("ui"),[n,r]=yi(!0),i=Object.entries(e.variables).map((([e,t])=>({name:e,value:t})));return IQ("div",{class:f6,"data-testid":"report-variables",children:[IQ(D2,{isOpened:n,setIsOpen:r,title:t("variables"),counter:Object.keys(e.variables).length,"data-testid":"report-variables-button"}),n&&IQ(t6,{envInfo:i})]})},B6=()=>{const e=m1.value?g0.value.data[m1.value]:p0.value.data;return wi((()=>{(async(e="default")=>{z6.value={...z6.value,loading:!0,error:void 0};try{const t=await d(e?`widgets/${e}/variables.json`:"widgets/variables.json",{bustCache:!0});z6.value={data:{...z6.value.data,[e]:t},error:void 0,loading:!1}}catch(e){z6.value={...z6.value,error:e.message,loading:!1}}})(m1.value)}),[m1.value]),IQ("div",{className:w6,children:[e&&IQ(R6,{stats:e}),IQ(hc,{source:z6,transformData:e=>e?.[m1.value??"default"]??{},renderData:e=>!!Object.keys(e).length&&IQ(j6,{variables:e})}),IQ(hc,{source:D6,renderError:()=>null,renderData:e=>Boolean(e?.length)&&IQ(I6,{envInfo:e})})]})},F6=XQ({loading:!0,error:void 0,data:void 0}),H6=async()=>{try{const e=await d("widgets/quality-gate.json");F6.value={data:e,error:void 0,loading:!1}}catch(e){F6.value={...F6.value,error:e.message,loading:!1}}};const $6=()=>{const{t:e}=l1("empty");return IQ(hc,{source:F6,renderData:t=>t.length?IQ("ul",{className:"NUdzNGyk",children:t.map((e=>IQ("li",{"data-testid":"report-quality-gate-result",children:IQ("div",{className:"c_o9yDWb",children:[IQ(Ds,{id:Rs.solidXCircle,className:"uUNweAEI"}),IQ("div",{className:"F5kBsuGq",children:[IQ(zs,{tag:"p",size:"l",type:"ui",bold:!0,"data-testid":"report-quality-gate-result-rule",children:e.rule}),IQ(g5,{className:"WcL1EdUx",message:e.message,"data-testid":"report-quality-gate-result-message"})]})]})},e.rule)))}):IQ("div",{className:"u7c2Gp3S",children:e("no-quality-gate-results")})})};var U6=function(e){return e.Results="results",e.QualityGate="qualityGate",e.GlobalAttachments="globalAttachments",e.GlobalErrors="globalErrors",e}(U6||{});const q6={[U6.Results]:()=>IQ(zr,{children:[IQ(B6,{}),IQ(K2,{})]}),[U6.GlobalAttachments]:()=>IQ(s4,{}),[U6.GlobalErrors]:()=>IQ(m5,{}),[U6.QualityGate]:()=>IQ($6,{})},W6=()=>{const{currentTab:e}=r2(),t=e||U6.Results;return IQ(q6[t],{})};var V6=()=>{const{t:e}=l1("tabs");return IQ(zr,{children:IQ("div",{className:vQ("jMfDHmT3",x1.value?"vxvi7vCG":""),children:[IQ(A5,{}),IQ("div",{className:"QUJMdpd1",children:IQ(o2,{initialTab:U6.Results,children:[IQ(a2,{children:[IQ(hc,{source:p0,renderData:t=>IQ(s2,{id:U6.Results,children:[e("results")," ",IQ(Rb,{count:t?.total??0})]})}),IQ(hc,{source:F6,renderData:t=>IQ(zr,{children:IQ(s2,{id:U6.QualityGate,children:[e("qualityGates")," ",IQ(Rb,{status:t.length>0?"failed":void 0,count:t.length})]})})}),IQ(hc,{source:o4,renderData:({attachments:t=[],errors:n=[]})=>IQ(zr,{children:[IQ(s2,{id:U6.GlobalAttachments,children:[e("globalAttachments")," ",IQ(Rb,{count:t.length})]}),IQ(s2,{id:U6.GlobalErrors,children:[e("globalErrors")," ",IQ(Rb,{status:n.length>0?"failed":void 0,count:n.length})]})]})})]}),IQ("div",{className:"XJmcSSxb",children:IQ(W6,{})})]})})]})})},G6="vU4QD1Zt";const Y6={flaky:Rs.lineIconBomb2,known:Rs.lineAlertsAlertCircle,muted:Rs.lineGeneralEye},X6=({statuses:e})=>{const{t:t}=l1("filters");return IQ("div",{className:"Y_ABjIlV",children:e.map((([e],n)=>{const r=t(e);return IQ("div",{className:"RzEWIfyL",children:[IQ(Ds,{className:"sYnvAmJE",id:Y6[e],size:"s"}),IQ(zs,{type:"ui",size:"s",children:At(r)})]},n)}))})};const Z6=({testResult:e})=>{const{fullName:t,id:n}=e??{},r=n||"",{t:i}=l1("controls"),o=()=>IQ("div",{"data-testid":"test-result-fullname",className:"o1EnGYNC",children:[IQ(fc,{tooltipText:i("clipboard"),tooltipTextAfterClick:i("clipboardSuccess"),children:IQ($s,{"data-testid":"test-result-fullname-copy",style:"ghost",size:"s",icon:Rs.lineGeneralCopy3,onClick:()=>h5(t)})}),IQ(Is,{tag:"div",size:"s",className:"TIr1REhQ",children:t&&t})]});return IQ(hc,{source:U1,renderData:n=>{const a=n.indexOf(r)+1;return IQ("div",{className:"B6JMaRT1",children:[t&&IQ(o,{}),n&&!e?.hidden&&IQ("div",{className:"shgEfPTh",children:[IQ(fc,{tooltipText:i("prevTR"),isTriggerActive:a>1,children:IQ($s,{icon:Rs.lineArrowsChevronDown,style:"ghost",isDisabled:a===n.length,"data-testid":"test-result-nav-prev",className:"uTguWiQa",onClick:()=>L1(n[a])})}),IQ(Is,{"data-testid":"test-result-nav-current",size:"s",className:"qqSDE47b",children:[a,"/",n.length]}),IQ(fc,{tooltipText:i("nextTR"),children:IQ($s,{icon:Rs.lineArrowsChevronDown,style:"ghost",isDisabled:a<=1,"data-testid":"test-result-nav-next",onClick:()=>L1(n[a-2])})})]})]})}})},K6={month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1},J6=(e,t=K6)=>{const n=new Date(e),{t:r}=l1("ui");return new Intl.DateTimeFormat("en-US",t).format(n).replace(",",` ${r("at")}`)};var Q6="Qtaknh4H",e8="MvcZI6N6",t8="ZklQzVpr",n8="KWGGj5BL",r8="AqrlysBM",i8="mYGYsQ_6",o8="pd_eIpqc",a8="_7pQBjWyU";const s8=({item:e})=>{const t=h();if(!e.url)return IQ("div",{className:i8,children:IQ(Ds,{id:Rs.lineShapesDotCircle,className:o[`status-${e?.status}`]})});const{origin:n,pathname:r}=new URL(e.url),i=new URL([r,t.id].join("/"),n);return i.hash=e.id,IQ("a",{className:i8,href:i.toString(),children:IQ(Ds,{id:Rs.lineShapesDotCircle,className:o[`status-${e?.status}`]})})},l8=({item:e})=>{const t=e.stop&&J6(e.stop),{t:n}=l1("statuses"),r=n(e.status);return IQ("div",{className:o8,children:[IQ(zs,{tag:"div",size:"m",bold:!0,children:At(r)}),IQ(zs,{size:"m",children:t})]})},c8=({history:e})=>IQ("div",{className:a8,children:e?.slice(0,6).map(((e,t)=>IQ("div",{"data-testid":"test-result-prev-status",className:i8,children:IQ(fc,{tooltipComponent:IQ(l8,{item:e}),children:IQ(s8,{item:e})},t)},t)))});var u8="GnI1LVKC",d8="ECouP9l9",f8="IdGh4r5i",h8="K7nDhuR6",p8="x0Fr7zsV",g8="rjsNCUai",m8="AfnYIQTv";const v8={blocker:Rs.lineArrowsChevronUpDouble,critical:Rs.lineArrowsChevronUp,normal:Rs.lineGeneralEqual,minor:Rs.lineArrowsChevronDown,trivial:Rs.lineArrowsChevronDownDouble},b8=({severity:e="normal"})=>{const{t:t}=l1("severity"),n=vQ(s[`severity-${e}`]);return IQ("div",{className:g8,children:[IQ(Ds,{className:n,id:v8[e]}),IQ(zs,{size:"s",bold:!0,className:m8,children:At(t(e))})]})},y8=o2,_8=a2,w8=r2,x8=e=>{const{testResultId:t}=T1.value.params,{currentTab:n,setCurrentTab:r}=r2(),{id:i,children:o}=e,a=E1.value===i,s=a||n===i;return wi((()=>{a&&r(i)}),[E1.value,i,r]),IQ(s2,{id:i,onClick:()=>{a||n===i||(r(i),L1({...T1.value,params:{testResultId:t,subTab:i||null}}))},"data-testid":`test-result-tab-${i}`,isCurrentTab:s,children:o})},k8=({testResult:e})=>{const{name:t,status:n,muted:r,flaky:i,known:o,duration:a,labels:s,history:l,retries:c,attachments:u,stop:d}=e??{},f=yt(a),h=d&&J6(d),p=s?.find((e=>"severity"===e.name))?.value??"normal",{t:g}=l1("ui"),m=Object.entries({flaky:i,muted:r,known:o}).filter((([,e])=>e));return IQ("div",{className:vQ("_ySO1N0z",x1.value&&"pFFeg3Zk"),children:[IQ(Z6,{testResult:e}),e&&IQ((()=>IQ(zr,{children:[t&&IQ(js,{"data-testid":"test-result-info-title",tag:"h1",size:"s",className:"JO7GwVtt",children:t}),IQ("div",{className:"F6S5W1e2",children:[Boolean(n)&&IQ(T5,{status:n}),Boolean(l?.length)&&IQ(c8,{history:l}),IQ(b8,{severity:p}),Boolean(m.length)&&IQ(X6,{statuses:m}),IQ(fc,{tooltipText:h,children:IQ(zs,{tag:"div",size:"s",bold:!0,className:"me_UMwzF",children:f})})]}),IQ("div",{className:"T9uo7iug",children:IQ(_8,{children:[IQ(x8,{id:"overview",children:g("overview")}),IQ(x8,{id:"history",children:IQ("div",{className:G6,children:[g("history"),Boolean(l?.length)&&IQ(Rb,{size:"s",count:l?.length})]})}),IQ(x8,{id:"retries",children:IQ("div",{className:G6,children:[g("retries"),Boolean(c?.length)&&IQ(Rb,{size:"s",count:c?.length})]})}),IQ(x8,{id:"attachments",children:IQ("div",{className:G6,children:[g("attachments"),Boolean(u?.length)&&IQ(Rb,{size:"s",count:u?.length})]})}),IQ(hc,{source:p1,transformData:t=>t?.[e?.testCase?.id],renderData:e=>{const t=Tt(e);return IQ(x8,{id:"environments",children:IQ("div",{className:G6,children:[g("environments"),!!t&&IQ(Rb,{size:"s",count:t})]})})}})]})})]})),{})]})};const C8=()=>{const{t:e}=l1("empty");return IQ("div",{className:"BzXsHBvw",children:IQ("div",{className:"koOYvEfj",children:[IQ(Ds,{size:"m",width:"32px",height:"32px",id:Rs.lineDevCodeSquare,className:"lGholSnL"}),IQ(zs,{className:"IGp9O8Vd",children:e("no-test-case-results")})]})})};var S8=()=>IQ("div",{className:"N3IRv8v_",children:[IQ(k8,{}),IQ(C8,{})]}),M8="IUE2Omu5";const T8=({env:e,testResult:t,current:n=!1})=>{const{status:r,error:i,stop:o,duration:a,id:s}=t,[l,c]=yi(!1),u=!i||!Object.keys(i).length,d=o?J6(o):"",f=yt(a),{t:h}=l1("controls"),p=s;return IQ("div",{"data-testid":"test-result-env-item",children:[IQ("div",{className:"dMWnxDb0",children:[!u&&IQ("span",{onClick:()=>c(!l),children:IQ(Yc,{isOpened:l,icon:Rs.arrowsChevronDown})}),IQ("div",{className:vQ("lWx95Nbt",{[M8]:n}),role:n?void 0:"button",onClick:e=>{n||(e.stopPropagation(),L1(p))},children:[IQ(wb,{status:r,className:"JaebewVW"}),IQ(zs,{className:"aYdTB6bA",bold:!0,children:e}),IQ(zs,{className:"YDQT9BDS",children:d}),IQ("div",{className:"W1EawBgQ",children:[IQ(zs,{type:"ui",size:"s",className:"VhLNf09q",children:f}),!n&&IQ(fc,{tooltipText:h("openInNewTab"),children:IQ($s,{icon:Rs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"iULZkSC8","data-testid":"test-result-env-item-new-tab-button",onClick:e=>{e.stopPropagation(),(e=>{window.open(`#${e}`,"_blank")})(p)}})})]})]})]}),l&&!u&&IQ("div",{children:IQ(g5,{status:r,...i})})]})};const A8=({env:e,activeTestResultId:t,testResultId:n})=>(wi((()=>{q1(n)}),[n]),IQ(hc,{source:$1,transformData:e=>e[n],renderData:r=>r&&IQ(T8,{env:e,testResult:r,current:t===n})})),L8=({testResult:e})=>{const{t:t}=l1("empty");return IQ("div",{className:"ozZv4YYg",children:IQ(hc,{source:p1,renderData:n=>{if(!Tt(n))return IQ("div",{className:"W1D3Dob7",children:t("no-environments-results")});const r=Object.entries(n.testResultsByEnv).sort((([e],[t])=>t.localeCompare(e)));return IQ("ul",{children:r.map((([t,n])=>IQ("li",{children:IQ(A8,{env:t,testResultId:n,activeTestResultId:e.id})},`${t}-${n}`)))})},transformData:t=>t[e?.testCase?.id]})})};var E8="F0nBsCs0",N8="aJcIdb37",O8="SMPSTdLn";const R8=({testResultItem:e})=>{const t=h(),{status:n,error:r,stop:i,duration:o,id:a,url:s}=e,[l,c]=yi(!1),u=i?J6(i):void 0,d=o?yt(o):void 0,{t:f}=l1("controls"),p=Ci((()=>{if(!s)return;const{origin:e,pathname:n}=new URL(s),r=new URL([n,t.id].join("/"),e);return r.hash=a,r.toString()}),[t,a,s]),g=()=>IQ(zr,{children:[IQ(wb,{status:n,className:"OMi8QUdx"}),u&&IQ(zs,{className:"UZnGR7He",children:u}),IQ("div",{className:"SoDTj6MG",children:[d&&IQ(zs,{type:"ui",size:"s",className:"XPnhNSK8",children:d}),p?IQ(fc,{tooltipText:f("openInNewTab"),children:IQ($s,{href:p.toString(),target:"_blank",icon:Rs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"cDd5rF2D",onClick:e=>{e.stopPropagation()}})}):null]})]});return IQ("div",{"data-testid":"test-result-history-item",children:[IQ("div",{className:"kswjYBvR",children:[Boolean(r)&&IQ("span",{onClick:()=>c(!l),children:IQ(Yc,{isOpened:l,icon:Rs.arrowsChevronDown})}),p?IQ("a",{href:p,className:O8,children:g()}):IQ("div",{className:O8,children:g()})]}),l&&r&&IQ("div",{children:IQ(g5,{...r,status:n})})]})};var D8=({testResult:e})=>{const{history:t}=e??{},{t:n}=l1("empty");return IQ("div",{className:N8,children:t.length?t?.map(((e,t)=>IQ(R8,{testResultItem:e},t))):IQ("div",{className:E8,children:n("no-history-results")})})};var P8=()=>{const{t:e}=l1("empty");return IQ("div",{className:"y8QoXSIL",children:IQ("div",{className:"PB69_VZ_",children:[IQ(Ds,{size:"m",width:"32px",height:"32px",id:Rs.lineDevCodeSquare,className:"yDYp5hpY"}),IQ(zs,{className:"pSX73zId",children:e("no-test-steps-results")})]})})};const z8=({description:e})=>{const[t,n]=yi(!0);return IQ("div",{className:"Q1HbMGcP",children:IQ("div",{className:"DYtd2iR0",children:[IQ(D2,{title:"Description",setIsOpen:n,isOpened:t}),t&&IQ(zs,{tag:"p",className:"lcO4cBIj",children:e})]})})};const I8={issue:Rs.lineDevBug2,link:Rs.lineGeneralLink1,tms:Rs.lineGeneralChecklist3,github:Rs.github},j8=({link:e})=>{const{url:t,type:n}=e;return IQ("div",{className:"wH1b223H",children:[IQ(Ds,{id:I8[n]??Rs.lineGeneralLink1}),IQ(zs,{tag:"a",href:t,target:"_blank",size:"m",className:"Pv304n1w",children:t})]})},B8=({links:e})=>{const[t,n]=yi(!0),{t:r}=l1("ui"),i=e.map(((e,t)=>IQ(j8,{link:e},t)));return IQ("div",{className:"rU8uOnpG",children:IQ("div",{className:"PZxhaJkM",children:[IQ(D2,{isOpened:t,setIsOpen:n,counter:e.length,title:r("links")}),t&&IQ("div",{className:"WTRPAslw",children:i})]})})};const F8=({testResult:e})=>{const{t:t}=l1("ui"),{labels:n,groupedLabels:r}=e??{},[i,o]=yi(!0);return IQ("div",{className:"SvCoMxvo",children:[IQ(D2,{isOpened:i,setIsOpen:o,counter:n?.length,title:t("labels")}),IQ("div",{className:"gAGfGuP8",children:i&&IQ(n6,{groupedLabels:r})})]})};const H8=({parameters:e})=>{const[t,n]=yi(!0),{t:r}=l1("ui");return IQ("div",{className:"DXuoyqyf",children:[IQ(D2,{isOpened:t,setIsOpen:n,counter:e?.length,title:r("parameters")}),IQ("div",{className:"uUacfxad",children:t&&IQ(t6,{envInfo:e})})]})},$8=({pwTraces:e})=>{const[t,n]=yi(!0);return IQ("div",{className:"QfnFjFD6",children:[IQ(D2,{isOpened:t,setIsOpen:n,counter:e?.length,title:"Playwright Trace"}),t&&IQ("div",{className:"I6_o5RUi",children:e?.map(((e,t)=>IQ(r4,{stepIndex:t+1,item:e},e.link.id)))})]})};const U8=({isOpened:e,setIsOpen:t,title:n,icon:r,counter:i,className:o})=>IQ("div",{className:vQ("XDKNsrBT",o),onClick:()=>t(!e),children:[IQ(Yc,{isOpened:e,icon:Rs.arrowsChevronDown}),IQ("div",{className:"g_DYfW02",children:[IQ(Ds,{id:r}),IQ(zs,{bold:!0,children:n}),IQ(Rb,{count:i,size:"s"})]})]}),{lineGeneralCheckCircle:q8,lineGeneralHelpCircle:W8,lineGeneralMinusCircle:V8,lineGeneralXCircle:G8,lineGeneralInfoCircle:Y8}=Rs,X8={failed:G8,broken:Y8,passed:q8,skipped:V8,unknown:W8},Z8=t=>{const{item:n}=t,r=yt(n?.duration),i=n.steps?.length,o=n.steps?.filter((e=>"attachment"===e.type))?.length,a=(e=>{if("step"!==e.type)return;const t={},n=e=>{"step"===e.type&&("passed"!==e.status&&(t[e.status]=(t[e.status]||0)+1),e.steps?.forEach(n))};return e?.steps?.forEach(n),t})(n)||{};return IQ("div",{className:g3,children:[IQ((()=>IQ("div",{className:d3,children:Object.entries(a).map((([t,n],r)=>IQ("div",{className:b3,children:[IQ(Ds,{size:"s",id:X8[t],className:vQ(y3,e[`status-${t}`])}),n&&IQ(zs,{size:"s",children:n})]},r)))})),{}),Boolean(i)&&IQ("div",{className:m3,children:[IQ(Ds,{id:Rs.lineArrowsCornerDownRight,className:v3}),IQ(zs,{size:"s",children:i})]}),Boolean(o)&&IQ("div",{className:m3,children:[IQ(Ds,{id:Rs.lineFilesFileAttachment2,className:v3}),IQ(zs,{size:"s",children:o})]}),IQ(zs,{type:"ui",size:"s",className:_3,children:r})]})},K8=e=>{const{parameters:t}=e;return IQ("div",{className:I3,children:IQ(t6,{size:"s",envInfo:t,columns:1})})},J8=e=>{const{item:t}=e;return IQ("div",{"data-testid":"test-result-step-content",className:U3,children:[Boolean(t?.parameters?.length)&&IQ(K8,{parameters:t.parameters}),Boolean(t?.message&&t?.trace&&!t?.hasSimilarErrorInSubSteps)&&IQ(g5,{...t}),Boolean(t?.steps?.length)&&IQ(zr,{children:t.steps?.map(((e,t)=>"step"===e.type?IQ(e7,{stepIndex:t+1,item:e},t):"attachment"===e.type?IQ(r4,{stepIndex:t+1,item:e},t):null))})]})},Q8=e=>"step"===e.type&&("passed"!==e.status||e.steps.some(Q8)),e7=({item:e,stepIndex:t})=>{const n=Q8(e),r=!m2.value.has(e.stepId)&&Boolean(n),[i,o]=yi(r||!1),a=Boolean(e?.steps?.length||e?.parameters?.length||e?.message||e?.trace);return IQ("div",{"data-testid":"test-result-step",className:B3,children:[IQ("div",{className:q3,onClick:()=>{o(!i),v2(e.stepId)},children:[a?IQ(Yc,{isOpened:i,icon:Rs.arrowsChevronDown,iconSize:"xs",className:a?"":Z3,"data-testid":"test-result-step-arrow-button"}):IQ("div",{className:X3}),IQ(wb,{status:e.status}),IQ(Is,{size:"s",className:W3,children:t}),IQ(zs,{"data-testid":"test-result-step-title",className:z3,children:e.name}),IQ(Z8,{item:e})]}),a&&i&&IQ(J8,{item:e})]})},t7={before:e7,after:e7,step:e7,attachment:r4},n7=({setup:e,id:t})=>{const n=`${t}-setup`,r=Boolean(!m2.value.has(n)),[i,o]=yi(r),{t:a}=l1("execution");return IQ("div",{className:G3,children:[IQ(U8,{icon:Rs.lineTimeClockStopwatch,isOpened:i,setIsOpen:()=>{o(!i),v2(n)},counter:e?.length,title:a("setup")}),i&&IQ("div",{className:Y3,children:e?.map(((e,t)=>{const n=t7[e.type];return n?IQ(n,{item:e,stepIndex:t+1,className:V3},t):null}))})]})},r7={step:e7,attachment:r4},i7=({steps:e,id:t})=>{const n=`${t}-steps`,r=Boolean(!m2.value.has(n)),[i,o]=yi(r),{t:a}=l1("execution");return IQ("div",{className:G3,children:[IQ(U8,{icon:Rs.lineHelpersPlayCircle,isOpened:i,setIsOpen:()=>{o(!i),v2(n)},counter:e?.length,title:a("body")}),i&&IQ("div",{className:Y3,children:e?.map(((e,t)=>{const{type:n}=e,r=r7[n];return r?IQ(r,{item:e,stepIndex:t+1},t):null}))})]})},o7={before:e7,after:e7,step:e7,attachment:r4},a7=({teardown:e,id:t})=>{const n=`${t}-teardown`,r=!m2.value.has(n),[i,o]=yi(r),{t:a}=l1("execution");return IQ("div",{className:G3,children:[IQ(U8,{icon:Rs.lineHelpersFlag,isOpened:i,setIsOpen:()=>{o(!i),v2(n)},counter:e?.length,title:a("teardown")}),i&&IQ("div",{className:Y3,children:e?.map(((e,t)=>{const n=o7[e.type];return n?IQ(n,{item:e,stepIndex:t+1,className:V3},t):null}))})]})},s7=({testResult:e})=>{const{error:t,parameters:n,groupedLabels:r,links:i,description:o,setup:a,steps:s,teardown:l,id:c,status:u}=e||{},d=!a?.length&&!s.length&&!l.length,f=e?.attachments?.filter((e=>"application/vnd.allure.playwright-trace"===e.link.contentType));return IQ(zr,{children:[Boolean(t?.message)&&IQ("div",{className:"ysybXq6j",children:IQ(g5,{...t,status:u})}),Boolean(f.length)&&IQ($8,{pwTraces:f}),Boolean(n?.length)&&IQ(H8,{parameters:n}),Boolean(r&&Object.keys(r||{})?.length)&&IQ(F8,{testResult:e}),Boolean(i?.length)&&IQ(B8,{links:i}),Boolean(o)&&IQ(z8,{description:o}),IQ("div",{className:"ngxaEBWQ",children:[d&&IQ(P8,{}),Boolean(a?.length)&&IQ(n7,{id:c,setup:a}),Boolean(s?.length)&&IQ(i7,{id:c,steps:s}),Boolean(l?.length)&&IQ(a7,{id:c,teardown:l})]})]})};const l7=({testResultItem:e,attempt:t,totalAttempts:n})=>{const{id:r,status:i,error:o,stop:a,duration:s}=e,[l,c]=yi(!1),{t:u}=l1("ui"),d=u("attempt",{attempt:t,total:n}),f=a?J6(a):void 0,h=f?`${d} – ${f}`:d,p="number"==typeof s?yt(s):void 0,g=r;return IQ("div",{"data-testid":"test-result-retries-item",children:[IQ("div",{className:"qheQzcdJ",onClick:()=>c(!l),children:[Boolean(o.trace||o.message)&&IQ(Yc,{"data-testid":"test-result-retries-item-arrow-button",isOpened:l,icon:Rs.lineArrowsChevronDown}),IQ("div",{className:"enXpP7zD",children:[IQ(wb,{status:i,className:"pOxQO3ZQ"}),IQ(zs,{"data-testid":"test-result-retries-item-text",className:"QabAX8v8",children:h}),IQ("div",{className:"Jwmue9vu",children:[Boolean(p)&&IQ(zs,{type:"ui",size:"s",className:"B5X8kwrh",children:p}),IQ($s,{icon:Rs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"ZZHyNee5","data-testid":"test-result-retries-item-open-button",onClick:()=>L1(g)})]})]})]}),l&&(o.message||o.trace)&&IQ("div",{className:"uKSvG6dg",children:IQ(g5,{...o,status:i})})]})},c7=({testResult:e})=>{const{retries:t}=e??{},{t:n}=l1("empty");return IQ("div",{className:N8,children:t.length?t?.map(((e,n)=>IQ(l7,{testResultItem:e,attempt:t.length-n,totalAttempts:t.length+1},n))):IQ("div",{className:E8,children:n("no-retries-results")})})};const u7=({testResult:e})=>{const{currentTab:t}=w8();return IQ({overview:s7,history:D8,attachments:i4,retries:c7,environments:L8}[t],{testResult:e})},d7=({testResult:e})=>IQ(y8,{initialTab:"overview",children:[IQ(k8,{testResult:e}),IQ(u7,{testResult:e})]});var f7=({testResult:e})=>{const t=x1.value?"OudN9AzA":"";return wi((()=>{const t=e?.testCase?.id;t&&(async e=>{if(!p1.value.data[e]){p1.value={...p1.value,loading:!0,error:void 0};try{const t=await d(`data/test-env-groups/${e}.json`);p1.value={data:{...p1.value.data,[e]:t},error:void 0,loading:!1}}catch(e){p1.value={...p1.value,error:e.message,loading:!1}}}})(t)}),[e]),IQ(zr,{children:IQ("div",{className:vQ("fMON1QNO",t),children:e?IQ(d7,{testResult:e}):IQ(S8,{})})})};const h7=()=>{const e=T1.value.params?.testResultId??null,t=e?IQ(hc,{source:$1,renderLoader:()=>IQ(pc,{}),transformData:t=>t[e],renderData:e=>IQ(zr,{children:IQ("div",{className:DQ,children:IQ(f7,{testResult:e})},e?.id)})}):IQ("div",{className:DQ,children:IQ(hc,{source:p2,renderLoader:()=>IQ(pc,{}),renderData:()=>IQ(V6,{})})});return IQ("div",{className:"CfGgwYiF","data-testid":"base-layout",children:t})};var p7="undefined"!=typeof window?window:null,g7=null===p7,m7=g7?void 0:p7.document,v7="addEventListener",b7="removeEventListener",y7="getBoundingClientRect",_7="_a",w7="_b",x7="_c",k7="horizontal",C7=function(){return!1},S7=g7?"calc":["","-webkit-","-moz-","-o-"].filter((function(e){var t=m7.createElement("div");return t.style.cssText="width:"+e+"calc(9px)",!!t.style.length})).shift()+"calc",M7=function(e){return"string"==typeof e||e instanceof String},T7=function(e){if(M7(e)){var t=m7.querySelector(e);if(!t)throw new Error("Selector "+e+" did not match a DOM element");return t}return e},A7=function(e,t,n){var r=e[t];return void 0!==r?r:n},L7=function(e,t,n,r){if(t){if("end"===r)return 0;if("center"===r)return e/2}else if(n){if("start"===r)return 0;if("center"===r)return e/2}return e},E7=function(e,t){var n=m7.createElement("div");return n.className="gutter gutter-"+t,n},N7=function(e,t,n){var r={};return M7(t)?r[e]=t:r[e]=S7+"("+t+"% - "+n+"px)",r},O7=function(e,t){var n;return(n={})[e]=t+"px",n},R7=function(e,t){if(void 0===t&&(t={}),g7)return{};var n,r,i,o,a,s,l=e;Array.from&&(l=Array.from(l));var c=T7(l[0]).parentNode,u=getComputedStyle?getComputedStyle(c):null,d=u?u.flexDirection:null,f=A7(t,"sizes")||l.map((function(){return 100/l.length})),h=A7(t,"minSize",100),p=Array.isArray(h)?h:l.map((function(){return h})),g=A7(t,"maxSize",1/0),m=Array.isArray(g)?g:l.map((function(){return g})),v=A7(t,"expandToMin",!1),b=A7(t,"gutterSize",10),y=A7(t,"gutterAlign","center"),_=A7(t,"snapOffset",30),w=Array.isArray(_)?_:l.map((function(){return _})),x=A7(t,"dragInterval",1),k=A7(t,"direction",k7),C=A7(t,"cursor",k===k7?"col-resize":"row-resize"),S=A7(t,"gutter",E7),M=A7(t,"elementStyle",N7),T=A7(t,"gutterStyle",O7);function A(e,t,r,i){var o=M(n,t,r,i);Object.keys(o).forEach((function(t){e.style[t]=o[t]}))}function L(){return s.map((function(e){return e.size}))}function E(e){return"touches"in e?e.touches[0][r]:e[r]}function N(e){var t=s[this.a],n=s[this.b],r=t.size+n.size;t.size=e/this.size*r,n.size=r-e/this.size*r,A(t.element,t.size,this[w7],t.i),A(n.element,n.size,this[x7],n.i)}function O(e){var n,r=s[this.a],i=s[this.b];this.dragging&&(n=E(e)-this.start+(this[w7]-this.dragOffset),x>1&&(n=Math.round(n/x)*x),n<=r.minSize+r.snapOffset+this[w7]?n=r.minSize+this[w7]:n>=this.size-(i.minSize+i.snapOffset+this[x7])&&(n=this.size-(i.minSize+this[x7])),n>=r.maxSize-r.snapOffset+this[w7]?n=r.maxSize+this[w7]:n<=this.size-(i.maxSize-i.snapOffset+this[x7])&&(n=this.size-(i.maxSize+this[x7])),N.call(this,n),A7(t,"onDrag",C7)(L()))}function R(){var e=s[this.a].element,t=s[this.b].element,r=e[y7](),a=t[y7]();this.size=r[n]+a[n]+this[w7]+this[x7],this.start=r[i],this.end=r[o]}function D(e){var t=function(e){if(!getComputedStyle)return null;var t=getComputedStyle(e);if(!t)return null;var n=e[a];return 0===n?null:n-=k===k7?parseFloat(t.paddingLeft)+parseFloat(t.paddingRight):parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)}(c);if(null===t)return e;if(p.reduce((function(e,t){return e+t}),0)>t)return e;var n=0,r=[],i=e.map((function(i,o){var a=t*i/100,s=L7(b,0===o,o===e.length-1,y),l=p[o]+s;return a<l?(n+=l-a,r.push(0),l):(r.push(a-l),a)}));return 0===n?e:i.map((function(e,i){var o=e;if(n>0&&r[i]-n>0){var a=Math.min(n,r[i]-n);n-=a,o=e-a}return o/t*100}))}function P(){var e=this,n=s[e.a].element,r=s[e.b].element;e.dragging&&A7(t,"onDragEnd",C7)(L()),e.dragging=!1,p7[b7]("mouseup",e.stop),p7[b7]("touchend",e.stop),p7[b7]("touchcancel",e.stop),p7[b7]("mousemove",e.move),p7[b7]("touchmove",e.move),e.stop=null,e.move=null,n[b7]("selectstart",C7),n[b7]("dragstart",C7),r[b7]("selectstart",C7),r[b7]("dragstart",C7),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",e.gutter.style.cursor="",e.parent.style.cursor="",m7.body.style.cursor=""}function z(e){if(!("button"in e)||0===e.button){var n=this,r=s[n.a].element,i=s[n.b].element;n.dragging||A7(t,"onDragStart",C7)(L()),e.preventDefault(),n.dragging=!0,n.move=O.bind(n),n.stop=P.bind(n),p7[v7]("mouseup",n.stop),p7[v7]("touchend",n.stop),p7[v7]("touchcancel",n.stop),p7[v7]("mousemove",n.move),p7[v7]("touchmove",n.move),r[v7]("selectstart",C7),r[v7]("dragstart",C7),i[v7]("selectstart",C7),i[v7]("dragstart",C7),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",i.style.userSelect="none",i.style.webkitUserSelect="none",i.style.MozUserSelect="none",i.style.pointerEvents="none",n.gutter.style.cursor=C,n.parent.style.cursor=C,m7.body.style.cursor=C,R.call(n),n.dragOffset=E(e)-n.end}}k===k7?(n="width",r="clientX",i="left",o="right",a="clientWidth"):"vertical"===k&&(n="height",r="clientY",i="top",o="bottom",a="clientHeight"),f=D(f);var I=[];function j(e){var t=e.i===I.length,n=t?I[e.i-1]:I[e.i];R.call(n);var r=t?n.size-e.minSize-n[x7]:e.minSize+n[w7];N.call(n,r)}return s=l.map((function(e,t){var r,i={element:T7(e),size:f[t],minSize:p[t],maxSize:m[t],snapOffset:w[t],i:t};if(t>0&&((r={a:t-1,b:t,dragging:!1,direction:k,parent:c})[w7]=L7(b,t-1==0,!1,y),r[x7]=L7(b,!1,t===l.length-1,y),"row-reverse"===d||"column-reverse"===d)){var o=r.a;r.a=r.b,r.b=o}if(t>0){var a=S(t,k,i.element);!function(e,t,r){var i=T(n,t,r);Object.keys(i).forEach((function(t){e.style[t]=i[t]}))}(a,b,t),r[_7]=z.bind(r),a[v7]("mousedown",r[_7]),a[v7]("touchstart",r[_7]),c.insertBefore(a,i.element),r.gutter=a}return A(i.element,i.size,L7(b,0===t,t===l.length-1,y),t),t>0&&I.push(r),i})),s.forEach((function(e){var t=e.element[y7]()[n];t<e.minSize&&(v?j(e):e.minSize=t)})),{setSizes:function(e){var t=D(e);t.forEach((function(e,n){if(n>0){var r=I[n-1],i=s[r.a],o=s[r.b];i.size=t[n-1],o.size=e,A(i.element,i.size,r[w7],i.i),A(o.element,o.size,r[x7],o.i)}}))},getSizes:L,collapse:function(e){j(s[e])},destroy:function(e,t){I.forEach((function(r){if(!0!==t?r.parent.removeChild(r.gutter):(r.gutter[b7]("mousedown",r[_7]),r.gutter[b7]("touchstart",r[_7])),!0!==e){var i=M(n,r.a.size,r[w7]);Object.keys(i).forEach((function(e){s[r.a].element.style[e]="",s[r.b].element.style[e]=""}))}}))},parent:c,pairs:I}},D7="OyL7dy7N",P7="t22uAI7s";var z7=({left:e,right:t})=>{const n=ki(null),r=Ci((()=>e),[e]),i=Ci((()=>t),[t]);return wi((()=>{const e=JSON.parse(localStorage.getItem("sideBySidePosition")||"[50, 50]"),t=R7([`.${D7}`,`.${P7}`],{sizes:e,gutterSize:7,gutter:()=>{const e=document.createElement("div");return e.className="sgMxjSNq",e.addEventListener("dblclick",(()=>{const e=t.getSizes();if("[50,50]"===JSON.stringify(e))return t.setSizes([30,70]),void localStorage.setItem("sideBySidePosition",JSON.stringify([30,70]));t.setSizes([50,50]),localStorage.setItem("sideBySidePosition",JSON.stringify([50,50]))})),e},onDragEnd:()=>{const e=t.getSizes();localStorage.setItem("sideBySidePosition",JSON.stringify(e))}});return()=>{t.destroy()}}),[]),IQ("div",{class:"Jryczg8r",ref:n,children:[IQ("div",{class:D7,children:r}),IQ("div",{class:P7,children:i})]})};const I7=()=>IQ("div",{className:"J3luvrjd",ref:ki(null),children:IQ(V6,{})}),j7=()=>IQ("div",{className:"BpSc4eib",children:IQ(pc,{})}),B7=()=>{const e=T1.value.params?.testResultId??null,[t,n]=yi(null),{t:r}=l1("controls"),i=IQ(hc,{source:p2,renderLoader:()=>IQ(pc,{}),renderData:()=>IQ(I7,{})});return wi((()=>{t||n(i)}),[t]),IQ("div",{className:"uWkVNOG3","data-testId":"split-layout",children:IQ(z7,{left:t,right:IQ((()=>e?IQ(hc,{source:$1,renderLoader:()=>IQ(j7,{}),transformData:t=>{if(e in t)return t[e]},renderData:e=>e?IQ(f7,{testResult:e}):IQ(j7,{})}):IQ("div",{className:"FJ3CL24V",children:IQ(zs,{children:r("noSelectedTR")})})),{})})})},F7=()=>x1.value?IQ(B7,{}):IQ(h7,{}),H7=XQ({loading:!0,error:void 0,data:void 0});var $7="AZZDr1a8",U7="YjGJbbhT",q7="Aop2iD35",W7="ngWCd_e9";const V7=e=>[...new Set(e.map((e=>e.labels.find((e=>"host"===e.name))?.value)).filter(Boolean))],G7=(e,t)=>e.filter((e=>e.labels.find((e=>"host"===e.name))?.value===t)),Y7=e0((()=>{const e=H7.value.data??[];if(!e.length)return[];if(m1.value){const t=e.filter((e=>e.environment===m1.value));return V7(t).map((e=>({data:G7(t,e),host:e})))}return V7(e).map((t=>({data:G7(e,t),host:t})))})),X7=()=>{const{t:e}=l1("timeline");wi((()=>{(async()=>{H7.value={...H7.value,loading:!0,error:void 0};try{const e=await d("widgets/timeline.json",{bustCache:!0});H7.value={data:e,error:void 0,loading:!1}}catch(e){H7.value={data:void 0,error:e.message,loading:!1}}})()}),[]);const t=Ci((()=>({empty:e("empty"),selected:t=>e("selected",{count:t.count,percentage:t.percentage,minDuration:t.minDuration,maxDuration:t.maxDuration})})),[e]);return IQ(hc,{source:H7,renderLoader:()=>IQ(pc,{}),renderData:()=>0===Y7.value.length?IQ("div",{className:U7,children:IQ(U_,{kind:"swap",className:q7,children:IQ(V_,{className:W7,children:IQ(jb,{children:IQ("div",{className:$7,children:e("empty")})})})})}):IQ("div",{className:U7,children:IQ(U_,{kind:"swap",className:q7,children:Y7.value.map((({data:n,host:r})=>IQ(V_,{className:W7,children:IQ(jb,{title:e("host",{host:r}),children:[n.length>0&&IQ(hQ,{data:n,dataId:r,width:100,translations:t}),0===n.length&&IQ("div",{className:$7,children:e("empty_host",{host:r})})]})},r)))})})})};const Z7=()=>{const e={report:IQ(F7,{}),charts:IQ(t2,{}),timeline:IQ(X7,{})};return IQ("div",{className:"X1bxR0kX",children:e[N1.value]||e.report})},K7=(e=>{const t=window?.navigator?.userAgentData?.platform??window?.navigator?.platform;return!!t&&e.test(t)})(/^Mac/i);var J7="s5e3ntNr",Q7="q6NnC3sf",e9="hxjIgDys",t9="lh7Hl9Np",n9="qK8S7ypD",r9="P1qG0zXS",i9="LjbC5hy8";const o9=()=>IQ("div",{className:vQ(t9,_1.value?n9:""),"data-testid":"loader",children:[IQ(Ds,{id:Rs.reportLogo,size:"m"}),IQ(Ps,{})]}),a9=document.getElementById("app");document.addEventListener("DOMContentLoaded",(()=>{K7&&document.documentElement.setAttribute("data-os","mac")})),ni(IQ((()=>{const e=l[`layout-${""!==N1.value?N1.value:y1.value}`],[t,n]=yi(!1),r=T1.value.params?.testResultId??null;return wi((()=>{(async()=>{const e=[c,m0,Q1,v1,P6,a4,H6];globalThis&&e.unshift(D1,a1,k1,h0),await s1,await Promise.all(e.map((e=>e(m1.value)))),m1.value?(await T2([m1.value]),await v0(h1.value.data)):(await T2(h1.value.data),await v0(h1.value.data)),n(!0)})()}),[m1.value]),wi((()=>{r&&(q1(r),(async e=>{try{const t=await d(e?`widgets/${e}/nav.json`:"widgets/nav.json",{bustCache:!0});U1.value={data:t,error:void 0,loading:!1}}catch(e){U1.value={...U1.value,error:e.message,loading:!1}}})(m1.value))}),[r,m1]),wi((()=>{const e=()=>A1();return A1(),globalThis.addEventListener("hashchange",e),()=>{globalThis.removeEventListener("hashchange",e)}}),[]),IQ(zr,{children:[!t&&IQ(o9,{}),t&&IQ("div",{className:r9,children:[IQ(G1,{className:e}),IQ(Z7,{}),IQ(d1,{className:e}),IQ(K1,{})]})]})}),{}),a9)}()}();
|